Yeah, Kevin, I finally figured it out.  It took me a little bit.  Thanks
for looking into it!

--imam

On Wed, Nov 29, 2017 at 4:10 PM, Kevin Keane <kke...@sandiego.edu> wrote:

> This script looks like it is intended to be part of a kickstart setup. It
> generates a partitioning file (pretty similar to your template file,
> actually), but doesn't actually do any partitioning.
>
> But the bigger issue is that you said CentOS 6, but the script will only
> work in RedHat 7/CentOS 7 because it depends on systemd.
>
>
>
> On Wed, Nov 29, 2017 at 1:04 AM, Imam Toufique <techie...@gmail.com>
> wrote:
>
>> 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
>> xCAT-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xcat-user
>>
>>
>
>
> --
>
> _______________________________________________________________________
> Kevin Keane | Systems Architect | University of San Diego ITS |
> kke...@sandiego.edu
> Maher Hall, 192 |5998 Alcalá Park | San Diego, CA 92110-2492 |
> 619.260.6859 <%28619%29%20260-2298>
>
> ------------------------------------------------------------
> ------------------
> 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
> xCAT-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xcat-user
>
>


-- 
Regards,
*Imam Toufique*
*213-700-5485*
------------------------------------------------------------------------------
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
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to