Changes

From SME Server
Jump to navigationJump to search
21 bytes added ,  20:58, 17 April 2008
Line 49: Line 49:  
# Ensure all drives have been replace with larger drives and array is in sync and redundant!
 
# Ensure all drives have been replace with larger drives and array is in sync and redundant!
 
# Issue the following commands:
 
# Issue the following commands:
## mdadm --grow /dev/md2 --size=max
+
mdadm --grow /dev/md2 --size=max
## pvresize /dev/md2
+
pvresize /dev/md2
## lvresize -l +100%FREE main/root
+
lvresize -l +100%FREE main/root
## ext2online -C0 /dev/main/root         [is -C0 (zero)]
+
ext2online -C0 /dev/main/root   [is -C0 (zero)]
    
Notes :   
 
Notes :   
Line 60: Line 60:  
# you don't need the pvresize or lvresize command
 
# you don't need the pvresize or lvresize command
 
# the final line becomes ext2online -C0 /dev/md2 (or whatever / is mounted to)
 
# the final line becomes ext2online -C0 /dev/md2 (or whatever / is mounted to)
* In point 3 above, if trying to upgrade <7.0 then you'll need to use /dev/vg_primary/lv_root instead of main/root
+
* In the 3rd and 4th commands above if your system has been upgraded from 7.1 beta or earlier then use /dev/vg_primary/lv_root instead of main/root.
    
====Raid Notes====
 
====Raid Notes====

Navigation menu