powerman

介绍

powerman是一个开源的工具,被谷歌用于cluster的机群管理
通过SNMP协议可以管理PDU电源
通过ipmi协议可以管理机器的reboot以及开关机

安装

源码下载地址
安装流程参考源码中的INSTALL文件

  1. configure自动生成makefile

    1
    ./configure
  2. 编译

    1
    2
    make
    make check //check the make result
  3. 安装

    1
    make install