reboot controller
Parameters
Parameter |
Description |
Value |
---|---|---|
controller=? | Controller ID. | The controller ID is in the format of "XA" or "XB", where "X" is the controller enclosure ID starting from "0". For example, the ID of controller B in controller enclosure "0" is "0B" and that of controller A in controller enclosure "1" is "1A". |
force=? | Whether to forcibly restart the controller. | The value can be "yes" or "no", where:
|
Usage Guidelines
- The controller cannot process services when being restarted.
- This command provides an interactive mode for entering passwords. The password will be hidden behind asterisks (*).
- If the number of consecutively entered incorrect passwords reaches 3 within 5 minutes, the current session will be offline.
Example
-
Restart controller B in controller enclosure "0".
engineer:/>reboot controller controller=0B DANGER: You are about to restart the controller. This operation will cause the controller to fail to carry services. Suggestion: Before performing this operation, ensure that the service port of the controller has multiple paths or services related to the controller have been stopped. Do not perform this operation when the controller is running properly. Have you read danger alert message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Password:****** Command executed successfully.
-
Forcibly restart controller A in controller enclosure "0".
engineer:/>reboot controller controller=0A force=yes DANGER: You are about to restart the controller. This operation will cause the controller to fail to carry services. Suggestion: Before performing this operation, ensure that the service port of the controller has multiple paths or services related to the controller have been stopped. Do not perform this operation when the controller is running properly. Have you read danger alert message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Password:****** Command executed successfully.