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 fix gpu_burn compiler failure issue

System Environment: Ubuntu 22.04 LTS Server CUDA v12.0 GPU: RTX-4080 (driver 525.85.05) AP: GPU_Burn v1.1 Symptom: met error in make gpu_bur...