Actions
RACADM » History » Revision 4
« Previous |
Revision 4/8
(diff)
| Next »
Константин Пильник, 2020-05-22 14:33
RACADM over SSH¶
управление питанием сервера¶
iDRAC6¶
hardreset — Performs a force reset (reboot) operation on the managed system. powercycle — Performs a power-cycle operation on the managed system. powerdown — Powers down the managed system. powerup — Powers up the managed system. powerstatus — Displays the current power status of the server (ON or OFF). graceshutdown — Performs a graceful shutdown of the server.
пример:
racadm serveraction powerstatus
логирование syslog¶
iDRAC6¶
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 racadm config -g cfgRemoteHosts -o cfgRhostsSyslogServer1 93.171.206.67 racadm config -g cfgRemoteHosts -o cfgRhostsSyslogPort 514
отключение всего, торчащего в интернет по максимуму¶
iDRAC6¶
racadm config -g cfgRemoteHosts -o cfgRhostsFwUpdateTftpEnable 0 racadm config -g cfgRacTuning -o cfgRacTuneRemoteRacadmEnable 0 racadm config -g cfgRacTuning -o cfgRacTuneHttpPort 80 racadm config -g cfgRacTuning -o cfgRacTuneSshPort=22022 racadm config -g cfgRacTuning -o cfgRacTuneWebserverEnable 0 racadm config -g cfgRacTuning -o cfgRacTuneLocalServerVideo 0 racadm config -g cfgRacTuning -o cfgRacTuneConRedirEnable 0 racadm config -g cfgRacVirtual -o cfgLCDriveEnable 0 racadm config -g cfgIpmiSol -o cfgIpmiSolEnable 0 racadm config -g cfgIpmiLan -o cfgIpmiLanEnable 0
Updated by Константин Пильник over 4 years ago · 4 revisions