[[iscsi]]
 

iSCSI notes

emerge open-iscsi

/etc/init.d/iscsid start
/etc/init.d/iscsid start

iscsiadm -m discovery --type sendtargets --portal 192.168.0.100:3260
remove from /etc/iscsi/nodes the ones we dont wont on the server to autologin
eg: iqn.2004-04.com.qnap:ts-439u:iscsi.drived.be3466
iscsiadm -m node -T iqn.2004-04.com.qnap:ts-439u:iscsi.drivec.be3466 -o update -n node.session.auth.authmethod -v CHAP
iscsiadm -m node -T iqn.2004-04.com.qnap:ts-439u:iscsi.drivec.be3466 -o update -n node.session.auth.username -v SomeUsername
iscsiadm -m node -T iqn.2004-04.com.qnap:ts-439u:iscsi.drivec.be3466 -o update -n node.session.auth.password -v SomePassword

/etc/init.d/iscsid stop
/etc/init.d/iscsid start
iscsi.txt · Last modified: 2011/03/04 00:55 by 127.0.0.1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki