Posts

Showing posts with the label configure

vSphere: iSCSI Multipath

Image
Once again, I have just learned about iSCSI Multipathing and tested it out in my home lab using a openfiler as my iSCSI virtual SAN and with nested ESX 4.1 and ESXi 5.0. Reason why I taken such a combination of different Hypervisor is to show how this can be done.  In vSphere 5, where ESXi 5.0, there is a GUI to perform the MPIO binding unlike in vSphere 4.x, this has to be done via the command line.  Even changing the MTU value has been made easy in vSphere 5. You can also do a load balance by changing the path selection to round robin. vSphere 5 vSphere 4 Update : After setting up the mutipath, reboot the esx host and the path would be shown correct. iSCSI binding Commands Changing a vSwitch with MTU 9000 (Optional) >esxcfg-vswitch -m 9000 vSwitch0 Add a vmknic to a port group with MTU 9000 >esxcfg-vmknic -a -i 172.16.200.91 -n 255.255.255.0 -m 9000 "Port Group" Where port group is the name of the port group. To view your ...