Hi,
We have some user filesystems in rootvg,which we want to move to new volumegroup and cleanup rootvvg .what's the best way to do and pls provide procedure.We have aix5.3 ml3
1. Create a new LV on the desired VG..
2. Create a new JFS on the newly created LV
3. Mount the new JFS
#mount /newJFS
4. Type the following to copy the data from the old JFS to the newly created JFS
#cp –R –p /oldJFS /newJFS
5. Once that has completed confirm that the data in the newly created JFS is the same as the old JFS.
6. Unmount the oldJFS
7. Remove the oldJFS
8. Unmount the newJFS
9. Via “smit lv” change the name of the newLV to the name of the oldLV
10. Then via “smit jfs” change the mount point for the newJFS towhat the oldJFS was .i.e if it was /usr/dump and the newJFS is currently /temp/backup then change /temp/backup to /usr/dump.
11. Change the permission on the mount point to let all in
12. #chmod 777 /usr/dump (using the example above)
13. Mount the newJFS which by using the example above is /usr/dump
#mount /usr/dump
14. Go into the newJFS (/usr/dump) and check the data is OK and correct.
15. You should be all done now.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.