Resizing Storage Repositories in XenServer
While XenServer 5.5 has a pretty decent GUI, there are still a few tasks that we have to use the command line for. Resizing Storage Repositories would be one of those tasks. In my environment, we use a Fibre Channel SR in our main XenServer resource pool, so I can vouch that these steps will work for that type of environment.
Before starting with these steps, make sure you have actually resized the LUN using whatever software provided by your SAN vendor. This process is simply getting XenServer to recognize the change.
- Open the console of your XenServer Resource Pool Master.
- Run xe sr-list
- Find the UUID associated with the name of the SR you wish to resize. Make note of the UUID (I just copy it).
- Next, find the device name. To do this, run pvscan | grep <uuid> - The device name will look like /dev/sdb – Make note of this as well.
- Run pvresize <devname>
- Run xe sr-scan <uuid>
- Verify that the SR shows the new size in XenCenter.
It’s a simple process, though I forget how to do it every time. Now it’s written down for all to see!
One Response to Resizing Storage Repositories in XenServer
Leave a Reply Cancel reply
Recent Posts
- Configuring Citrix Desktop Director 2.1 for use with Citrix XenApp 6.5
- Upgrading Citrix Access Gateway Enterprise Edition from 8.1 to 9.3 (HA Pair)
- Configuring the Desktop Toolbar for use with XenApp & XenDesktop
- Creating a XenApp 6.0 Lab Using Amazon EC2
- Citrix Purchases Cloud.com for Estimated $250m
@rbirong on Twitter
- No public Twitter messages.
By: US Web DesignersTag Cloud
access gateway Advice app-v apple CCEE Certifications Citrix cloud compatibility CTX Documentation Guide Hotfix hype ICA ICA Client IDW iPhone iTunes logging Microsoft OS patch Private Cloud Provisioning Server provisioning services pvs Receiver Saving Money SME sms troubleshooting Update Updates Updating vda vdi vDisk Virtualization vmware vSphere windows 7 XenApp XenDesktop XenServer





Thanks for your topic.
Can this task run live?
We have virtual machine running on this SR.
Many thanks for your help.