ipmitool工具常用命
令汇总
Document serial number【UU89WT-UU98YT-UU8CB-UUUT-UUT108】
ipmitool工具常用命令汇总
目录
1.工具的安装
yum install -y OpenIPMI ipmitool
开启服务
/etc/ipmi status /etc/ipmi start
[root@cell83 ~]# ipmitool -V
ipmitool version 命令的help
明细的命令参考man ipmitool 或者附件
[root@cell83 ~]# ipmitool -h
ipmitool version ipmitool [options...]
-h This help
-V Show version information
-v Verbose (can use multiple times)
-c Display output in comma separated format -d N Specify a /dev/ipmiN device to use (default=0)
-I intf Interface to use
-H hostname Remote host name for LAN interface -p port Remote RMCP port [default=623] -U username Remote session username
-f file Read remote session password from file -z size Change Size of Communication Channel (OEM) -S sdr Use local file for remote SDR cache -D tty:b[:s] Specify the serial device, baud rate to use
and, optionally, specify that interface is the system one
-4 Use only IPv4 -6 Use only IPv6
-a Prompt for remote password -Y Prompt for the Kg key for IPMIv2 authentication
-e char Set SOL escape character
-C ciphersuite Cipher suite to be used by lanplus interface
-k key Use Kg key for IPMIv2 authentication -y hex_key Use hexadecimal-encoded Kg key for IPMIv2 authentication
相关推荐: