Hotfix XS60E019 for XenServer 6.0

Citrix has released the 19th update for its XenServer 6.0 platform. This hotfix resolves a stack overflow condition related to logging, which causes Windows Virtual Machines (VMs) to hang indefinitely.

Installing the Hotfix

Customers should use either XenCenter or the XenServer Command Line Interface (CLI) to install this update. Once the update has installed, the server must be restarted for it to take effect. As with any software update, please back up your data before applying this hotfix. Citrix recommends updating all hosts within a pool sequentially. Upgrading of hosts should be scheduled to minimize the amount of time the pool runs in a “mixed state” where some hosts have been upgraded and some have not. Running a mixed pool of updated and non-updated hosts for general operation is not supported.

Installing the update using XenCenter

  1. Download the update to a known location on a computer that has XenCenter installed.
  2. In XenCenter, on the Tools menu, select Install New Update. This displays the Install Update wizard.
  3. Click Nextto start the Wizard.
  4. Click Addto upload a new update.
  5. Browse to the location where you downloaded the hotfix, select it, and then click Open.
  6. From the list of updates select XS60E019.update and then click Next.
  7. Select the hosts you wish to apply the hotfix to, and then click Next.
  8. Follow the recommendations to resolve any upgrade prechecks.
  9. Click Install to start the installation.

Note: The XenCenter controlled upgrade process reboots each host sequentially starting with the Pool Master, where possible VMs will be migrated to other running hosts to avoid VM downtime. When the Pool Master is being rebooted, XenCenter will be unable to monitor the pool.

Installing the update using the off-host CLI

  1. Download the update to a known location on a computer that has the XenServer CLI or XenCenter installed.
  2. Extract the xsupdate file from the zip.
  3. If using Windows, start a Command Prompt and navigate to the XenCenter directory, for example:

    cd C:Program filesCitrixXenCenter

  4. Upload the xsupdate file to the Pool Master by entering the following commands: (Where hostnameis the Pool Master’s IP address or DNS name.)

    xe patch-upload -s <hostname> -u root -pw <password> file-name=<path_to_update_file> XS60E019.xsupdate

    XenServer assigns the update file a UUID which this command prints. Note the UUID.

    eb4b2eb4-9b21-4c17-b7cb-697bb8c8d16b

  5. Apply the hotfix to all hosts in the pool, specifying the UUID of the hotfix:

    xe patch-pool-apply uuid=<eb4b2eb4-9b21-4c17-b7cb-697bb8c8d16b>

  6. Verify that the update was applied by using the patch-listcommand.

    xe patch-list -s <hostname> -u root -pw <password> name-label=XS60E019

    If the update has been successful, the hostsfield will contain the UUIDs of the hosts this patch was successfully applied to. This should be a complete list of all hosts in the pool.

  7. The hotfix is applied to all hosts in the pool, but it will not take effect until each host has been rebooted. For each host, migrate the VMs that you wish to keep running, and shutdown the remaining VMs before rebooting the host.
  8. To verify in XenCenter that the update has been applied correctly, select the Pool, and then click the General tab. This displays the Pool properties. In the Updates section, ensure that the update is listed as Fully applied.

Download

You can download the hotfix for XenServer 6.0 here.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.