Studenten Net Twente making the net wiki work

This is an old revision of the document!


iSCSI

Installatie

Standaard Debian installatie:
aptitude install open-iscsi

Configuratie

Om de client automatisch de iSCSI dingen te laten opstarten “node.startup = automatic” zetten/uncommenten in /etc/iscsi/iscsid.conf en even restarten:
/etc/init.d/open-iscsi restart

Discovery

Verbinding maken met iSCSI Target server en devices ontdekken:
iscsiadm -m discovery -t st -p san.snt.utwente.nl

Om een ontdekte device toe te voegen:

   iscsiadm -m node --targetname "iqn.2009-05.nl.utwente.snt:san.lun1" --portal "san.snt.utwente.nl:3260" --op=update --name node.session.auth.authmethod --value=CHAP
   iscsiadm -m node --targetname "iqn.2009-05.nl.utwente.snt:san.lun1" --portal "san.snt.utwente.nl:3260" --op=update --name node.session.auth.username --value=syscom
   iscsiadm -m node --targetname "iqn.2009-05.nl.utwente.snt:san.lun1" --portal "san.snt.utwente.nl:3260" --op=update --name node.session.auth.password --value=securesecure
projecten/storage/clientsetup.1241359454.txt.gz · Last modified: 2009/05/03 14:04 by robin