Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy created Filesystems from rootvg to another vg

Status
Not open for further replies.

june54

Technical User
Jun 4, 2003
160
US
Do anyone have a script that would do this or a simple procedure . I am trying to save time
 
umount /<filesystem>
cplv –v <destination VG> -y <new LV> <source LV>
chfs –a dev=/dev/<new LV> -a log=/dev/<log device> /<filesystem>
fsck –p /dev/<new LV>
mount /<filesystem>
rmlv <old LV>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top