1835916 Members
2575 Online
110087 Solutions
New Discussion

Rename a logical volume

 
SOLVED
Go to solution
phil cook
Frequent Advisor

Rename a logical volume

Hi - Is it possible to rename a logical volume with a little jiggery-pokery. I'm certain it is but if anybody has done so I'd appreciate your advice.

Thanks

Phil C
Do I have to?
3 REPLIES 3
eran maor
Honored Contributor
Solution

Re: Rename a logical volume

Hi

Perform the following steps to rename a logical volume:

1. mv /dev/vg01/lvol1 /dev/vg01/data

2. mv /dev/vg01/rlvol1 /dev/vg01/rdata
love computers
Vincenzo Restuccia
Honored Contributor
phil cook
Frequent Advisor

Re: Rename a logical volume

Brilliant! Exactly what I was looking for.

Thanks
Do I have to?