Hi all.
I am currently gathering information about firmware update on Dell PowerEdge machines. I've found http://linux.dell.com/wiki/index.php/Firmware-tools_announcement and https://linux.dell.com/repo/community/ It is an unofficial, community supported repository.
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo "safe" and releases stable packages?
Best regards, Rafal Radecki.
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo "safe" and releases stable packages?
This is a good resource: https://lists.us.dell.com/mailman/listinfo/linux-poweredge.
Personally, I prefer the repo over both .bin packages and Lifecycle controller updates. However, there are sometimes problems with the repo, in particular after new releases. The mailing list is the canonical place for reporting, and it is monitored by Dell employees.
The best possible scenario is a local mirror of the repository, but I haven't yet figured out how to configure machines to use it; not sure whether yum or httpd config is the problem.
On Fri, Feb 1, 2013 at 1:57 PM, Rafał Radecki radecki.rafal@gmail.com wrote:
Hi all.
I am currently gathering information about firmware update on Dell PowerEdge machines. I've found http://linux.dell.com/wiki/index.php/Firmware-tools_announcement and https://linux.dell.com/repo/community/ It is an unofficial, community supported repository.
Depending on your hardware you will have support here: http://linux.dell.com/repo/hardware http://linux.dell.com/wiki/index.php/Repository/hardware
I create a local mirror via rsync and use for all the Dell servers.
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo "safe" and releases stable packages?
I'm usually fine with the hardware repo above unless I need something really new (some versions that's not yet released in the firmware repo as rpms).
-- Mikael
centos-bounces@centos.org wrote on 01.02.2013 14:27:19:
Mikael Fridh frimik@gmail.com Gesendet von: centos-bounces@centos.org
01.02.2013 14:27
Bitte antworten an CentOS mailing list centos@centos.org
An
CentOS mailing list centos@centos.org
Kopie
Thema
Re: [CentOS] Dell unofficial community repository - what do you think?
On Fri, Feb 1, 2013 at 1:57 PM, Rafał Radecki radecki.rafal@gmail.com
wrote:
Hi all.
I am currently gathering information about firmware update on Dell PowerEdge machines. I've found http://linux.dell.com/wiki/index.php/Firmware-tools_announcement and https://linux.dell.com/repo/community/ It is an unofficial, community supported repository.
Depending on your hardware you will have support here: http://linux.dell.com/repo/hardware http://linux.dell.com/wiki/index.php/Repository/hardware
I create a local mirror via rsync and use for all the Dell servers.
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo "safe" and releases stable packages?
I'm usually fine with the hardware repo above unless I need something really new (some versions that's not yet released in the firmware repo as rpms).
-- Mikael _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Does anybody know if there is the same repo from HP?
Mit freundlichen Grüßen Andreas Reschke ________________________________________________________________
Unix/Linux-Administration Andreas.Reschke@behrgroup.com
They provide an official repo for the proliant support pack (PSP), but I don't think they offer firmware updates via yum. I honestly haven't needed it, unlike Dell, whose support techs insist that I update firmware as the first step to troubleshooting a failed hard drive or bad memory modules...
http://downloads.linux.hp.com/SDR/downloads/ServicePackforProLiant/rhel/6/x8...
repoview - http://downloads.linux.hp.com/SDR/downloads/ServicePackforProLiant/rhel/6/x8...
On 02/01/2013 08:31 AM, Andreas Reschke wrote:
centos-bounces@centos.org wrote on 01.02.2013 14:27:19:
Mikael Fridh frimik@gmail.com Gesendet von: centos-bounces@centos.org
01.02.2013 14:27
Bitte antworten an CentOS mailing list centos@centos.org
An
CentOS mailing list centos@centos.org
Kopie
Thema
Re: [CentOS] Dell unofficial community repository - what do you think?
On Fri, Feb 1, 2013 at 1:57 PM, Rafał Radecki radecki.rafal@gmail.com
wrote:
Hi all.
I am currently gathering information about firmware update on Dell PowerEdge machines. I've found http://linux.dell.com/wiki/index.php/Firmware-tools_announcement and https://linux.dell.com/repo/community/ It is an unofficial, community supported repository.
Depending on your hardware you will have support here: http://linux.dell.com/repo/hardware http://linux.dell.com/wiki/index.php/Repository/hardware
I create a local mirror via rsync and use for all the Dell servers.
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo "safe" and releases stable packages?
I'm usually fine with the hardware repo above unless I need something really new (some versions that's not yet released in the firmware repo as rpms).
-- Mikael _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Does anybody know if there is the same repo from HP?
Mit freundlichen Grüßen Andreas Reschke ________________________________________________________________
Unix/Linux-Administration Andreas.Reschke@behrgroup.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
From: Andreas Reschke Andreas.Reschke@behrgroup.com
Does anybody know if there is the same repo from HP?
http://downloads.linux.hp.com/SDR/index.html
JD
This is correct, the latest firmware updates take a little bit to get packaged and tested before they get pushed to the repo.
I also haven't figured out how to only update firmware for specific devices. With the inventory_firmware and update_firmware commands, it looks for updates and applies all updates at once.
As for creating a local mirror, a simple rsync grabs it (I exclude everything I don't need)
rsync --progress --delete -avHz --exclude=rh30 --exclude=rh30_64 --exclude=rh40 --exclude=rh40_64 --exclude='SLES_*' --exclude='SLE_*' --exclude='suse*' --exclude='sles*' linux.dell.com::repo/hardware/OMSA_7.1/ /yumrepo/repos/dell/hardware/OMSA_7.1/
I also don't use the community repo...I haven't found anything I need in there.
I'll attach the yum repo file I use for my local repo. A 'yum install srvadmin-all dell_ft_install' will grab what you need for firmware tools and OpenManage, and then a 'yum install $(bootstrap_firmware)' will grab all your hardware specific firmware.
On 02/01/2013 08:27 AM, Mikael Fridh wrote:
On Fri, Feb 1, 2013 at 1:57 PM, Rafał Radecki radecki.rafal@gmail.com wrote:
Hi all.
I am currently gathering information about firmware update on Dell PowerEdge machines. I've found http://linux.dell.com/wiki/index.php/Firmware-tools_announcement and https://linux.dell.com/repo/community/ It is an unofficial, community supported repository.
Depending on your hardware you will have support here: http://linux.dell.com/repo/hardware http://linux.dell.com/wiki/index.php/Repository/hardware
I create a local mirror via rsync and use for all the Dell servers.
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo "safe" and releases stable packages?
I'm usually fine with the hardware repo above unless I need something really new (some versions that's not yet released in the firmware repo as rpms).
-- Mikael _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I also haven't figured out how to only update firmware for specific devices. With the inventory_firmware and update_firmware commands, it looks for updates and applies all updates at once.
inventory_firmware_gui lets you select. I'm not aware of how to achieve this with command line only.
As for creating a local mirror, a simple rsync grabs it (I exclude everything I don't need)
Yes, I have something pretty similar :)
I'll attach the yum repo file I use for my local repo. A 'yum install srvadmin-all dell_ft_install' will grab what you need for firmware tools and OpenManage, and then a 'yum install $(bootstrap_firmware)' will grab all your hardware specific firmware.
Thanks, I'll compare it with my own to see what's wrong.
On Fri, Feb 1, 2013 at 9:22 AM, lhecking@users.sourceforge.net wrote:
I also haven't figured out how to only update firmware for specific devices. With the inventory_firmware and update_firmware commands, it looks for updates and applies all updates at once.
inventory_firmware_gui lets you select. I'm not aware of how to achieve this with command line only.
update_firmware
As for creating a local mirror, a simple rsync grabs it (I exclude everything I don't need)
Yes, I have something pretty similar :)
I use their repo directly, but I should mirror it now that I have more machines that make use of those packages.
It looks like srvadmin-omcommon is broken for one reason or another. [0] [1]
[0] http://lists.us.dell.com/pipermail/linux-poweredge/2013-January/047660.html [1] http://lists.us.dell.com/pipermail/linux-poweredge/2013-January/047677.html
I'll attach the yum repo file I use for my local repo. A 'yum install srvadmin-all dell_ft_install' will grab what you need for firmware tools and OpenManage, and then a 'yum install $(bootstrap_firmware)' will grab all your hardware specific firmware.
Thanks, I'll compare it with my own to see what's wrong.
The amount of software installed depends on whether one is running the full OpenManage administration interface or not.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos