Actions
RACADM » History » Revision 2
« Previous |
Revision 2/8
(diff)
| Next »
Константин Пильник, 2020-05-22 14:28
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
отключение всего, торчащего в интернет по максимуму¶
iDRAC6¶
echo ' 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 exit ' | ssh root@rmm.diana.rc-online.ru -p 22022
Updated by Константин Пильник over 4 years ago · 2 revisions