Wednesday, November 5, 2025

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 0xaa 0x01



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