Hi All,
Like most people I have having a play with the new vSphere stuff, but i have hit a problem with the setup of iSCSI.
The background here is, we have 3 Dell R805 servers with 12 Nics. Connected to 3 Dell PS5000 SANS. What im trying to do on our test server is Configure 4 of those Nic ports for conenctivity to our san.
I have followed the vSphere iSCSI guide to the letter up until page 35, where it talks about Jumbo Frames. This is where im having the issues.
Create a Jumbo Frames-Enabled vSwitch
Configure a vSwitch for Jumbo Frames by changing the MTU size for that vSwitch.
Procedure
1 To set the MTU size for the vSwitch, run the vicfg-vswitch -m <MTU> <vSwitch> command from the
vSphere CLI.
This command sets the MTU for all uplinks on that vSwitch. The MTU size should be set to the largest
MTU size among all the virtual network adapters connected to the vSwitch.
2 Run the vicfg-vswitch -l command to display a list of vSwitches on the host, and check that the
configuration of the vSwitch is correct.
This part I have done succesfully and vSwitch1 shows as being MTU 9000 enabled.
Its this next part that is proving difficult to work out.
Create a Jumbo Frames-Enabled VMkernel Interface
If you are using ESX host, you must use the command-line interface to create a VMkernel network interface
that is enabled with Jumbo Frames.
Procedure
1 Log in directly to the console of the ESX host.
2 Use the esxcfg-vmknic command to create a VMkernel connection with Jumbo Frame support.
esxcfg-vmknic -a -I <ip address> -n <netmask> -m <MTU> <port group name>
3 Run the esxcfg-vmknic -l command to display a list of VMkernel interfaces and check that the
configuration of the Jumbo Frame-enabled interface is correct.
4 Check that the VMkernel interface is connected to a vSwitch with Jumbo Frames enabled.
5 Configure all physical switches and any physical or virtual machines to which this VMkernel interface
connects to support Jumbo Frames.
If i run the esxcfg-vmknic -l command, it shows the 4 nics I have as MTU 1500. I am confused as to what I am actually doing here. what is the esxcfg-vmknic -a -I <ip address> -n <netmask> -m <MTU> <port group name> command actually doing ?.. No matter what I put as the Port Group Name it doesnt work.. All i get when I run the command is the list of options again.
So at this point my testing has come to a stop. How do I get my NICS to show as 9000, and why does the documentation provide commands that dont work ?
I should point out, that we have been running 3.5 succesfully for 12 months, so im not a total newbie to ESX.
Sorry for the long winded post, but i thought it best to explain it properly.
Cheers
Paull