How to rename a LVM VolGroup Print

  • 198

Make sure you have the second disk connected, First.

 

Now Run:

pvchange -u /dev/sdb2

and

vgdisplay

now copy the VG UUID

and rename the volume using the UUID

vgrename UUID NewVolName

You can see it with the code

pvs

Thats all.


Was this answer helpful?

« Back