2V0-622D · Question #264
A vCenter Server virtual machine runs on ESXi host "Alpha 1." That host network is configured with vSphere Standard Switch and an administrator wants to migrate the host to a vSphere Distributed Switc
The correct answer is D. Set the vCenter Server Advanced Setting config.vpxd.network.rollback to FALSE.. Migrating a host with a single NIC from a Standard Switch to a Distributed Switch fails because vCenter's network rollback protection blocks changes that risk disconnecting management. Disabling this protection on vCenter Server allows the migration to complete.
Question
A vCenter Server virtual machine runs on ESXi host "Alpha 1." That host network is configured with vSphere Standard Switch and an administrator wants to migrate the host to a vSphere Distributed Switch. The host has only one physical NIC, and the migration fails. Which parameter should be changed in vCenter to accomplish the migration?
Options
- ASet the ESXi Host Advanced Setting config.vpxd.network.rollback to FALSE.
- BSet the vCenter Server Advanced Setting config.vpxd.network.rollback to TRUE.
- CSet the ESXi Host Advanced Setting config.vpxd.network.rollback to TRUE.
- DSet the vCenter Server Advanced Setting config.vpxd.network.rollback to FALSE.
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D81% (22)
Why each option
Migrating a host with a single NIC from a Standard Switch to a Distributed Switch fails because vCenter's network rollback protection blocks changes that risk disconnecting management. Disabling this protection on vCenter Server allows the migration to complete.
config.vpxd.network.rollback is a vCenter Server advanced setting, not an ESXi host advanced setting, so applying it at the host level has no effect on migration behavior.
Setting the vCenter Server advanced setting to TRUE preserves the default rollback behavior that is already blocking the migration, so it does not resolve the failure.
This option targets the ESXi host rather than vCenter Server, which is the wrong scope for this setting, and enabling it would not disable the rollback that is causing the failure.
The config.vpxd.network.rollback setting lives on vCenter Server and when set to FALSE it disables the automatic rollback mechanism that vCenter uses to protect management network connectivity during switch migrations. With only one physical NIC, vCenter detects the risk of losing host management access and triggers a rollback by default. Setting this to FALSE on vCenter Server removes that block and allows the single-NIC migration to proceed.
Concept tested: vCenter network rollback setting for VDS migration
Source: https://kb.vmware.com/s/article/1004034
Topics
Community Discussion
No community discussion yet for this question.