Jump to content


Photo

XD5 & Xendesktop PVS Setup Wizard tool - Unable to find hosting providers

Started by Marek Pazout , 08 December 2010 - 10:47 AM
59 replies to this topic

Best Answer David Lloyd , 08 December 2010 - 11:02 AM

Hi,

The XenDesktop 4.0 Setup Wizard for PVS does not currently support XD 5.0. You will have to create your desktops within PVS and import them into XD 5.0 as you would with other pre-existing desktops.

Regards,

David L

Marek Pazout Members

Marek Pazout
  • 17 posts

Posted 08 December 2010 - 10:47 AM

Hello, I'm trying to create new streamed VMs using the "Xendesktop Setup Wizard" (PVS server v5.6), unfortunately I'm stuck with this error message (please see the attached screenshot).There's no service named "Citrix Pool Management" running on the new XenDesktop 5 DDC controller. Can anyone help me out ? Many thanks!

Regards,

Marek

Attached Files



David Lloyd Citrix Employees

David Lloyd
  • 1,500 posts

Posted 08 December 2010 - 11:02 AM

Hi,

The XenDesktop 4.0 Setup Wizard for PVS does not currently support XD 5.0. You will have to create your desktops within PVS and import them into XD 5.0 as you would with other pre-existing desktops.

Regards,

David L


Best Answer

Matt Ailstock Members

Matt Ailstock
  • 128 posts

Posted 08 December 2010 - 11:55 AM

How do you automate the creation of the PVS desktops without the XenDesktop Setup Wizard? For example, if I want to created 25 XP VMs and have them on the domain?

And will a updated version of the XenDesktop Setup Wizard be released?

Thanks for the input.



David Lloyd Citrix Employees

David Lloyd
  • 1,500 posts

Posted 08 December 2010 - 12:38 PM

Hi,

When I did this, I just wrote a script to clone XenServer VMs and plug them into PVS. PVS is really useful for automatic server provisioning as well as delivering desktops, so it was pretty generic for use outside XD too.

The setup wizard can be viewed as an extension to PVS functionality with an "add VM to an XD desktop group" feature. PVS is still a fully supported mechanism to deliver XD desktops, but PVS now is assuming more responsibility for the machines that it handles.

I hope this makes sense in terms of the distinction of "PVS features" versus "XenDesktop features". Obviously there will be further updates and integration work in future.

Regards,

David L



Matt Ailstock Members

Matt Ailstock
  • 128 posts

Posted 08 December 2010 - 12:43 PM

I understand what you are saying but it the automation of the machines from a template and especially adding these machines to our domain that concerns me. I understand how to deploy VMs (we use ESX) from the template and how to add those VMs to my PVS environment, but it is the adding of all these machines to the domain that has me concerned....I don't know how to automate that.



Arjan Beijer Members

Arjan Beijer
  • 117 posts

Posted 08 December 2010 - 01:18 PM

Add to the domain is easy, you have to select all VM's at one in PVS and select(rightclick) create ADS account.
Is it perfect ? No but is works for now.

The biggest issue i have with this approach is that i have to switch all vm's on in VMWare to let the auto-add feature work. But if you want to match the names of the VMWare VM's to the PVS names you need to switch them on one at a time.



David Lloyd Citrix Employees

David Lloyd
  • 1,500 posts

Posted 08 December 2010 - 01:22 PM

Hi,

I don't want to post my code here (messing up my AD isn't too much of problem, I don't really want to mess up yours).

Take a look at the "IADsContainer::Create Method" article on MSDN. Scripting the creation of users and machines in AD is pretty simple from VB or C++. Simply create a new Computer object in your chosen OU, and set its password to something that you can use in PVS.

Basically, you do the same thing that you do when 25 new users need AD accounts, but for computers...

P.S. Be careful, I accept no liability :)

Regards,

David L



Arjan Beijer Members

Arjan Beijer
  • 117 posts

Posted 08 December 2010 - 01:28 PM

For automatic creation in VMWare you can also use the powershell CLI.

An example for this is:

get-viserver vsphereserver

new-vm -name PCV0002 -vm W7VDITEMPLATE -datastore FCVV_04 -Location 'VDI & Desktop' -resourcepool VDI -VMhost esx13.mgmt.lan
new-vm -name PCV0003 -vm W7VDITEMPLATE -datastore FCVV_04 -Location 'VDI & Desktop' -resourcepool VDI -VMhost esx13.mgmt.lan



Matt Ailstock Members

Matt Ailstock
  • 128 posts

Posted 09 December 2010 - 12:34 PM

Thanks all, but I'm going to just hope Citrix does the right thing and releases an updated wizard that supports XD5....in the mean time I'll be keeping my XD4 farm around for rapid deployment of new machines and I'll just move them to the XD5 farm after the fact.



Simon Plant Citrix Employees
  • #10

Simon Plant
  • 9 posts

Posted 09 December 2010 - 12:41 PM

Hi,
I can confirm we are not only "doing the right thing", but making the tool easier to use and far more integrated into the product lines from. As such we were unable to release this functionality with XD5, but it will be coming early next year in another update, so watch this space. We'll post more on this in the coming month or so.

-----------------
Simon Plant
Senior Product Manager - XenDesktop



Matt Ailstock Members
  • #11

Matt Ailstock
  • 128 posts

Posted 09 December 2010 - 12:43 PM

Good to hear...thanks a bunch. I'll look forward to it.



Noord 4 BV Members
  • #12

Noord 4 BV
  • 22 posts

Posted 13 December 2010 - 06:58 PM

Any exact ETA of the tool?
Can't really do a POC if this is not working correctly.
MCS takes up to much space from my point of view.

Regards,

Henry



Ian Firth Citrix Employees
  • #13

Ian Firth
  • 41 posts

Posted 14 December 2010 - 08:36 AM

Can you explain why you think that MCS takes too much space?

MCS will consume the space for a copy of the master image, and then for each VM it will consume 16MB of identity disk and some space for each differencing disk (about the same amount of space as the PVS writeback cache's consume assuming that you have either NFS storage or a 'clever' block stroage SAN).

i.e. for a 24GB master image the storage used = 24GB (numVMs 16MB) (numVMs diffdisk).

The diff disks should never really grow past 2 or 3 GB is size dependant on workload, and these are cleared on every reboot for pooled machines.

I guess the only difference is that the PVS writeback cache is stored on storage local to the VM and not on the SAN.

Cheers

Ian F



cary wells Members
  • #14

cary wells
  • 45 posts

Posted 15 December 2010 - 12:35 AM

I can attest that I have had to go back to using PvS also as in my situation each MCS is actually taking up or reporting to the raid device that it is taking up the exact same size for each differencing disk plus 16mb for each identity disk.

so for my case it's 34GB for master image so space = 34GB (numVM 16MB) (numVM 34GB)

This is a SAS attached raid device to a blade system and even if it thin disk it has taken the space away and it wont allow me to overcommit any space. I will have plenty of disk space just sitting there not being used at all.



rjalfarof Members
  • #15

Ricardo Jose Alfaro Fournier
  • 196 posts

Posted 15 December 2010 - 10:35 PM

De-duplication and Thin Provisioning is vital in virtual environments



Tim Bushart Members
  • #16

Tim Bushart
  • 166 posts

Posted 02 January 2011 - 06:20 PM

I've got parallel farms now too - xd4 and xd5. We did our pilot in xd4 but upgraded to xd5 with new ddcs. We want to stick with provisioning server because we're going to eventually use it to stream a common image to our xenapp servers as well.

Is there a whitepaper yet or document on moving my provisioned standard mode xp vdisks from xd4 to xd5? I know I have to upgrade the vdagent in private mode and repoint it. I'm wondering what steps are manual, and what are automatic. I also need to create about 200 more clones of my golden image once in xd 5. We're fairly new to vdi but had a successful pilot with xd4 and are looking forward to working with xd 5.

Thanks



Patrick Carey Citrix Employees
  • #17

Patrick Carey
  • 57 posts

Posted 06 January 2011 - 06:28 PM

All,

Attached is a brief guide to using Provisioning Services with new XenDesktop 5 farms as well as farms that are being migrated from XenDesktop 4. As stated earlier on this thread a new version of the Setup Wizard will be released soon. We are targeting mid-February for this. The new wizard will integrate more tightly with the Provisioning Services console (allowing remote execution) and will be shipped initially as a "hotfix" to Provisioning Services 5.6 SP 1.

It's important to note that the attached document shows workarounds that can be used until the new Setup Wizard is available. When we release the new wizard we'll also publish updated (and hopefully simplified) process steps.

Hope this helps,

Patrick Carey
Director, Product Management
Provisioning Services

Attached Files



Tim Bushart Members
  • #18

Tim Bushart
  • 166 posts

Posted 07 January 2011 - 02:40 AM

Thanks for posting, this is helpful.



William Fulmer Members
  • #19

William Fulmer
  • 148 posts

Posted 22 January 2011 - 02:37 AM

Any more update on the release of this tool?



Markus Loeffler Members
  • #20

Markus Loeffler
  • 11 posts

Posted 27 January 2011 - 03:59 PM

Hello,

are there any news on a release date for the unnamed tool formerly known as "XenDesktop Setup Wizard" for Provisioning Services ?

Its hard to do all the tasks manually if you manage 1300 Desktops ....

Regards, Markus