linuxpeter.de
  Batch, Scripts, Tools & Tips > Linux scripts and tools  
 
Linux scripts and tools
<< WinBaaN Client an SLES Server Index Debian: "Connect : Network is Unreachable" >>
Vergrößern eines Storage Repositories in XenServer Resizing Storage Repositories in XenServer

  1. Open the console of your XenServer Resource Pool Master.
  2. Run xe sr-list

        That sould give you some detailed information about your repos:

          uuid ( RO)                : abcdefgh-e007-792d-37ae-414ffd62f67c
          name-label ( RW): d_poisson
          name-description ( RW): Hardware HBA SR [HP - /dev/sdb [sdc]]
          host ( RO): hostname.domain.local
          type ( RO): lvmohba
          content-type ( RO):

      Or type xe sr-list name-label=<Your_SR_Name> for only the specified information.


   3. Find the UUID associated with the name of the SR you wish to resize. Make note of the UUID.

   4. 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.

   5. Run pvresize <devname>

   6. Run xe sr-scan <uuid>

   7. Verify that the Storage Repository shows up with the right size in XenCenter.

 



Last updated by Bikerpete (admin)  on Feb 18 2010  at 3:43 PM
<< WinBaaN Client an SLES Server Index Debian: "Connect : Network is Unreachable" >>


Info

Buy me a coffee ...


 
Top! Top!