Previous Topic

Next Topic

Book Contents

Book Index

Restart the server process (server restart)

The server RESTART command will instruct the server process to terminate and restart itself immediately. This operation is needed any time the parameter file is changed and you want the server process to use these new settings.

General format

Windows/OpenVMS:

server restart [/qualifiers]

UNIX/Linux:

server restart [-qualifiers]

Qualifier Summary

/cluster or -cluster

/[no]confirm or -[no]confirm

/log or -log

/net

/newlog or -newlog

Examples

Windows/OpenVMS:

Schedule> server restart /newlog /cluster

UNIX/Linux:

Schedule> server restart -newlog -confirm
 Restart the server process [Y/N] (Y): 

Qualifiers

/cluster or -cluster

The CLUSTER qualifier requests that all members of the current cluster perform this operation.

/[no]confirm or -[no]confirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected job is the correct one.

/[no]log or -[no]log

The LOG qualifier causes each completed operation to issue a note to the user.

/net

The NET qualifier indicates that this operation applies to the DECnet control components of the server (OpenVMS only).

/newlog or -newlog

The NEWLOG qualifier requests that the server process close the current log file and start a new one.

See Also

SERVER commands

Display server information (server info)

Reset the proxy access cache (server proxy reset)

Start the server process (server start)

Stop the server process (server stop)