
3Restarting or Shutting Down a | 3 |
Server |
Commands you can use to shut down or restart a local or remote server.
Restarting a Server
You can use the reboot or shutdown
Examples
To restart the local server:
$ shutdown
To restart a remote server immediately:
$ ssh
To restart a remote server at a specific time:
$ ssh
Parameter | Description |
server | The IP address or DNS name of the server. |
hhmm | The hour and minute when the server restarts. |
Automatic Restart
You can also use the systemsetup command to set up the server to start automatically after a power failure or system freeze. See “Viewing or Changing Automatic Restart Settings” on page 33.
29