DELL R720 OMSA 安装 和 Troubleshooting

1.DELL R720 OMSA 安装

wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash #install repo
yum install srvadmin-all #install OMSA
#manage OMSA services
/opt/dell/srvadmin/sbin/srvadmin-services.sh
  Usage: srvadmin-services.sh {start|stop|status|restart|enable|disable|help}
  start : starts Server Administrator services
  stop : stops Server Administrator services
  status : display status of Server Administrator services
  restart: restart Server Administrator services
  enable : Enable Server Administrator services in runlevels 2, 3, 4, and 5
  disable: Disable Server Administrator services in runlevels 2, 3, 4, and 5
  help : Displays this help text

2.OMSA Troubleshooting

1)fix Command "omconfig  chassis    biossetup -?" output error msg "error bios setup feature unavailable on this system"

yum install net-snmp OpenIPMI -y
/opt/dell/srvadmin/sbin/srvadmin-services.sh restart
/opt/dell/srvadmin/sbin/omconfig  chassis    biossetup -? #output helps

refer:http://linux.dell.com/wiki/index.php/Repository/OMSA