美文网首页
ipmitool 常用指令

ipmitool 常用指令

作者: 6Ibaby | 来源:发表于2021-05-12 11:32 被阅读0次

    1. Chassis commands:

    ipmitool chassis status ipmitool chassis identify [] # turn on front panel identify light (default 15s)    

    ipmitool [chassis] power soft # initiate a soft-shutdown via acpi     软关机

    ipmitool [chassis] power cycle # issue a hard power off, wait 1s, power on  重启

    ipmitool [chassis] power off # issue a hard power off  下电

    ipmitool [chassis] power on # issue a hard power on  上电

    ipmitool [chassis] power reset # issue a hard reset   重置

    2.ipmi -I open mc info

    ipmi mc info

    >>>DEvice ID :32

    ipmitool channel info 1

    >>>  0

    3.-I open本地  -I lan 远程

    4.ipmitool -v raw 0x0 0xf

    >>>Running Get PICMG Properties my_addr 0x20, transit 0, target 0

    Error response 0xc1 from Get PICMG Properities

    Running Get VSO Capabilities my_addr 0x20, transit 0, target 0

    Invalid completion code received: Invalid command

    Discovered IPMB address 0x0

    RAW REQ (channel=0x0 netfn=0x0 lun=0x0 cmd=0xf data_len=0)

    RAW RSP (5 bytes)

    3c 4b 0f 00 00

    相关文章

      网友评论

          本文标题:ipmitool 常用指令

          本文链接:https://www.haomeiwen.com/subject/wdcadltx.html