Difference between revisions of "ISCSI initiator"

From Tom's notes
Jump to navigation Jump to search
(Created page with "=Oracle Enterprise Linux (OEL)= Installation: <source lang="sh"> yum install iscsi-initiator-utils </source>")
 
Line 3: Line 3:
 
<source lang="sh">
 
<source lang="sh">
 
yum install iscsi-initiator-utils
 
yum install iscsi-initiator-utils
 +
chkconfig iscsid on
 
</source>
 
</source>

Revision as of 02:01, 7 May 2016

Oracle Enterprise Linux (OEL)

Installation:

yum install iscsi-initiator-utils
chkconfig iscsid on