<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>I have an issue re-kickstarting RHEL 4 servers when I need to redploy
them. I have HP Linux servers that the CCISS raid controller (came out of
Compaq). The disk presented by this raid controller should up as /dev/cciss/c#d#.
If I have the systems connected to SAN storage then they show up as /dev/sd[a,
b,c, etc.]. If I try to kickstart a HP server that has SAN devices already
zoned to it the kickstart process fails with “Input/output error during
write on /dev/sda” error.  Does anyone know what could be the
problem and how to address. I’m would like to eleminate having to
disconnecting the fiber connections or unzoning luns.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Here’s my partition section of the ks.cfg </span><o:p></o:p></font></p>

<pre><font size=2 face="Courier New"><span style='font-size:10.0pt'>        zerombr yes<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        clearpart --drives=cciss/c0d0,cciss/c0d1 --all<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        part swap               --start=1  --end=800 --ondisk cciss/c0d0 --asprimary<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        part /    --fstype ext3 --start=801  --end=1057 --ondisk cciss/c0d0 --asprimary<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        part pv.00 --size 1 --grow --asprimary --ondisk cciss/c0d0<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        volgroup vg00 pv.00<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        logvol /usr --vgname=vg00 --size=2024 --name=lvol1<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        logvol /var --vgname=vg00 --size=4096 --name=lvol2<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        logvol /home --vgname=vg00 --size=1024 --name=lvol3<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>        logvol /opt --vgname=vg00 --size=4096 --name=lvol4<o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Thanks for any help,<o:p></o:p></span></font></p>

</div>

</body>

</html>