Technical Notes
Random technical notes for our own reference, or yours if you find them useful.
Please feel free to link to these articles, but don't just rob them. BDI retains copyright on all content.
First discover the drobo:
Then login:
This SHOULD write the details to the /etc/iscsi/iscsi.conf file but it doesn't seem to work so needs investigation
--
Please feel free to link to these articles, but don't just rob them. BDI retains copyright on all content.
Mounting a Drobo Pro on Linux using iSCSI
Debian SqueezeFirst discover the drobo:
# iscsiadm -m discovery -t sendtargets -p 10.100.100.252Then login:
root@homer:/etc/iscsi# iscsiadm --mode node --targetname iqn.2005-06.com.datarobotics:drobopro.tdb093440106.node0 --portal 10.100.100.252:3260 --login
Logging in to [iface: default, target: iqn.2005-06.com.datarobotics:drobopro.tdb093440106.node0, portal:10.100.100.252,3260]
Login to [iface: default, target: iqn.2005-06.com.datarobotics:drobopro.tdb093440106.node0, portal:10.100.100.252,3260]: successfulThis SHOULD write the details to the /etc/iscsi/iscsi.conf file but it doesn't seem to work so needs investigation
--