srvctl status

srvctl status asm: command syntax and example

Obtains the status of ASM instances.

Syntax:

srvctl status asm -n node_name

The only option available for this command is -n to specify the node name.


Example:

An example of this command is:

srvctl status asm -n node01

srvctl status service: command syntax and example

srvctl status service: command syntax and example

Obtains the status of services.

Syntax:

srvctl status service -d db_unique_name -s service_name_list [-f] [-v] [-S] level

-d db_unique_name:Unique name for the database
-s service_name_list:Comma-delimited list of service names
-f Include disabled applications
-v Verbose output
-S

Example:

The following example obtains the status of a named service globally across the database:

srvctl status service -d mndb -s mndb_sales -v

srvctl status instance: command syntax and example

Obtains the status of a instance.

Syntax:

srvctl status instance -d db_unique_name -i inst_name_list [-f] [-v]

-d db_unique_name:Unique name for the database
-i inst_name_list:Comma-delimited list of instance names
-f Include disabled applications
-v Verbose output

Example:

An example of this command is:

srvctl status instance -d mndb -i mndb1 -v
srvctl status instance -d mndb -i “mndb1,mndb2″ -v



Loading