Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 26: Line 26:  
  yum Install parted<br>
 
  yum Install parted<br>
 
  yum install xfsprogs
 
  yum install xfsprogs
 +
 +
It’s usually a good idea to run… but not required
 +
Signal-event post-upgrade;
 +
Signal-event reboot;
    +
===Partitioning the drives===
 +
Now need to create the partition for the drives using parted.
 +
parted /dev/sdX
 +
mklabel gpt
 +
unit TB
 +
mkpart primary 0.00TB 4.00TB
 +
print
    +
Remember to set the Max size to whatever size hard disk drives you are using, and change the device sdX value for each drive in the chain.
   −
  −
Install the required tools using the Yum commands below
  −
  −
It’s usually a good idea to run… but not required
  −
Signal-event post-upgrade;
  −
Signal-event reboot;
      
When new disks are added, existing raid partitions can be grown to use the new disks. After the new disk has been partitioned, the RAID array 1/4/5 may be grown. Assuming that before growing, it contains four drives in Raid5 and therefore an array of 3 drives (3*10G) and 1 spare drive(10G). See this [[Raid#Hard_Drives_.E2.80.93_Raid|HowTo]] for understanding the automatic raid construction of SME Server
 
When new disks are added, existing raid partitions can be grown to use the new disks. After the new disk has been partitioned, the RAID array 1/4/5 may be grown. Assuming that before growing, it contains four drives in Raid5 and therefore an array of 3 drives (3*10G) and 1 spare drive(10G). See this [[Raid#Hard_Drives_.E2.80.93_Raid|HowTo]] for understanding the automatic raid construction of SME Server
20

edits

Navigation menu