安装
Setp 1.Complete this step before
any of the steps below
wget -q -O -
http://linux.dell.com/repo/hardware/latest/bootstrap.cgi |
bash
Setp 2.Installing
OpenManage Server Administrator
yum install
srvadmin-all
Setp 3.Installing firmware-tools
to manage BIOS and firmware updates
yum install dell_ft_install
yum install $(bootstrap_firmware) #固件升级
启动服务
/opt/dell/srvadmin/sbin/srvadmin-services.sh start
修改bios
命令查看
/opt/dell/srvadmin/sbin/omconfig chassis biossetup -?
biossetup Configure BIOS setup.
NOTE: Changing onboardraid or primaryscsi or ide attributes can
make your
system inoperable or require an operating system reinstall
Valid parameters are:
attribute=numlock setting=
attribute=serialcom setting=
attribute=crab setting=
attribute=uausb setting=
attribute=extserial setting=
attribute=cpuvt setting=
attribute=cpuht setting=
attribute=acpwrrecovery setting=
delay=time=
attribute=fbr setting=<115200|57600|19200|9600>
attribute=dualnic setting=
Deprecated options: onpxenone, onpxeboth, onpxenic1,
onpxenic2
attribute=cputurbomode setting=
attribute=numa setting=
attribute=cpuxdsupport setting=
attribute=cpucore setting=<1|2|4|6|8|10|12|14|16|all>
attribute=bootmode setting=
attribute=cstates setting=
attribute=serialportaddr
setting=
attribute=bootsequence setting=
attribute=bootorder sequence=
attribute=hddorder sequence=
attribute=intusb[1..2] setting=
Deprecated options:intusb
attribute=sata setting=
attribute= sataport[0..7, a..h]
setting=
#例如,修改biso设置中,串行输出设备为 com2,然后即可重启生效
/opt/dell/srvadmin/sbin/omconfig chassis biossetup
attribute=serialcom setting=com2
BIOS setup configured successfully. Change will take effect after
the next reboot.
修改system
命令查看
/opt/dell/srvadmin/sbin/omconfig system -?
system Set system properties.
The available command(s) are:
Command Description
alertaction Configure alert actions.
alertlog Clear alert log.
assetinfo Set asset information.
cmdlog Clear command log.
esmlog Clear Embedded System Management (ESM) log.
events Events enable or disable.
platformevents Configure
platform events.
pedestinations Configure
platform event destinations.
recovery Configure system recovery actions.
shutdown Shutdown server.
thrmshutdown Set thermal shutdown severity level.
webserver Start, stop or restart the DSM SA Connection Service.
修改chassis
命令查看
/opt/dell/srvadmin/sbin/omconfig chassis
-?
chassis Set chassis component properties.
The available command(s) are:
Command Description
pwrmonitoring Set power consumption probe threshold(s) and reset
reading(s).
pwrmanagement Set power management budget and profiles.
biossetup Configure BIOS setup.
bmc Configure Remote Access Information.
SUBCOMMAND DEPRECATION WARNING:
This subcommand is deprecated and will be discontinued in
a subsequent release.
Use the subcommand "remoteaccess" instead.
fans Set fan probe threshold(s).
info Set chassis information.
leds LED configuration.
memorymode Set memory redundancy mode.
frontpanel Enable or disable front panel buttons.
temps Set temperature probe threshold(s).
volts Set voltage probe threshold(s).
remoteaccess Configure Remote Access Information.
结合nagios插件监控DELL服务器硬件信息