ADMINISTERING


Typical administrative tasks and their equivalent Domino commands

The following table lists typical administrative tasks for a Domino® server (called DOMSERV1) and shows the CL command that you can use to perform the task.

Table 1. Typical administrative tasks
To do this:Use command:Example:
Start a serverSTRDOMSVRFor the server named DOMSERV1, type:

strdomsvr domserv1

End a server normally ENDDOMSVRFor the server named DOMSERV1, type:

enddomsvr domserv1

End the server subsystemENDDOMSVRFirst end the DOMSERV1 server, type:

enddomsvr domserv1

Wait for the server to end and then type:

enddomsvr domserv1 *immed

Determine if a server is active WRKDOMSVRFor the server named DOMSERV1, type:

wrkdomsvr domserv1

Look under the Domino Status column to determine if the server is active.

Display server activities onlyDSPDOMCSLFor the DOMSERV1 server, type:

dspdomcsl domserv1

Display server activities and enter server commandsWRKDOMCSLFor the DOMSERV1 server, type:

wrkdomcsl domserv1

Change a serverCHGDOMSVRFor the DOMSERV1 server, type:

chgdomsvr domserv1

Press F4 to display the current properties. After changing the desired properties, press Enter.

Request a working display for controlling Domino serversWRKDOMSVRFor the DOMSERV1 server, type:

wrkdomsvr domserv1

Update a serverUPDDOMSVRFor the DOMSERV1 server, type:

upddomsvr server(domser1) torls(10.0.1)

This updates DOMSERV1 to the 10.0.1 release.

Remove a Domino serverCFGDOMSVRTo remove the DOMSERV1 server, type:

cfgdomsvr server(domserv1) option(*remove)

Set the Domino environmentSETDOMENVTo set the DOMSERV1 environment to run under the server's user profile with a PATH environment variable reset to the server's configured execution, data, and user directories, type:

SETDOMENV SERVER(domserv1) USER(*SERVER) PATH(*REPLACE)


Related reference
Using CL Commands With Domino for IBM i
IBM i server commands