This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Manage a VMware catalog
Manage machine catalogs describes the wizards that manage a machine catalog. The following information covers details specific to VMware virtualization environments.
Note:
Before managing a VMware catalog, you need to finish creating a VMware catalog. See Create a VMware catalog.
Update the folder ID of a machine catalog
You can update the folder ID of an MCS machine catalog by specifying the FolderId
in the custom properties of Set-ProvScheme
command. The VMs created after updating the folder ID are created under this new folder ID. If this property is not specified in CustomProperties
, then VMs are created under the folder where the master image is located.
Perform the following steps to update the folder ID of a machine catalog.
-
Open a Web browser and enter the URL for the vSphere Web Client.
-
Enter the credentials and click Login.
-
Create a VM placement folder in vSphere Web Client.
-
Open a PowerShell window.
-
Run asnp citrix* to load the Citrix-specific PowerShell modules.
-
Specify the
FolderID
in theCustomProperties
ofSet-ProvScheme
. In this example, the folder ID value isgroup-v2406
.Set-ProvScheme -ProvisioningSchemeUid "50bb319c-2e83-4a37-9ea1-94f630687372" -CustomProperties "<CustomProperties xmlns=""http://schemas.citrix.com/2014/xd/machinecreation"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""><Property xsi:type=""StringProperty"" Name=""FolderId"" Value=""group-v2406"" /></CustomProperties>" <!--NeedCopy-->
- Add a VM to the machine catalog using Studio.
- Check the new VM on vSphere Web Client. The new VM is created under the new folder.
Find the folder ID in vSphere
Access Managed Object Browser (MOB) on any ESXi or vCenter server system to find the folder ID of the VMs.
The MOB is a web-based server application available inbuilt in all ESX/ESXi and vCenter server systems. This vSphere utility allows you to view detailed information about objects like VMs, datastores, and resource pools.
- Open a web browser and enter
http://x.x.x.x/mob
, where x.x.x.x is the IP address of the vCenter Server or ESX/ESXi host. For example, https://10.60.4.70/mob. - On the Home page of MOB, click the value of the property content.
- Click the value of the rootFolder.
- Click the value of the childEntity.
- Click the value of the vmFolder.
- You can find the folder ID in the value of the childEntity.
Identify resources created by MCS
Following are the tags that MCS adds to the resources. The tags in the table are represented as “key”:”value”.
Resource name | Tag |
---|---|
Prep VM | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
“XdConfig:”XdProvisioned=True” | |
VM in catalog | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
“XdConfig:”XdProvisioned=True” |
More information
Share
Share
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.