解决centos6.4 启动dell omsa 失败

系统:centos6.4 64bit
安装dell omsa 无法启动.
 
 
解决方法:
 
We found another way to issue this problem , we tested it without error.
we found here :
https://www.redhat.com/archives/rhelv6-list/2013-February/msg00045.html

so simple , why I didn't find more quickly !!! :P
Try the following to get OMSA working:
yum install OpenIPMI
chkconfig ipmi on
service ipmi start
srvadmin-services.sh restart

Hope can help you too
 
 
另外升级固件:
yum install dell_ft_install
yum install $(bootstrap_firmware)
 
 
Managing BIOS and firmware updates
#Inventory firmware version levels
inventory_firmware
#Compare versions installed to those available
update_firmware
#Install any applicable updates
update_firmware --yes
#Start interactive GUI
inventory_firmware_gui
 
 

你可能感兴趣的:(dell,OMSA)