Howdy, I'm still getting the error with the key. I just ran all of these today on an R710 running CentOS 5.4 x86_64
# Install the Dell OpenManage repository /usr/bin/wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash /usr/bin/wget -q -O - http://linux.dell.com/repo/community/bootstrap.cgi | bash /usr/bin/wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash # Not sure if these are required since hardware bootstrap.cgi should install this key /usr/bin/wget http://linux.dell.com/repo/hardware/latest/RPM-GPG-KEY-libsmbios -O /etc/pki/rpm-gpg/RPM-GPG-KEY-libsmbios /bin/rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-libsmbios # Installs fine (firmware-tools installs from the Dell repo and is 2.1.9.d1-2.1.el5) /usr/bin/yum -y install srvadmin-all firmware-tools # this fails /usr/bin/yum -y install $(bootstrap_firmware) ==================================================================================================================================================================================== Installing: BCM5709C_Dual_Port_Rack_Mezzanine_Card_ven_0x14e4_dev_0x1639 noarch a11-1 dell-omsa-indep 256 k PERC_H700_Integrated_ven_0x1000_dev_0x0079_subven_0x1028_subdev_0x1f17 noarch a00-21 fwupdate 4.9 M Installing for dependencies: dell-dup noarch 1.1.3-1.1.el5 dell-community 35 k dell_ft_ie_interface noarch 1.0.8-1.6.el5 dell-omsa-indep 23 k dell_ie_nic_broadcom noarch 1.0.8-1 dell-omsa-indep 1.4 M firmware-addon-dell x86_64 2.2.2-5.6.el5 dell-omsa-indep 51 k smbios-utils x86_64 2.2.19-10.1.el5 dell-omsa-indep 12 k Transaction Summary ==================================================================================================================================================================================== Install 7 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 6.6 M Downloading Packages: (1/7): smbios-utils-2.2.19-10.1.el5.x86_64.rpm | 12 kB 00:00 (2/7): dell_ft_ie_interface-1.0.8-1.6.el5.noarch.rpm | 23 kB 00:00 (3/7): dell-dup-1.1.3-1.1.el5.noarch.rpm | 35 kB 00:00 (4/7): firmware-addon-dell-2.2.2-5.6.el5.x86_64.rpm | 51 kB 00:00 (5/7): BCM5709C_Dual_Port_Rack_Mezzanine_Card_ven_0x14e4_dev_0x1639-a11-1.noarch.rpm | 256 kB 00:00 (6/7): dell_ie_nic_broadcom-1.0.8-1.noarch.rpm | 1.4 MB 00:03 (7/7): PERC_H700_Integrated_ven_0x1000_dev_0x0079_subven_0x1028_subdev_0x1f17-a00-21.noarch.rpm | 4.9 MB 00:12 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Total 382 kB/s | 6.6 MB 00:17 warning: rpmts_HdrFromFdno: Header V4 DSA signature: NOKEY, key ID 5e3d7775 fwupdate/gpgkey | 1.4 kB 00:00 Public key for PERC_H700_Integrated_ven_0x1000_dev_0x0079_subven_0x1028_subdev_0x1f17-a00-21.noarch.rpm is not installed Any ideas? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, March 18, 2010 8:38 AM To: [email protected]; [email protected] Subject: RE: firmware updates Get http://linux.dell.com/repo/hardware/latest/RPM-GPG-KEY-libsmbios rpm --import <key> or, try running the bootstrap script again: wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash -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 _______________________________________________ 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
