OpenIPMI

misc

install

to install openipmi tools just use

yum install -y openipmi-tools

commands

  • get hardware power status
    ipmitool -H 10.10.10.4 -U USER -P PASSWORT chassis power status
  • power off hardware
    ipmitool -H 10.10.10.4 -U USER -P PASSWORT power off


    Authors:
    • Jochen Schnuerle