ccmsrv status

The ccmsrv status command shows the status of the database server.

Synopsis

ccmsrv status [-a|-all] [-d|-dbspace] [-l|-log] [-s|-server servername]

Uses

Use the ccmsrv status command to display the status of the database server.

You must run this command on the database server.

Options and arguments

-a|-all
Displays all information.
-d|-dbspace
Displays dbspace information.
-l|-log
Displays logical log information.
-s|-server servername
Specifies the name of the database server. The default is the server on the current machine.

Example

Request all information about the database server named joe.

$ ccmsrv status -all -s joe


Feedback