Before we started the upgrade of XenDesktop and XenServer, we upgraded all the PVS images with: Citrix XenDesktop 7.13 VDA, Citrix Provisioning Services 7.13 Target Device software and XenTools/Management agent for XenServer 7.1. When we successfully finished the upgrade of XenServer 6.5 to XenServer 7.1, we had problems starting all of our VDI and Session Host PVS Target Devices VMs. We had the following issues:
- Some PVS Targets didn’t boot at all: “BNIStack failed: network stack could not be initialized”
- Some PVS Targets did boot very slow and had Realtek network adapters in Windows Device management.
- XenTools/Management agent didn’t initialize.
We noticed a difference of the “Virtualization State” in the XenCenter GUI of the VM which didn’t boot and the VM which booted successfully.
The Virtualization state of the VM with boot issues is “Not able to receive updates from Windows Update”
The Virtualization state of the VM starting correctly is “Able to receive updates from Windows Update”
When connecting with SSH to the pool master, we’ve also noticed a difference between the “hardware-platform-version” and “has-vendor-device” per VM. To get all the properties of the VM use the following command: “xe vm-param-list uuid=<uuid of VM>”
The VM-Parameter list of the VM with boot issues:
The VM-Parameter list of the VM starting correctly:
To fix the boot issue, the “has-vendor-device = true” value is needed for all the VMs with boot issues after the XenServer 6.5 to XenServer 7.x upgrade. The “hardware-platform-version” and the “Virtualization state” is also modified by updating the “has-vendor-device” property.
Set the “has-vendor-device” property with the following command: “xe vm-param-set has-vendor-device=true uuid=<UUID of VM>”
To get a comma separated list UUID’s of all the VMs and Templates in the pool. Execute the following command on the pool master: “xe vm-list –minimal”
Use the comma separated UUID list to set the “has-vendor-device = true” property to all the VMs in the pool.
No comments:
Post a Comment