Jan 7, 2008 #1 AIXdream Technical User Joined Mar 27, 2007 Messages 33 Location US Hi GUYS, I need to allocate free blocks from one lv to another lv. /dev/lv06 15.00 6.25 59% 11041 1% /stage /dev/lv03 10.00 1.79 83% 303890 12% /aac from /stage 5gb need to be reallocated to /aac. Please help. Thanks
Hi GUYS, I need to allocate free blocks from one lv to another lv. /dev/lv06 15.00 6.25 59% 11041 1% /stage /dev/lv03 10.00 1.79 83% 303890 12% /aac from /stage 5gb need to be reallocated to /aac. Please help. Thanks
Jan 7, 2008 #2 hfaix MIS Joined Nov 25, 2003 Messages 596 Location US If they're both on the same vg, and both jfs2 (on AIX 5.3), you can just "smit chjfs2" to shrink one filesystem and grow the other. Upvote 0 Downvote
If they're both on the same vg, and both jfs2 (on AIX 5.3), you can just "smit chjfs2" to shrink one filesystem and grow the other.
Jan 8, 2008 #3 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH hfaix is right just to add to his comment, you can use chfs command instead of going to the smit chjfs2 chfs -a size=-5G /stage chfs -a size=+5G /acc Assuming both of these fs are jfs2 and you are running on AIX 5.3. Regards, Khalid Upvote 0 Downvote
hfaix is right just to add to his comment, you can use chfs command instead of going to the smit chjfs2 chfs -a size=-5G /stage chfs -a size=+5G /acc Assuming both of these fs are jfs2 and you are running on AIX 5.3. Regards, Khalid