I need to migrate 8 hosts in a cluster off a single vDS and onto two vSS.
Current configuration is 4 x 1GB NICs for Management, vMotion and VM Networking. Storage is via FC. vSphere 4.1 and the hosts are ESXi.
The final configuration I need for each host is as follows:
vSwitch0
Management - vmnic0 active / vmnic3 standby
vMotion - vmnic3 active / vmnic0 standby
vSwitch1
VM Networking - vminc1/vmnic2 active/active
I'm looking for the least disruptive way to go about making this change. Scenario's I have come up with so far are as follows. I would greatly appreciate it if anyone could find issues/flaws/outages required in any of these steps:
Option 1
Add two new hosts to the cluster.
Make one host a final host and the second a staging host.
Configure the staging host with two vSS and also attach it to the vDS - One uplink per vSS and two uplinks in the vDS.
vMotion all guests from a single legacy host to the staging server.
Change the port assigned for each VM to use a vSS.
vMotion all VMs on the staging server to the final server.
Disconnect the single legacy host from the vDS and reconfigure solely with vSS using all four uplinks.
Add host back into cluster, it is now another Final host.
Rinse and repeat process for each host until all hosts are using vSS instead of vDS.
I need to keep the original management IP and move it to vSwitch0. I'm thinking it might be better to vMotion all VMs off the host first, modify host networking from the console of the ESXi box and then vMotion several VMs back to it before commencing option 1.
Option 2
On each host in the cluster remove 2 uplinks from the vDS.
Create two new vSS on each host and attach a single NIC per switch.
Use powershell to change the port used on all VMs with a specified vDS portgroup to the coresponding vSS portgroup.
Repeat the above step for all VMs
Remove all nics from the vDS and attach to the corresponding vSS.
Option 3?
Feedback/concerns/thoughts all welcome. The best ideas and considerations will get points by the end of the week. I need to be able to do this work spaced out over a week, with as little disruption to the environment as possible. My biggest concern atm is what happens when I take vmnic0 (primary management nic) and move it to the vSS. I'm pretty sure that is going to disconnect me from the host. Will I need two management IP addresses? If so will this cause problems etc?
Cheers,
Paul