<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi Folks,<br><br>I am in the process of performing Kickstart test for HP blade server which has internal drives managed by Smart Array Controller. I will be installing RHEL-4.4 version of OS and will be applying kernel patch to bring it to update-6 version of kernel. This server has SAN attached disks and I am trying to understand how can call out the OS disk and its partition in the kickstart.cfg file and prevent SAN disks being selected. So far I used SCSI disks and different hardware platform which had device path as /dev/sd# and were as with this HP blade server my understanding is that the OS disk will be using CCISS drivers and will have /dev/cciss/c#d# as its device path. I am looking have / on physical partition and remaining OS file systems on LVM partition. Based on my research so far here is what I have come with and would like to have it validated to make it will work without issues.<br><br>clearpart --drives=cciss/c0d0 -all --initlabel<br>part / -fstype ext3 --size=8000 --asprimary --ondisk=cciss/c0d0<br>part pv.1 --size=120000 --grow --ondisk=cciss/c0d0<br><br>volgroup rootvg pv.1 <br>logvol /usr --fstype ext3 --name=usr-vol --vgname=rootvg --size=8000 <br>logvol /var --fstype ext3 --name=var-vol --vgname=rootvg --size=8000 <br>logvol /opt --fstype ext3 --name=opt-vol --vgname=rootvg --size=8000<br>logvol swap --fstype swap --name=swap-vol --vgname=rootvg --size=8192<br>logvol /tmp --fstype ext3 --name=tmp-vol --vgname=rootvg --size=4000<br><br>It would great if any one provide an pointer as to how kickstart.cfg file is prepared. Appreciate everyone's time regarding this.<br><br>Thank you,<br>AN<br><br><br>                                    <br /><hr />Hotmail: Free, trusted and rich email service. <a href='http://clk.atdmt.com/GBL/go/201469228/direct/01/' target='_new'>Get it now.</a></body>
</html>