Hi,

I need to start understanding how software  RAID setup works with xcat (in
centOS 6) , although it is not my favorite topic. :) . I have 2 disks that
I would like to setup RAID1 with.

I see there is a script that can help set up to do RAID1, it is here:

wget 
https://raw.githubusercontent.com/xcat2/xcat-extensions/master/partition/raid1_rh.sh
\
     -O /install/custom/partition/raid1_rh.sh

Is the above script good enough to setup RAID1 or should I look at the
template file?
the template file has something like this:

#Full RAID 1 Sample
#part raid.01 --size 50 --ondisk sda
#part raid.02 --size 50 --ondisk sdb
#raid /boot --level 1 --device md0 raid.01 raid.02
#

What is the best way to do this?  Can you share some thoughts or your
best practices?

thanks.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to