Thursday, May 12, 2016

How to set BMC time by ipmi command

Type the follows ipmi command in Linux

ipmitool -H host_IP -U username -P password sel time set "mm/dd/yyyy hh:mm:ss"

ex.
ipmitool -H 192.168.137.100 -U root -P superuser sel time set "04/26/2016 09:16:16"

No comments:

Post a Comment

How to modify BMC function

 #Reset BMC password to default # ipmitool raw 0x32 0x66 #Enable BMC LAN # ipmitool raw 0x32 0xaa 0x00 #Disable BMC LAN # ipmitool raw 0x32 ...