Open main menu

CDOT Wiki β

Changes

SYA810 iSCSI Lab

47 bytes added, 15:38, 14 April 2009
iSCSI Initiator
== iSCSI Initiator ==
# Install the <code>iscsi-initiator-utils</code> package.# Create an [[IQN ]] and place it in <code>/etc/iscsi/initiatorname.iscsi</code>
# Start the <code>iscsi</code> and <code>iscsid</code> services.
# Create an SSH tunnel to the remote host (running the target/portal software): <code>ssh ''user''@''host'' -L 3260:localhost:3260</code>