More than one Base Disk for an MCS Catalog in a Storage
book
Article ID: CTX222886
calendar_today
Updated On:
Description
More than one basedisk for a catalog in a storage.
Resolution
- Find the UUID of the storage with this issue on Hypervisor.
- Run following PowerShell commands in any DDC to find the ProvisioningSchemeID for the catalog:
- asnp Citrix*
- Get-brokercatalog -Name xxx | fl ProvisioningSchemeID //xxx is your catalog name
- Find Database Table [DesktopUpdateManagerSchema].[ProvisioningSchemeVMImageLocation] under XenDesktop's database.
- Find DiskID via ProvisioningSchemeID and StorageID mentioned above in the db table.
- Switch to XenServer console
- Run command: xe vdi-list uuid=xxx #Check the vdi information
- Run command: xe vdi-param-set uuid=xxx name-label=original_name-Actual#rename
- Remove other base disk in the storage
- If required, run command: xe vdi-param-set uuid=xxx name-label=original_name #Rename again
Problem Cause
The free space of storage is not enough, and then rename the diff disk failed.
Issue/Introduction
In a storage, more than one base disk for a catalog. This article provide a solution to delete useless basedisk on specific storage
Was this article helpful?
thumb_up
Yes
thumb_down
No