The restart of InCenter is done using the reboot command. This command can have any of the following forms:
Without any parameters
When used without any parameters, the reboot command will only reboot the InCenter system.
admin@InCenter:/> reboot
With the -host parameter
When used with the -host parameter, the reboot command will reboot both the underlying host system as well as the InCenter system.
admin@InCenter:/> reboot -host
With the -debug parameter added
For troubleshooting purposes, the -debug=<level> option can be added to either of the two preceding forms. The <level> can be an integer between 1 and 10. For example:
admin@InCenter:/> reboot -host -debug=5
Following the restart, InCenter will run in debug mode and will output additional diagnostic messages as it functions. The detail of these messages is controlled by the level number. Debug mode should only be used in conjunction with assistance provided by a qualified support technician.