I need to create a kickstart configuration file for a server which has 2 raid groups: raid 1+0 and raid 5. /, /boot, swap and other partitions should be created on raid 1+0. Can you guys shed some light n it.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
AfaIk you need to specify cciss/c0d0 for the first raid on the first controler and cciss/c0d1 for the second raid on the first controler. This is from one of my kickstart files:
It creates a small boot partition and a partition for a physical volume, creates the physical volume, one volumegroup and the required logical volumes (I use LVM = Logical Volume Manager). The root filesystem consumes only 30 GB of the volumegroup. |
|||
|
|