Recover the Management vSphere Cluster
Perform the following tasks to recover the management domain vSphere cluster.
Export the Cluster Settings from the Restored
vCenter Server
Before you can restore vSphere clusters of the restored vCenter Server, you must first
export the settings so they can be reapplied to the restored cluster.
- vCenter Server has been restored and powered on.
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.The values in this example are for the management domain. Replace with the values for the specific workload domain you are recovering.$restoredVcenterFqdn = "sfo-m01-vc01.sfo.rainpole.io" $restoredVcenterAdmin = "administrator@vsphere.local" $restoredVcenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01"
- Perform the configuration by running the command in the PowerShell console.Connect-VIServer -server $restoredVcenterFqdn -user $restoredVcenterAdmin -password $restoredVcenterAdminPassword Backup-ClusterVMOverrides -clusterName $clusterName Backup-ClusterVMLocations -clusterName $clusterName Backup-ClusterDRSGroupsAndRules -clusterName $clusterName Backup-ClusterVMTags -clusterName $clusterName Disconnect-VIServer * -confirm:$false
- Save the JSON file output for later use.
- Repeat for all clusters in the vCenter Server.
Remove Non-Responsive ESXi Hosts from the
Inventory
Before you can repair a failed vSphere cluster, you must first remove the non-responsive hosts from the cluster.
Prerequisites
Ensure you have exported all cluster
settings before proceeding.
UI Procedure
- Log into the NSX Manager for the workload domain and navigate to.In NSX 3.x, the relevant navigation path isand choose the vCenter fromManaged by
- Select the check box next for the relevant vSphere cluster and clickRemove NSX.
- Deselect the check box next for the relevant vSphere cluster.
- Expand the cluster and wait for all hosts in the cluster to go into anOrphanedState
- Select the check box that selects all hosts in the cluster without selecting the cluster object itself and selectRemove NSX.
- Select theForceoption and submit.Wait until all hosts show as unconfigured.
- Log in to the vCenter Server with the non-responsive hosts and navigate to the cluster.
- Select the cluster, and in the right pane, navigate to theHoststab.
- Select the check box for each non-responsive host, right click the selected hosts and selectRemove from Inventory.If the cluster use vSphere Lifecycle Manager images, wait for about a minute to allow the background tasks in NSX to complete the removal of the NSX solution from the relevant cluster before proceeding to the next step.
- Log in to the NSX Manager for the workload domain and navigate back toIn NSX 3, the relevant navigation path isand choose the vCenter fromManaged by
- Select the check box next for the relevant vSphere cluster and clickConfigure NSX.
- Select the relevant Transport Node Profile and Submit.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.The values in this example are for the management domain. Replace with the values for the specific workload domain you are recovering.$restoredVcenterFqdn = "sfo-m01-vc01.sfo.rainpole.io" $restoredVcenterAdmin = "administrator@vsphere.local" $restoredVcenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $restoredNsxManagerFqdn = "sfo-m01-nsx01.sfo.rainpole.io" $restoredNsxManagerAdmin = "admin" $restoredNsxManagerAdminPassword = "VMw@re1!VMw@re1!" $restoredNsxManagerRootPassword = "VMw@re1!VMw@re1!"
- Perform the configuration by running the command in the PowerShell console.Remove-NonResponsiveHosts -vCenterFQDN $restoredVcenterFqdn -vCenterAdmin $restoredVcenterAdmin -vCenterAdminPassword $restoredVcenterAdminPassword -clusterName $clusterName -NsxManagerFQDN $restoredNsxManagerFqdn -NsxManagerAdmin $restoredNsxManagerAdmin -NsxManagerAdminPassword $restoredNsxManagerAdminPassword -NsxManagerRootPassword $restoredNsxManagerRootPassword
Configure vSAN to Ignore Cluster Member
Updates
To permit moving the vSAN cluster from the temporary vCenter Server to the restored
vCenter Server, you must configure vSAN to ignore cluster member updates.
Manual Procedure
- Connect to each ESXi host using SSH and login asrootuser.
- Run the following command:
esxcli system settings advanced set --int-value=1 --option=/VSAN/IgnoreClusterMemberListUpdates
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$tempVcenterFqdn = "sfo-m01-vc02.sfo.rainpole.io" $tempVcenterAdmin = "administrator@vsphere.local" $tempVcenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $setting = "enable" $extractedSDDCDataFile = ".\extracted-sddc-data.json"
- Perform the configuration by running the command in the PowerShell console.Set-ClusterHostsvSanIgnoreClusterMemberList -vCenterFQDN $tempVcenterFqdn -vCenterAdmin $tempVcenterAdmin -vCenterAdminPassword $tempVcenterAdminPassword -clusterName $clusterName -setting $setting -extractedSDDCDataFile $extractedSDDCDataFile
Migrate Host Networking from vSphere Distributed
Switch to vSphere Standard Switch
Before you can move the new vSAN cluster to the restored vCenter Server, you must first
disconnect the hosts from the temporary vSphere Distributed Switch by using a temporary
vSphere Standard Switch.
UI Procedure
- Disconnect a physical vmnic for each host from the vSphere Distributed Switch on the temporary vCenter Server.
- Log in to the temporary vCenter Server athttps://<temporary_vcenter_server_fqdn>/uiby using the vSphere Client.
- In theNetworkinginventory, right-click the distributed switch and selectAdd and Manage Hosts.
- Select theManage host networkingtask.
- On theMember hoststab, select all hosts and clickNext.
- On theManage physical adapterspage, select one vmnic, for example vmnic1, and then clickUnassign adapter.
- In theConfirm Unassign Adapterdialog box, selectApply this operation to all other hostsand then clickUnassign.
- ClickNext.
- ClickNext,NextandFinish.
- Create a standard switch on each ESXi host.
- In theHosts and clustersinventory, select the first ESXi host, and on the Configure tab, and select .
- ClickAdd Standard Virtual Switch.
- Set the vSwitch Name tovSwitch0.
- Ensure the MTU is set to 9,000.
- Repeat this task to complete these steps for each ESXi host.
- Connect ESXi hosts to vSphere Standard Switch.
- On theVirtual switchespage for the host, clickAdd Networking.
- In theAdd Networkingwizard, selectPhysical Network Adapterand clickNext.
- On theSelect target devicepage, selectvSwitch0and clickNext.
- On theAdd physical network adapterpage, select an unassigned physical adapter, for example vmnic1, from the adapter list, and move it underActive adapters, and clickNext.
- Review the information on the Ready to complete page and clickFinish.
- Create a temporary management port group on the temporary vSphere standard switch.
- On theVirtual switchespage for the host, expand vSWitch0 and clickAdd Networking.
- In theAdd Networkingwizard, selectVirtual Machine Port Group for a Standard Switchand clickNext.
- On theSelect target devicepage, the standard switch will default to vSwitch0, clickNext.
- On theConnection settingspage, change theNetwork labeltotemp_mgmt, update the VLAN ID with the correct VLAN ID for the management VLAN, and click Next.
- Review the information on theReady to completepage and then clickFinish.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$tempVcenterFqdn = "sfo-m01-vc02.sfo.rainpole.io" $tempVcenterAdmin = "administrator@vsphere.local" $tempvCenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $vmnic = "vmnic1" $mtu = "9000"
- Perform the configuration by running the command in the PowerShell console.Move-ClusterHostNetworkingTovSS -vCenterFqdn $tempVcenterFqdn -vCenterAdmin $tempVcenterAdmin -vCenterAdminPassword $tempvCenterAdminPassword -clusterName $clusterName -extractedSDDCDataFile $extractedSDDCDataFile -vmnic $vmnic -mtu $mtuThis PowerShell cmdlet is IdemPotent and can be re-run if you encounter issues with connectivity to the management interfaces of the ESXi hosts while performing this operation.
Prepare to Migrate the New vSphere Cluster to
the Restored vCenter Server
Before you can migrate the new vSphere cluster to the restored vCenter Server, you must
first prepare the cluster in the temporary vCenter Server.
UI Procedure
- Log in to the temporary vCenter Server athttps://<temporary_vcenter_server_fqdn>/uiby using the vSphere Client.
- Set vSphere DRS to manual on the target cluster.
- In theHosts and clustersinventory, select the target cluster.
- On theConfiguretab, select .
- Change the DRS level toManualand clickSave
- Migrate all VMs to the first ESXi host in the cluster.
- Right-click on each VM and selectMigrate.
- Select the first host in the cluster as a target and clickMigrate.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$tempVcenterFqdn = "sfo-m01-vc02.sfo.rainpole.io" $tempVcenterAdmin = "administrator@vsphere.local" $tempvCenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01"
- Set vSphere DRS to manual by running the command in the PowerShell console.Connect-VIServer $tempVcenterFqdn -user $tempVcenterAdmin -password $tempvCenterAdminPassword Set-Cluster -cluster $clusterName -DrsAutomationLevel "Manual" -confirm:$false Disconnect-VIServer -Server $global:DefaultVIServers -Force -Confirm:$false
Move All Management VMs to a Temporary Port
Group on the vSphere Standard Switch
Before you can move the new vSAN cluster to the restored vCenter Server, you must first
move all management VMs to a temporary port group on the temporary vSphere Standard
Switch.
UI Procedure
- Log in to the temporary vCenter Server.
- In theVMs and templatesinventory, right-click the VM for the temporary vCenter Server and selectEdit Settings.
- Move network adapter 1 to thetemp_mgmtport group on the standard switch, and clickOK.
- Repeat for all VMs in the temporary vCenter Server.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$tempVcenterFqdn = "sfo-m01-vc02.sfo.rainpole.io" $tempVcenterAdmin = "administrator@vsphere.local" $tempvCenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01"
- Perform the configuration by running the command in the PowerShell console.Move-MgmtVmsToTempPg -vCenterFQDN $tempVcenterFqdn -vCenterAdmin $tempVcenterAdmin -vCenterAdminPassword $tempvCenterAdminPassword -clusterName $clusterName
Remove the ESXi Hosts from the vSphere
Distributed Switch on the Temporary vCenter Server
Before you can move the new vSAN cluster to the restored vCenter Server, you must first
remove all ESXi hosts from the temporary vSphere Distributed Switch.
UI Procedure
- Disconnect the remaining physical adapters from the vSphere Distributed Switch.
- Log in to the temporary vCenter Server athttps://<temporary_vcenter_server_fqdn>/uiby using the vSphere Client.
- In theNetworkinginventory, right-click the distributed switch and selectAdd and Manage Hosts.
- Select theManage host networkingtask.
- On theMember hoststab, select all hosts and clickNext.
- On theManage physical adapterspage, select the remaining physical adapters, for example vmnic0, and then selectUnassign adapter.
- In theConfirm Unassign Adapterdialog box, selectApply this operation to all other hostsand then clickUnassign.You are returned to theManage physical adaptersscreen. Note the vmnic0 is marked as Unassigned.
- On heManage physical adapterspage, clickNext.
- ClickNext,Next, andFinish.
- Remove the ESXi hosts from the vSphere Distributed Switch on the temporary vCenter Server.
- Connect to the temporary vCenter UI and select Networking.
- In theNetworkinginventory, right-click the distributed switch and selectAdd and Manage Hosts.
- Select theRemove hoststask.
- On theMember hoststab, select all hosts and clickNext.
- Review the information on theReady to completepage and clickFinish.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$tempVcenterFqdn = "sfo-m01-vc02.sfo.rainpole.io" $tempVcenterAdmin = "administrator@vsphere.local" $tempvCenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $vdsName = "sfo-m01-cl01-vds01"
- Perform the configuration by running the command in the PowerShell console.Remove-ClusterHostsFromVds -vCenterFQDN $tempVcenterFqdn -vCenterAdmin $tempVcenterAdmin -vCenterAdminPassword $tempvCenterAdminPassword -clusterName $clusterName -vdsName $vdsName
Migrate ESXi Hosts from the Temporary vCenter Server to the Restored vCenter Server
You migrate the newly deployed vSAN cluster to the restored vCenter Server.
UI Procedure
- Log in to the restored vCenter Server for the management domain by using the vSphere Client.
- Right-click the restored cluster and clickAdd Hosts.
- In theAdd hostswizard, enter the ESXi host names for the management cluster including the user name and password, and clickNext.A security alert dialog box appears because vCenter Server is not able to verify the certificate thumbprint.
- In the security alert dialog box, select all hosts and clickOk.
- Review the information on theHost summarypage and clickNext.
- Review the information on theReady to completepage and clickFinish.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$tempvCenterFqdn = "sfo-m01-vc02.sfo.rainpole.io" $tempvCenterAdmin = "administrator@vsphere.local" $tempvCenterAdminPassword = "VMw@re1!" $restoredvCenterFQDN = "sfo-m01-vc01.sfo.rainpole.io" $restoredvCenterAdmin = "administrator@vsphere.local" $restoredvCenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $extractedSDDCDataFile = ".\extracted-sddc-data.json"
- Perform the configuration by running the command in the PowerShell console.Move-ClusterHostsToRestoredVcenter -tempvCenterFqdn $tempvCenterFqdn -tempvCenterAdmin $tempvCenterAdmin -tempvCenterAdminPassword $tempvCenterAdminPassword -restoredvCenterFQDN $restoredvCenterFQDN -restoredvCenterAdmin $restoredvCenterAdmin -restoredvCenterAdminPassword $restoredvCenterAdminPassword -clusterName $clusterName -extractedSDDCDataFile $extractedSDDCDataFile
Migrate the ESXi Hosts and VMkernel Adapters to
the vSphere Distributed Switch on the Restored vCenter Server
You connect the new cluster hosts to the vSphere Distributed Switch and migrate the
VMkernel adapters.
UI Procedure
- Log in to the restored vCenter Server by using the vSphere Client.
- Add the hosts to the vSphere Distributed Switch.
- InNetworkinginventory, right-click the vSphere Distributed Switch and selectAdd and Manage Hosts.
- SelectAdd Hostsand clickNext.
- On theSelect hostspage, select all the ESX hosts, and clickNext.
- On theManage physical adapterspage, select a free physical adapter, for example vmnic0, and clickAssign Uplink.
- Select uplink1 , and clickNext.
- On theManage VMkernel adapterspage, update the following VMkernel adapters to assign them to the appropriate port group on the new distributed switch.VMkernel Migration by Domain TypeManagement DomainVI Workload Domainvmk0 – Management Network port groupvmk0 – Management Network port groupvmk1 – vMotion Network port groupN/A - Not yet createdvmk2 – vSAN Network port groupN/A - Not yet created
- To assign the VMkernel adapters, select the adapter and under actions for the corresponding port group, clickAssign.
- ClickNext.
- On theMigrate VM networkingstep, clickNext.
- Review the information on theReady to completepage and clickFinish.
- If this is a management domain cluster, migrate the management VMs to the original management port group.
- Right-click the temporary management port group and selectMigrate VMs to Another Network.
- For destination network, select the management port group on the vSphere Distributed Switch, for example sfo-m01-vc01-vds01-management, and clickNext.
- On theSelect VMs to migratepage, select all management VMs and clickNext.
- On theReady to completepage, clickFinish.
- Remove the temporary standard switch on each ESXi Host.
- Select the first ESXi host and, on the Configure tab, select.
- ExpandvSwitch0and click the horizontal ellipsis.
- ClickRemoveand clickYes.
- Add additional host uplinks to the vSphere Distributed Switch.
- Right-click the distributed switch and selectAdd and Manager Hosts.
- SelectManage Host Networkingand clickNext.
- On theSelect hostsstep, select all the ESX hosts and clickNext.
- On theManage physical adaptersstep, select the required free physical adapter(s), for example vmnic1, and fromAssign Uplinkselect the desired uplinks to corresponding physical adapters, and clickNext.
- ClickNextand clickNext.
- Review the information on theReady to completepage and clickFinish.
If you are running NSX 4.1.2 or
later, the NSX installation on each host in the vSphere cluster should
self-heal. Monitor the self-healing process until complete in the NSX Manager UI
at
before proceeding. PowerShell Procedure
- Start PowerShell.Replace the values in the sample code with your values and run the commands in the PowerShell console.$restoredvCenterFQDN = "sfo-m01-vc01.sfo.rainpole.io" $restoredvCenterAdmin = "administrator@vsphere.local" $restoredvCenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $extractedSDDCDataFile = ".\extracted-sddc-data.json"
- Perform the configuration by running the command in the PowerShell console.New-RebuiltVdsConfiguration -vCenterFQDN $restoredVcenterFqdn -vCenterAdmin $restoredVcenterAdmin -vCenterAdminPassword $restoredVcenterAdminPassword -clusterName $clusterName -extractedSDDCDataFile $extractedSDDCDataFile
At this point, the NSX installation on each host in
the vSphere cluster should self-heal. Monitor the self-healing process until
complete in the NSX Manager UI at
before proceeding. It might take several minutes for the process
to initiate. If you see an error on the hosts that they are not part of the
distributed switch, it just means that the self-healing process is yet to
start.Configure vSAN Back to Honour Cluster Member
Updates
After the vSAN cluster has been moved to the restored vCenter Server, you must configure
back vSAN to honour cluster member updates.
UI Procedure
- Connect to each ESXi host using SSH and login asroot.
- Run the following command.esxcli system settings advanced set --int-value=0 --option=/VSAN/IgnoreClusterMemberListUpdates
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$restoredVcenterFqdn = "sfo-m01-vc01.sfo.rainpole.io" $restoredVcenterAdmin = "administrator@vsphere.local" $restoredVcenterAdminPassword = "VMw@re1!" $clusterName = "sfo-m01-cl01" $setting = "disable" $extractedSDDCDataFile = ".\extracted-sddc-data.json"
- Perform the configuration by running the command in the PowerShell console.Set-ClusterHostsvSanIgnoreClusterMemberList -vCenterFQDN $restoredVcenterFqdn -vCenterAdmin $restoredVcenterAdmin -vCenterAdminPassword $restoredVcenterAdminPassword -clusterName $clusterName -setting $setting -extractedSDDCDataFile $extractedSDDCDataFile