HI
on a dell R300 we are refreshing after a customer cancelling their server hosting with us. We did are usual process which is fresh linux centos 6 install.
Once online we run yum update to update everything then run the following:
wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash
yum install srvadmin-all firmware-tools dell_ft_install syscfg raidcfg -y
yum install $(bootstrap_firmware) -y
I then reboot the server for everything to take effect.
Once rebooted I login and run the below, however its throwing an error I cant fix. I tried uninstalling & reinstalling the dell tools, I too tried a OS reload.
[root@ds-122 sbin]# cd /opt/dell/srvadmin/sbin/
[root@ds-122 sbin]# update_firmware --yes
Running system inventory...
Searching storage directory for available BIOS updates...
Checking BIOS - 1.5.2
Available: dell_dup_componentid_00159 - 1.5.2
Did not find a newer package to install that meets all installation checks.
Checking SAS6IR Controller 0 Firmware - 00.25.47.00.06.22.03.00
Available: pci_firmware(ven_0x1000_dev_0x0058_subven_0x1028_subdev_0x1f0e) - 00.25.47.00.06.22.03.00
Did not find a newer package to install that meets all installation checks.
Checking NetXtreme BCM5722 Gigabit Ethernet PCI Express (eth0) - 3.14.0
Available: pci_firmware(ven_0x14e4_dev_0x165a_subven_0x1028_subdev_0x020f) - 7.8.16
Found Update: pci_firmware(ven_0x14e4_dev_0x165a_subven_0x1028_subdev_0x020f) - 7.8.16
Checking DRAC 5 Firmware - 1.60
Available: dell_dup_componentid_08735 - 1.60
Did not find a newer package to install that meets all installation checks.
Checking NetXtreme BCM5722 Gigabit Ethernet PCI Express (eth1) - 3.14.0
Available: pci_firmware(ven_0x14e4_dev_0x165a_subven_0x1028_subdev_0x020f) - 7.8.16
Found Update: pci_firmware(ven_0x14e4_dev_0x165a_subven_0x1028_subdev_0x020f) - 7.8.16
Checking HDS725050KLA360 Firmware - a60a
Did not find a newer package to install that meets all installation checks.
Checking System BIOS for PowerEdge R300 - 1.5.2
Did not find a newer package to install that meets all installation checks.
Found firmware which needs to be updated.
Running updates...
\ Installing pci_firmware(ven_0x14e4_dev_0x165a_subven_0x1028_subdev_ ...Installation failed for package: pci_firmware(ven_0x14e4_dev_0x165a_subven_0x1028_subdev_0x020f) - 7.8.16
aborting update...
The error message from the low-level command was:
Update failure. Firmware programming utility returned an error.
[root@ds-122 sbin]#
How do I fix the error?
I tried:
mount -o remount,suid,exec /tmp
i also tried:
mount -o remount,exec /tmp