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!
管理 XenServer 目录
管理计算机目录介绍了用于管理计算机目录的向导。以下信息涵盖特定于 XenServer 虚拟环境的详细信息。
注意:
在管理 XenServer 目录之前,需要完成 XenServer 目录的创建。请参阅创建 XenServer 目录。
识别 MCS 创建的资源
当 Machine Creation Services (MCS) 生成磁盘等资源时,它会分配一个 ProvisioningScheme ID 标签,以更好地利用这些资源。
标签对管理员很有帮助,因为他们可以更好地管理和组织资源。例如,如果对未使用的磁盘等资源进行了标记,则管理员可以轻松识别资源的创建位置,从而提高清理过程的效率。
以下是 MCS 在 XenServer 平台上向资源添加的标签。表中的标签表示方式为 “key”:”value”。
资源名称 | 标记 |
---|---|
每个网络或本地存储上的磁盘副本(仅限本地) | “CitrixProvisioningSchemeId” : “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
ID 磁盘 | “CitrixProvisioningSchemeId” : “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
操作系统磁盘 | “CitrixProvisioningSchemeId” : “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
准备 VM | “CitrixProvisioningSchemeId” : “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
目录中的 VM | “CitrixProvisioningSchemeId” : “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
WBC 磁盘 | “CitrixProvisioningSchemeId” : “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
检索有关配置方案的信息
要检索有关配置方案的详细信息,可以执行以下 PowerShell 命令。将 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
替换为实际的预配方案 ID:
-
将占位符 ID 替换为您的实际预配方案 ID
$provisioningSchemeId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" <!--NeedCopy-->
-
检索有关配置方案的详细信息:
Get-ProvisioningScheme -Id $provisioningSchemeId <!--NeedCopy-->
检索 MCS 创建的资源列表
运行以下命令以获取 MCS 创建的完整资源列表。
-
将占位符 ID 替换为您的实际配置方案 ID。
$provisioningSchemeId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" <!--NeedCopy-->
-
检索 MCS 创建的完整资源列表。
Get-ProvResource -ProvisioningSchemeUid $provisioningSchemeId | ConvertTo-JSON -Depth 6 <!--NeedCopy-->
执行后,您会得到以下输出:
- 配置方案的名称和 ID。
- 配置方案中的配置映像版本列表。每个条目包括:
- 映像名称和 ID。
- 磁盘的磁盘 ID 和存储 ID。
- 配置虚拟机列表。每个条目包括:
- 操作系统磁盘的操作系统磁盘 ID 和父磁盘 ID。
- 操作系统磁盘的存储 ID。
- 身份磁盘及其存储 ID。
更多信息
共享
共享
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.