What is Citrix Provisioning Services (PVS) and why should you use it?

Jason Poyner, Technical Director, Deptive

Citrix Provisioning Services (PVS) allows you to have a single instance image management of your XenApp and/or XenDesktop VMs – otherwise known as desktop management nirvana! This means you only have to update a single image which is then streamed to hundreds, or thousands of desktops. No more unreliable software deployments across your desktop fleet, just install the new software once on the master image and when the PVS clients (‘target devices’ in PVS speak) reboot, they get the updated image with the new software.

Easy roll-backs and troubleshooting

Every update to a PVS image (vDisk) creates a new version of the vDisk which provides some version control. Having versioned vDisks allows changes to be rolled-back as easily as they were rolled-out. Rather than an unreliable software uninstall, a roll-back with PVS uses the previous version of the vDisk from BEFORE the updates were made, which guarantees a successful roll-back. The other key benefit to PVS is that troubleshooting is greatly reduced; have an issue with a desktop? Just reboot it and the desktop will stream the vDisk like the first time it booted (I’ll explain this further below).

Citrix Provisioning Services PVS basic architecture

Citrix Provisioning Services basic architecture

How to set it up

A production PVS environment consists of at least two PVS servers for HA which have been sized correctly for your environment (memory being the most important consideration). A disk image is taken from a computer which has been built up with all patches, applications etc installed and configured, and the vDisk image is imported into PVS. The imported vDisk image usually sits on locally attached storage on each PVS server (other options are available). ‘Target device’ VMs are created without a C: drive and set to boot from network. The MAC addresses of the VMs are added to the PVS database so that when the VMs PXE boot the PVS server knows which vDisk to provide. The first time a vDisk is streamed to a target device the vDisk is cached in memory on the PVS server. Now when another 10 or 1,000 VMs boot they stream the vDisk from the PVS server memory – your read IOPS are now served from memory!

Since we are streaming a single vDisk to multiple computers, the vDisk must be read-only to avoid corruption. But Windows can’t run off a read-only disk, so where do the writes go? PVS has a ‘write cache’ which, as the name suggests, is a location for the disk writes. Again, there are several options for the location of the write cache, however DO NOT use the default option of using the PVS server for the write cache (it’s too slow and breaks PVS HA). Attaching a small (10GB) disk to each VM for the write cache is a good approach – this disk can reside on local host storage, the SAN, or if you really want some performance, use Atlantis ILIO (see my blog on the desktop virtualisation ‘secret sauce‘). When the PVS target device reboots, the write cache is cleared so each boot is a ‘first boot’. To ensure there is no data loss, use redirected folders and a good profile management system. Since PVS 7.1, Citrix introduced a new and awesome write cache option called ‘Cache in device RAM with overflow on hard disk’. The option takes a chunk of VM memory and uses it as a disk cache which provides a massive performance boost over other write cache options – for more info see 30 x IOPS with Provisioning Services RAM cache.

Love for PVS

What I have found is that IT managers love the concept of PVS due to the consistency to brings to virtual desktop environments. IT staff take some time to adjust to the new way of managing a PVS environment, but again they love it once the new process has been adopted.

An alternative for smaller deployments

Since 2009, most of our Citrix projects have included Provisioning Services – some smaller deployments have not used PVS, as there is a moderate amount of infrastructure that is required. With the release of Citrix XenDesktop 7, Machine Creation Services (MCS) can now also be used for XenApp (or should I say XenDesktop Apps Edition….) which will be great for smaller deployments. MCS provides most of the benefits of PVS without the infrastructure. That sounds like the topic of another blog.

But wait, there’s more!

To further your desktop management nirvana, Citrix has released AppDisk with XenApp/XenDesktop 7.8. With AppDisk, applications are installed into a virtual disk (VHD/VHDK) which is then attached to VMs at boot. This allows an application, or group of applications, to be installed once, and used across multiple ‘silos’. For larger, or more complex environments, AppDisk can be used with PVS to reduce the number of unique PVS vDisks. I’m not really doing AppDisk justice (again it sounds like another blog topic), so take a look at Daniel Feller’s blog AppDisk Episode 1: Create and Deploy

Note: This blog post is the 2016 updated version of a post by the same name published on 22 Oct 2013.

18 Comments

  1. I’m keen on the dear information and facts you provide in your posts. Let me take note of your blog post and also examine yet again here frequently. Now i’m reasonably convinced I’m going to master an abundance of completely new stuff listed here! Good luck for the following!

  2. James Lee says:

    Thanks sir, for this helpful information…

  3. Thanks man! very useful 🙂

  4. Richard Szabo says:

    An excellent summary of PVS – thank you very much!

  5. Ganesh says:

    Thank you so much for the information, it will help me to understand better 🙂

  6. Maneesh Walia says:

    Such a great article to understand PVS concept. Thank u so much for share the note.

  7. Prashant says:

    Great article..Thankyou

  8. sreenu says:

    Excellent concept Delivery…Thank you very much…

  9. Shaz says:

    Great Article I have ever read

  10. sundarasetty chiranjeevi says:

    Thank you so much, Great article..Thankyou

  11. Hasrat.ali says:

    Thanks man! very useful!!!

  12. Tony says:

    Thanks for the article, very easy to follow. I have one question regarding vDisks and the rollback feature. What is the best practice for the number of vDisk “snapshots” to keep at any given time? Is it ok to keep multiple versions or should only one vDisk copy exist at any given time with all changes “commited” once testing has finished?

    • Hi Tony, I’ll need a little more info before I can answer your question.
      Back in the “old days” (pre PVS 6) you had to make a copy of the vDisk which you then updated and deployed. Since PVS 6, the concept of versioning has made the update process oh so much easier.
      What version of PVS are you using? And if it’s PVS 6 or newer, are you using the versioning feature?

  13. John Wu says:

    Thank you so much. I was struggling to understand the whole PVS concept and your article is well presented and easy to follow.

  14. taken says:

    A production PVS environment consists of at least two PVS servers for HA which have been sized correctly for your environment (memory being the most important consideration). A disk image is from a computer which has been built up with all patches, etc installed and configured, and the vDisk image is imported into PVS. The imported vDisk image usually sits on locally attached storage on each PVS server (other options are available). ‘Target device’ VMs are created without a C: drive and set to boot from network. The MAC addresses of the VMs are added to the PVS database so that when the VMs PXE boot the PVS server knows which vDisk to provide. The first time a vDisk is streamed to a target device the vDisk is cached in memory on the PVS server. Now when another 10 or 1,000 VMs boot they stream the vDisk from the PVS server memory – your read IOPS are now served from memory!

  15. David says:

    Is there a min citrix farm size for installing PVS? i.e. min 10 servers?

  16. Raghavendra H says:

    so its the Persnoal vDisk which is the base for PVS ..am i correct here? if yes, then naming PVS – Personal VDisk Services could have made bit less confusing

  17. Hemant says:

    Excellent and precise information about PVS

Leave a Reply

Contact Deptive

Location
Deptive - Commercial Bay
11-19 Customs Street West St
Commercial Bay Tower, Level 17, Room 1715
Auckland 1010
We also have a virtual office in Wellington.

Contact Details

0800 000 141

Postal Address
PO Box 34797,
Birkenhead, Auckland 0746