Hi Alan/Cobbler buddies, I have a situation, where in I need to inject a specific "hpvsa" RAID driver in the cobbler ks. I tried the below, but does not work. Appreciate if you can let me know how to do this correctly and make it work.
Use case: - HP physical blade with B210i RAID controller, that needs the hpvsa driver loaded prior to kickstart - Need to load RHEL7 on this server with the RAID controller on it What had been tried so far: - I had tried to do add "driverdisk --source=http://...../", and have the hpvsa.iso/img file hosted on the http link, but would not work [RHEL7 OS load completes, and at the post-install step errors out "bootloader install failed"]. - The bootloader statement in ks is - bootloader --location=mbr --driveorder=sda --append="crashkernel=auto notsc rdblacklist=ahci rdloaddriver=hpvsa,hpsa" - I tried to add the hpvsa rpm package to my RHEL7 repository [imported via cobbler import], by copying the package, and adding the statement "kmod-hpvsa" to the %packages section in ks. While loading the packages, kmod-hpvsa package not found is displayed - I also tried to copy the rpm kmod-hpvsa and the repodata associated with it, to my RHEL7 repository, still the same error "kmod-hpvsa package not found" Please let me know. Thanks Murali K Sethuraman Lead Platform Engineer, Tech Ops [email protected] Phone: 804-284-4423 Tie: 433 Cell: 804-814-1187 Visit OMS @ https://pulse.kdc.capitalone.com/groups/oms Quote of the week: Certain is Uncertain, Uncertain is Certain…. -----Original Message----- From: Alan Evangelista [mailto:[email protected]] Sent: Thursday, May 07, 2015 1:44 AM To: Sethuraman, Murali; [email protected]; Uma Harini ([email protected]) Subject: Re: [cobbler] Ilo baremetal On 03/17/2015 12:43 PM, Sethuraman, Murali wrote: > I had tried with the latest fence agents too, and the same results > were seen. I had raised a bug with redhat on this > https://bugzilla.redhat.com/show_bug.cgi?id=1200998 and waiting on > updates after the initial exchange of logs and information. It seems > to be pointing to “ipmiutil”. Providing feedback to the Cobbler mailing list... Murali posted on the bug that iLo fence agents work fine, this was simply a firewall issue. Regards, Alan Evangelista ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
