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 XenServer catalog
Manage machine catalogs describes the wizards that manage a machine catalog. The following information covers details specific to XenServer virtualization environments.
Note:
Before managing a XenServer catalog, you need to finish creating a XenServer catalog. See Create a XenServer catalog.
Storage migration of persistent and non-persistent VMs
You can migrate the following VM disks from one storage to another using the Move-ProvVMDisk
PowerShell command.
- For persistent Full Clone VMs: OS Disk, Identity Disk, and non-MCS provisioned disks.
- For non-persistent VMs: OS Disk, Identity Disk, and Write-back Cache (WBC) disk.
Prerequisite
The new storage must satisfy the following condition:
- The host on which the VM is running must have access to both the old and new datastores.
Limitations
Consider the following limitations while migrating persistent and non-persistent VMs:
- For persistent Full Clone VMs: If there are snapshots with the moving VM, after migration, an additional consolidated disk might consume more disk space. For example, before migrating (snapshot1 100G + snapshot2 20G + 10G OS files). After migration (consolidated disk 130G + snapshot1 100G + snapshot2 20G).
- For non-persistent VMs: Migration of snapshots is not supported.
Migrate the disk storage
To migrate the disk storage:
-
Add a destination storage to an existing hosting unit. You can run the PowerShell command
Add-Hyphostingunitstorage
to add the destination storage:If you do not want to add new VMs to the old storage, then change the old storage to Superseded. You can do this using Studio or PowerShell commands. See Edit storage. You can also run
Set-Hyphostingunitstorage
andSuperseded
astru
e to disable new VM creation in the old storage.Note:
For non-persistent VMs:
- If WBC is used, then configure the WBC destination storage in the hosting unit.
- If OS destination storage is configured, then WBC (if used) must be compatible with OS destination storage.
- If OS destination storage is not configured, then WBC (if used) must be compatible with the current OS storage.
- Turn off the VMs and turn on the Maintenance Mode.
-
Get the information about the provisioning scheme, hosting unit, OS disk storage, and WBC disk storage. See
ProvResourceInStorage
for OS storage information. For example:$result=Get-ProvSchemeResourceInStorage -ProvisioningSchemeName xxxxx $result $result.ProvResourceInStorage | Format-List -Property * <!--NeedCopy-->
See
TemporaryStorageInfo
for WBC storage information. For example:$result=Get-ProvSchemeResourceInStorage -ProvisioningSchemeName xxxxx $result $result.TemporaryStorageInfo | Format-List -Property * <!--NeedCopy-->
-
Migrate the OS disk, Identity disk, and WBC disk (applicable to non-persistent VMs) to the destination storage using the
Move-ProvVMDisk PowerShell
command.Note:
- Always provide the OS and Identity disks in the
DiskType
andDestinationStorageId
parameters. - The
DestinationStorageId
for OS disk and Identity disk must be the same.
Example:
Persistent VMs:
(Get-ProvVM -ProvisioningSchemeName xxxxx) | Move-ProvVMDisk -ProvisioningSchemeName "myFullCloneProvScheme" -VMName "machine01" -DiskType OS,Identity -DestinationStorageId datastore1,datastore1 <!--NeedCopy-->
Important:
For Persistent VM, all disks are moved. You cannot select which disks to move.
Non-persistent VMs:
(Get-ProvVM -ProvisioningSchemeName xxxxx) | Move-ProvVMDisk -ProvisioningSchemeName "myCleanOnBootProvScheme" -VMName "machine01" -DiskType OS,Identity,WBC -DestinationStorageId None,None,datastore1 <!--NeedCopy-->
Important:
- If you don’t want to migrate a specific disk, set the value as None for the
DestinationStorageId
parameter. - If the VM has WBC disk, then add the WBC disk in
DiskType
parameter and add the required information inDestinationStorageId
parameter.
- Always provide the OS and Identity disks in the
Troubleshoot
If one of the disks fails to migrate, then none of the disks are migrated to the destination storage. You can get the failure report using the following command:
(Get-ProvTask -TaskID xxxxxxxxx).DiskMoveFailedVirtualMachines
<!--NeedCopy-->
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 |
---|---|
Published base disk and its copy on each network or local storage | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
ID disk | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
OS disk | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
Prep VM | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
VM in catalog | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
WBC disk | “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
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.