This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:iscsi [2013/06/11 13:01] gcooper |
computing:storage:iscsi [2014/07/05 17:28] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== iSCSI Notes ====== | ====== iSCSI Notes ====== | ||
- | https:// | + | **Ubuntu**: |
- | Boot from iSCSI: http:// | + | **Boot from iSCSI**: http:// |
- | + | ||
- | Best Practice for Hyper-V with iSCSI: http:// | + | |
< | < | ||
Line 17: | Line 15: | ||
sudo iscsiadm -m node --login -p 192.168.1.4 -T iqn.2010-09.org.openindiana: | 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 | 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:// | ||
+ |