This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:storage:iscsi [2013/06/08 10:15] gcooper created |
computing:storage:iscsi [2014/07/05 17:28] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== iSCSI Notes ====== | ====== iSCSI Notes ====== | ||
- | Boot from iSCSI: http://serverfault.com/questions/431864/boot-from-iscsi-how-does-it-work | + | **Ubuntu**: https://help.ubuntu.com/13.04/serverguide/iscsi-initiator.html |
- | Best Practice for Hyper-V with iSCSI: http://sustainablesharepoint.wordpress.com/2010/03/10/best-practice-for-hyper-v-with-iscsi/ | + | **Boot from iSCSI**: http://serverfault.com/questions/431864/boot-from-iscsi-how-does-it-work |
+ | < | ||
+ | sudo apt-get install open-iscsi | ||
+ | |||
+ | sudo vim / | ||
+ | |||
+ | node.startup = automatic | ||
+ | |||
+ | sudo iscsiadm -m discovery -t st -p 192.168.1.4 | ||
+ | |||
+ | sudo iscsiadm -m node --login -p 192.168.1.4 -T iqn.2010-09.org.openindiana: | ||
+ | |||
+ | sudo fdisk -l | ||
+ | |||
+ | sudo iscsiadm -m node -u # log out | ||
+ | </ | ||
+ | |||
+ | ===== Windows ===== | ||
+ | |||
+ | **Add an iSCSI LUN to Windows Server 2012 R2**: http:// | ||
+ | |||
+ | **Tutorial**: | ||
+ | |||
+ | **MPIO**: http:// | ||
+ | |||
+ | **Best Practices**: | ||
+ | |||
+ | **Best Practice for Hyper-V**: http:// | ||