I'm having a brain fart here. I need to move a host from one vCenter to another, and to do this I have to move the vmk interfaces back to vSS so I can unjoin the host from the "source" vCenter and join to the "destination" vCenter and then migrate them to the new vDS. My brain fart is what is the command to move the vmk0 (management) back to vSS from vDS?
The flow I'm planning on is create vSwitch0 if it doesn't exist, create the Standard PG in the correct VLAN for Management, then move one pNIC from the vDS to the vSS, then move the vmk0, and finally move the second pNIC to the vSS, then unjoin from the "source" vCenter. I will then rinse and repeat for the destination vCenter.
For background, I have a vCenter that the web client has completely borked itself, and the only option is to migrate to a new vCenter. Doing this manually isn't bad for one or two, or even 10 hosts, but I have almost 200 hosts I need to do this process. So I plan to evacuate a couple hosts, move them to the "destination" vCenter, then use Cross vCenter vMotion to move the VMs to these hosts until I get a chunk moved, move a bunch more hosts, and repeat until complete. Oh, and it's a couple thousand VMs on these hosts, so the more scripted I can make this the better. I already have the Cross vCenter vMotion stuff scripted and such, it's this scripting/automation of moving the host that is alluding me.
If I figure this out before it's answered, I will post here as I'm hearing a lot of folks are having issues with vCenter Appliance 6.0 U3e having certificate issues internally that breaks inventory service and web client, which is the issue I have that engineering at VMware can't figure out.