Wednesday, March 17, 2021

How to change BMC default password via ipmitool command

Tyan motherboard and baebones need to change BMC default password before remote access. 

The default password can be changed via ipmitool command as below.

1. BMC cannot be access before change default password.

2. ipmitool command

3. use new password to access



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