the first step is make a new file system with some diferent name example: /usr1 after that copy all the /usr information on /usr1 and you can use the comand :
#cd /usr
pwd
#/usr
find . |cpio -pdu /usr1
with this command you can copy all the data with all the permisions and the all configuration included the subdirectories.
2 step shutdown the system in single user mode with the following step
shutdown --> to shutdown the system in single user mode
- # vgchange -a -y vg00
- modify the fstab and change the new path for /usr to vg01/usr
note:you can modify the fstab and made change before shutdown
The time is gold