book
Article ID: CTX236601
calendar_today
Updated On:
Description
This article explains how to increase the CPU,Memory,Drive size in MCS created VMs on VMware.
Instructions
To increase the Drive size in MCS:
- Delete the existing catalog.
- Increase the drive size on master image.
- Create a new machine catalog.
Note: The drive space is set in the provisioning scheme of the catalog upon creation, and this cannot be modified.
VMware will not allow you to do this due to existing snapshots for this VM. Also, removal of any snapshots from the master image will cause Citrix Studio to have problems.
To change CPU, Memory in MCS
Open PowerShell as an Administrator
- Run the command: asnp citrix*
- Retrieve the current provisioning scheme by running: Get-ProvScheme -ProvisioningSchemeName "Name of Your Catalog"
- To change the CPU count, use the following command: Set-ProvScheme -ProvisioningSchemeName "Name of Your Catalog" -VMCpuCount "New CPU Count"
- To change the memory size, run the command: Set-ProvScheme -ProvisioningSchemeName "Name of Your Catalog" -VMMemoryMB "New Memory Size in MB"
- run the Update Catalog wizard from Citrix Studio to apply the changes to the machines in the catalog.
Issue/Introduction
How to increase the CPU,Memory,Drive size in MCS created VMs on VMware.