srvctl predict service

Predicts the consequences of service failure.

Syntax and Parameters

Use the srvctl predict service command with the following syntax:

srvctl predict service -db db_unique_name -service service_name [-verbose]

Table A-107 srvctl predict service Parameters

Parameter Description
-db db_unique_name

Unique name for the database

-service "service_name,..."

Comma-delimited list of service names

-verbose

Display verbose output

Example

To evaluate the consequences of failure of the service named crm for the database racdb:

$ srvctl predict service -db racdb -service "crm"