Dienstag, 13. September 2011

Dell Firmware Tools Centos 6

# repository bekanntmachen 
wget -q -O - http://linux.dell.com/repo/community/bootstrap.cgi | bash 
wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash 
wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

# bin nicht sicher, ob srvadmin-all für die firmware tools benötigt wird, 
# wenn kein dell openmanage gewünscht

#yum install srvadmin-all

yum -y install firmware-addon-dell 

yum install dell_ft_install

yum install $(bootstrap_firmware)

# vorhande Firmware auflisten
inventory_firmware

update_firmware

update_firmware --yes

reboot

Montag, 12. September 2011

Dell OMSA auf Ubuntu 10.x installieren

Die Anleitung liegt unter

http://linux.dell.com/repo/community/deb/OMSA_6.5/

die Dell Firmware-Tools kann man unter Ubuntu so installieren:


# set up repos
wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash
aptitude install firmware-addon-dell
aptitude install $(bootstrap_firmware -a)
update_firmware

Unter Ubuntu gibt es aber häufig Fehler, während es unter Centos 5 und Centos 6 gut funktioniert.