Community
 
 
 

CloudPlatform 4.x

284 followers
 
Avatar
Administrator

OS Type Windows 10 // Not preview

Avatar

OS Type Windows 10 // Not preview

Hello,

 

An update or workaround would be available soon ?

 

Because i can't deploy Windows 10 vdi from my Cloudplatform, on it the OS Type is "Windows 10 Preview (64-bit) (experimental)", and it doesn't exist anymore on XenServer 6.5 patched for Windows 10 Final.

 

Thanks

 

 

 


Jonathan Puglia MEMBERS
3 comments
0

Please sign in to leave a comment.

 
 

Previous 3 comments

Avatar
Administrator
Avatar

OS Type Windows 10 // Not preview

Hello Jonathan.

 

What is the version CloudPlaform in use?

 

Regards,

 

Abhisek


Abhisek Basu CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Administrator
Avatar

CloudPlatform 4.5.1 Hotfix 02


Jonathan Puglia MEMBERS
Comment actions Permalink
Avatar
Administrator
Avatar

Hello Jonathan,

 

The issue is that the template gets updated at Xenserver after installing hotfix XS65ESP1010. We need to add the corresponding mapping in CloudPlatform as well.

 
 
Update CloudPlatform guest OS mapping to include 'Windows 10' VMs for xenserver.
 
1. We have to run 'listGuestOsCategories' API – Run this request and capture the OS category id 
 
http://<<<ManagementServerIP>>>:8096/client/api?command=listOsCategories 
 
From the output we will get the oscategoryid, please save the ID for the Guest OS for which you want to add the mapping. 
For example, in my case OSCATEGORY ID for windows is 
 
d46cf754-8c9f-11e5-b296-0601ec000134 
 
 
2.To add guest os use 'addGuestOs' API, for example 
 
http://<<management server IP>>:8096/client/api?command=addGuestOs&oscategoryid=d46cf754-8c9f-11e5-b296-0601ec000134&osdisplayname=Windows 10 (64-bit) 
 
 
Use display name according to your wish. We have to use the same displayname in 'addGuestOsMapping' API query 
 
3. Now run 'addGuestOsMapping' API query with osdisplayname where the name should the osdisplayname provided in step 2 
 
http://<<<ManagementServerIP>>>:8096/client/api?command=addGuestOsMapping&hypervisor=XenServer&hypervisorversion=6.5.0&osnameforhypervisor=<Display Name>&osdisplayname=Windows 10 (64-bit) 

Jithin Raju CITRIX EMPLOYEES
Comment actions Permalink

Top Contributors