Top
PRIMECLUSTER Global Disk Services  Configuration and AdministrationGuide 4.3
FUJITSU Software

A.10 Changing system run level

For stopping and restarting the system and changing over the user mode, use the shutdown(8) command.

Operation

Command

Stopping the system

shutdown -h now

Restarting the system and changing over the user mode

shutdown -r now

The user mode after restarting the system by the shutdown -r now command is specified by the following procedure. For run levels other than the below, see the OS manual.

Example: When restarting the system in single user mode

# systemctl set-default rescue.target 
# shutdown -r now