Ah, that worked. Thanks! Here's what I did (exactly what you told me to) yum erase dell-firmware-repository yum erase firmware-tools yum -y install dell_ft_install yum -y install $(bootstrap_firmware) update_firmware --yes -v
Let me know if you still want the update_firmware output and log. I assumed no because it fixed my problem. Thanks again! Brandon On Mon, Feb 1, 2010 at 7:29 AM, <[email protected]> wrote: > From: linux-poweredge-bounces-Lists On Behalf Of Brandon Ooi > Sent: Saturday, January 30, 2010 8:16 PM > To: linux-poweredge-Lists > Subject: Firmware updates not being applied to PE2950 > > Here are the steps I've followed to get to this point... > > yum -y install procmail OpenIPMI > chkconfig --level 345 ipmi on > service ipmi start > > wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | > bash > yum -y install srvadmin-all > > #relogin > > srvadmin-services.sh enable > srvadmin-services.sh start > > wget -q -O - http://linux.dell.com/repo/community/bootstrap.cgi | bash > > wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash > > yum -y install firmware-addon-dell > yum -y install dell_ft_install > yum -y install $(bootstrap_firmware) > > ------- > > > I wouldn't configure both the old firmware repo and the current hardware > repo. > > Try: > Removing the firmware repo > Removing firmware-tools and everything that depends on it. > Redo: yum -y install dell_ft_install > yum -y install $(bootstrap_firmware) > Run: update_firmware --yes -v > Capture: /var/log/firmware-updates.log > > Send the output of the update command and the log. > > -Jeff > > >
_______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
