<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2964" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
PRE {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=198144117-01062007><FONT face=Arial 
color=#0000ff size=2>This is a problem for us as well.  The most reliable 
solution I've been given (but haven't had time to try) is to bust open your 
initrd and change the entry for your HBA to "ignore" in the /modules/pcitable 
file.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=198144117-01062007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=198144117-01062007><FONT face=Arial 
color=#0000ff size=2>There are a number of options that are SUPPOSED to work, 
like latefcload, but it hasn't worked for us.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=198144117-01062007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B> 
kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] 
<B>On Behalf Of </B>Robbie Pike<BR><B>Sent:</B> Friday, June 01, 2007 10:28 
AM<BR><B>To:</B> kickstart-list@redhat.com<BR><B>Subject:</B> Kickstart 
issue<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">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 face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">Here’s my partition section of the 
ks.cfg </SPAN><o:p></o:p></FONT></P><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        zerombr yes<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        clearpart --drives=cciss/c0d0,cciss/c0d1 --all<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        part swap               --start=1  --end=800 --ondisk cciss/c0d0 --asprimary<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        part /    --fstype ext3 --start=801  --end=1057 --ondisk cciss/c0d0 --asprimary<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        part pv.00 --size 1 --grow --asprimary --ondisk cciss/c0d0<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        volgroup vg00 pv.00<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        logvol /usr --vgname=vg00 --size=2024 --name=lvol1<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        logvol /var --vgname=vg00 --size=4096 --name=lvol2<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        logvol /home --vgname=vg00 --size=1024 --name=lvol3<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">        logvol /opt --vgname=vg00 --size=4096 --name=lvol4<o:p></o:p></SPAN></FONT></PRE>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">Thanks for any 
help,<o:p></o:p></SPAN></FONT></P></DIV></BODY></HTML>