Querying and Setting Controlled Power-on Configuration (poweronpermit)
Function
The poweronpermit command is used to query and set the controlled power-on function.
Format
ipmcget -d poweronpermit
ipmcset -d poweronpermit -v <enable | disable> [ip] [netport]
Parameters
Parameter |
Description |
Value |
---|---|---|
enable |
Enables the controlled power-on function. |
- |
disable |
Disables the controlled power-on function. |
- |
ip |
Specifies the server IP address. |
- |
netport |
Specifies the port number. |
0 to 65535 |
Usage Guidelines
None
Example
# Query configuration of the controlled power-on function.
iBMC:/->ipmcget -d poweronpermit
State : enabled
ManagerIP : 192.168.1.1
ManagerPort : 26957
# Enable the controlled power-on function.
iBMC:/->ipmcset -d poweronpermit -v enable 192.168.1.1 26957
Set poweronpermit successfully.