- Cisco ASA Hanging at ROMMON at Boot
- Microsoft SQL Server Verion Info
- OSX VPN Client DES Support
- Changing Windows RDP port
- Distinguished Name (DN) of Logged in User on Windows7
- ESXi Multiplathing Options
- DELL PowerConnect - What does "iscsi enable" do?
- VMware - LabManager - CannotAccessNetwork error deploying VM
- Nagios - Switch Interface Traffic
- How To - Linux Server Performance
Notes - Building New ESXi Host for iSCSI with Jumbo Frames
My notes from setting up ESXi 4.1 and ESXi 5 for iSCSI datastores.
- Install OS, configure Mgmt NIC and Mgmt IP Address
- Test vSphere client Access
- Open Console Session
- TroubleShooting Options, Local ESXi Shell
- Alt-F1 to access shell
- Create iSCSI vSwitch
- esxcfg-vswitch -a iSCSI
- Enable Jumbo Frames
- esxcfg-vswitch -m 9000 iSCSI
- Verify Info
- esxcfg-vswitch -l
- Create VMkernal Ports for each iSCSI connection. *Each iSCSI connection should be on it's own subnet **MTU can only be set during creation of vmk for ESXi 4.1
- a) esxcfg-vswitch -A iscsi1 iSCSI
- b) esxcfg-vmknic -a -i 10.10.220.183 -n 255.255.255.0 -m 9000 iscsi1
- c) repeat for each iSCSI conneciton
- d) Verify with "esxcfg-vswitch -l" and "esxcfg-vmknic -l"
- Assign iSCSI network adatpers
- a) esxcfg-vswitch -L vmnic0 iSCSI
- b) repeat for each iSCSI vmnic
- c) Verify with "esxcfg-vswitch -l"
- Create 1:1 vmnic:vmk binding. Easiest from the vSphere client.
- a) Open Properties for the iSCSI switch
- b) Edit the "iscsi1" vmk port
- c) Click "NIC Teaming" tab and check "Override switch failover order"
- d) Move all adapters down to "Unused Adapters" except the one physical NIC to use with this VMK
- e) Repeat for each iSCSI VMK port
- f) Verify one-to-one vmk/vmnic ration with "esxcfg-vswitch -l"
- Enable iSCSI Software Initiator
- esxcfg-swiscsi -e
- Bind VMK ports to the iSCSI Software Initiator
- a) Note the vmhba## in the vSphere client Storage Adapters for the iSCSI Software Initiator
- b) esxcli swiscsi nic add -n vmk# vmhba## (ESXi4.1)
- esxcli iscsi networkportal add -n vmk# -A vmhba## (ESXi5)
- Configure iSCSI Software Initiator for Dyanmic Discovery of Storage Appliance
- TroubleShooting Options, Local ESXi Shell
- MWalker's blog
- Login to post comments
-
