You can blacklist a module when you start the installation.<br><div><br></div><div>for example: </div><div><br></div><div>append initrd=/boot/initrd.img blacklist=qla2xxx<br><br>Grtz,</div><div><br></div><div>Dirk<br><br><div class="gmail_quote">
On Wed, Feb 1, 2012 at 15:56, Allen, Jack <span dir="ltr"><<a href="mailto:Jack.Allen@mckesson.com">Jack.Allen@mckesson.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">-----Original Message-----<br>
From: <a href="mailto:kickstart-list-bounces@redhat.com">kickstart-list-bounces@redhat.com</a> [mailto:<a href="mailto:kickstart-list-bounces@redhat.com">kickstart-list-bounces@redhat.com</a>] On Behalf Of Kovacs, Corey J.<br>

Sent: Wednesday, February 01, 2012 9:27 AM<br>
To: Discussion list about Kickstart<br>
Subject: RE: How do I disable san/fiber channel connectivity at boot whenusing the RH/Centos 6 installer<br>
<br>
Not sure if it's still useful but there used to be a 'nostorage' option you could put on the boot line. Then you had to specify what you wanted to load in the preamble of the kickstart file. Not sure if it's still there tho. For example.<br>

<br>
device scsi cciss<br>
<br>
would work for rhel4/5 and HP gear.<br>
<br>
On rhel6+, you'd put<br>
<br>
device hpsa<br>
<br>
for the same machine since the driver changed.<br>
<br>
<br>
Another option is to figure out what storage drivers get loaded for your hardware and explicitly unload them in the %pre section if the install, for example.<br>
<br>
%pre<br>
modprobe -r qla2xxx<br>
<br>
<br>
There are other ways but these have worked for me. Also, make sure if you are doing kickstarts with FC connected that your SAN is set up properly and fibre switches zoned etc or you could end up with a bunch of empty luns across the san.<br>

<br>
Hope this helps.<br>
<br>
<br>
Corey<br>
<br>
________________________________________<br>
From: <a href="mailto:kickstart-list-bounces@redhat.com">kickstart-list-bounces@redhat.com</a> [<a href="mailto:kickstart-list-bounces@redhat.com">kickstart-list-bounces@redhat.com</a>] on behalf of Vratislav Podzimek [<a href="mailto:vpodzime@redhat.com">vpodzime@redhat.com</a>]<br>

Sent: Wednesday, February 01, 2012 6:18 AM<br>
To: <a href="mailto:kickstart-list@redhat.com">kickstart-list@redhat.com</a><br>
Subject: Re: How do I disable san/fiber channel connectivity at boot when       using the RH/Centos 6 installer<br>
<br>
On Tue, 2012-01-31 at 13:41 -0600, Brent Clements wrote:<br>
> How do I disable san/fiber channel connectivity at boot when using the<br>
> RH/Centos 6 installer?<br>
><br>
> We have a ton of luns that are provisioned to this server and it takes<br>
> a long time for us to scroll through the disks to find the local diskyou w<br>
> for the install when we manually provision a system.  is there a nosan<br>
> or nofiberchannel option for the boot options when booting a boot iso?<br>
><br>
Where do you have such a long list? If you choose "Specialized Storage<br>
Devices" then you have a screen with tabs. Only the last one (for<br>
searching) contains all items. If you want to find your local disk, just<br>
stay on the first tab -- "Basic Devices". There shouldn't be any of your<br>
luns on this tab.<br>
I don't understand what could be a problem here.<br>
<br>
--<br>
Vratislav Podzimek<br>
</div></div>[Jack Allen]<br>
When I had this problem on a system a while back, I just unplugged the FC cable and did the install because I only needed the local disk to store the OS on. Data would be on the SAN LUNs and setup later. Then when it was time to reboot after the install completed, I plugged the FC cables back in.<br>

<br>
<br>
-------------------------<br>
Jackson C. Allen<br>
McKesson Provider Technologies<br>
5995 Windward Parkway<br>
Alpharetta, GA 30005<br>
<a href="tel:%28404%29%20338-2023" value="+14043382023">(404) 338-2023</a><br>
Jack.Allen@McKesson.com<br>
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.<br>

<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
Kickstart-list mailing list<br>
<a href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/kickstart-list" target="_blank">https://www.redhat.com/mailman/listinfo/kickstart-list</a><br>
</div></div></blockquote></div><br></div>