Querying and Clearing the Power-On Lock (poweronlock)
Function
By default, if the server is not powered on within the specified time, the function of powering on the server through the iBMC will be locked. As a result, the server cannot be powered on through the iBMC.
The poweronlock command is used to query the status of the power-on lock.
The poweronlock -v clear command is used to clear the lock.
Format
ipmcget -t maintenance -d poweronlock
ipmcset -t maintenance -d poweronlock -v clear
Parameters
None
Usage Guidelines
None
Example
# Query the power-on lock status.
iBMC:/->ipmcget -t maintenance -d poweronlock Power on lock state: Locked
# Clear the power-on lock.
iBMC:/->ipmcset -t maintenance -d poweronlock -v clear WARNING: The operation may have many adverse effects. Do you want to continue?[Y/N]:Y Clear power on lock successfully.