Wednesday, May 6, 2020

How to reset BMC password



1.      Reset BMC password from remote
a. ipmitool -H BMC_ip_address -U BMC_username -P BMC_password raw 0x32 0x66
b. BMC will restart.
You have to use BMC default password to access BMC.

2.      BMC password is missing.
You need to reset BMC password in local.
a. ipmitool raw 0x32 0x66
b. BMC will restart.
You have to use BMC default password to access BMC.

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...