srvctl config listener: command syntax and example
Displays a list of configured Listeners that are registered with Oracle Clusterware on a given
Syntax:
srvctl config listener -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 config listener -n node01
srvctl config asm: command syntax and example
Displays the configuration for the ASM instances on the node.
Syntax:
srvctl config 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 config asm -n node01
srvctl config nodeapps: command syntax and example
Displays the configuration information for the node applications.
Syntax:
srvctl config nodeapps -n node_name [-a] [-g] [-s] [-l]
-n node_name:Node name.
-a VIP configuration.
-g GSD configuration.
-s ONS configuration.
-l Listener configuration.
Example:
An example of this command is:
srvctl config nodeapps -n node01
srvctl config service: command syntax and example
Displays the configuration information for the services.
Syntax:
srvctl config service -d db_unique_name [-s service_name] [-a]
-d db_unique_name:Unique name for the database.
-s service_name:Service name.
-a Additional attributes.
Example:
An example of this command is:
srvctl config service -d mndb -s mndb_sales
Recent Comments