On 9/26/08, Erling Ringen Elvsrud <[EMAIL PROTECTED]> wrote: > I need to create a new initrd image when installing EMC PowerPath. > As PowerPaths installation manual describes I have added > the following lines to /etc/modprobe.conf: > > options scsi_mod max_scsi_luns=256 > options qla2xxx ql2xfailover=0 ConfigRequired=0
It turned out that the module options specified in the installation manual from EMC was not correct. max_luns is the correct option for scsi_mod (i realized I could check with modinfo). The qla2xxx driver in RHEL 5 do not have any of the options(ql2xfailover and ConfigRequired) specified in the EMC Install. manual. After building a new initrd with the corrected options the system booted. Erling _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
