Modify the operational state of an EBox.
Usage
ebox modify --id ID
[--enable | --disable | --power-on | --power-off | --immediate-shutdown]
Required Parameters
| Specifies the EBox ID. |
Options
| Enable the EBox. |
| Disable the EBox. |
| Power on the EBox. |
| Power off the EBox. This command first disables the EBox. |
| Power off the EBox without waiting for phaseout. This powers down the EBox regardless of whether it was disabled first. Use this command if |
Example
Power off an E-Box immediately.
vcli: admin> ebox modify --id 4 --immediate-shutdown