User Tools

Site Tools


computing:storage:iscsi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 iSCSIhttp://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
  
 +<file>
 +sudo apt-get install open-iscsi
 +
 +sudo vim /etc/iscsi/iscsid.conf
 +
 +node.startup = automatic
 +
 +sudo iscsiadm -m discovery -t st -p 192.168.1.4     # discover targets
 +
 +sudo iscsiadm -m node --login -p 192.168.1.4 -T iqn.2010-09.org.openindiana:t-boot-cs-ms1
 +
 +sudo fdisk -l
 +
 +sudo iscsiadm -m node -u                            # log out
 +</file>
 +
 +===== Windows =====
 +
 +**Add an iSCSI LUN to Windows Server 2012 R2**: http://robertsmit.wordpress.com/2013/08/27/right-way-to-configure-iscsi-initiator-in-windows-server-2012-r2/
 +
 +**Tutorial**: http://www.windowsnetworking.com/articles-tutorials/windows-server-2012/configuring-iscsi-storage-part1.html
 +
 +**MPIO**: http://etechgoodness.wordpress.com/2011/12/16/iscsi-disk-appears-two-or-more-times-in-disk-management/
 +
 +**Best Practices**: http://www.axiomdynamics.com/it-tweaks-and-tricks/iSCSI-best-practices/html/iSCSI-Best-Practices-VMware-EMC-Microsoft.html
 +
 +**Best Practice for Hyper-V**: http://sustainablesharepoint.wordpress.com/2010/03/10/best-practice-for-hyper-v-with-iscsi/
  
computing/storage/iscsi.1370708106.txt.gz · Last modified: 2013/06/08 10:15 by gcooper