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.
To do this: |
Use command: |
Example: |
---|---|---|
Start a server |
STRDOMSVR |
For the server named DOMSERV1, type: strdomsvr domserv1 |
End a server normally |
ENDDOMSVR |
For the server named DOMSERV1, type: enddomsvr domserv1 |
End the server subsystem |
ENDDOMSVR |
First 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 |
WRKDOMSVR |
For the server named DOMSERV1, type: wrkdomsvr domserv1 Look under the Domino® Status column to determine if the server is active. |
Display server activities only |
DSPDOMCSL |
For the DOMSERV1 server, type: dspdomcsl domserv1 |
Display server activities and enter server commands |
WRKDOMCSL |
For the DOMSERV1 server, type: wrkdomcsl domserv1 |
Change a server |
CHGDOMSVR |
For 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® servers |
WRKDOMSVR |
For the DOMSERV1 server, type: wrkdomsvr domserv1 |
Update a server |
UPDDOMSVR |
For the DOMSERV1 server, type: upddomsvr server(domser1) torls(9.0.0) This updates DOMSERV1 to the 9.0.0 release. |
Remove a Domino® server |
CFGDOMSVR |
To remove the DOMSERV1 server, type: cfgdomsvr server(domserv1) option(*remove) |
Set the Domino® environment |
SETDOMENV |
To 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) |