srvctl add mgmtlsnr

Adds a management listener resource (for Cluster Health Monitor) to the cluster.

Note:

Use this command only with Oracle Clusterware.

Syntax and Parameters

Use the srvctl add mgmtlsnr command with the following syntax:

srvctl add mgmtlsnr [-endpoints "[TCP:]port_list[/IPC:key][/NMP:pipe_name
 [/TCPS:s_port][/SDP:port]"] [-skip]]

Table F-29 srvctl add mgmtlsnr Parameters

Parameter Description
-endpoints "[TCP:]port_list
 [/IPC:key][/NMP:pipe_name
 [/TCPS:s_port][/SDP:port]]

Protocol specifications for the listener. port_list is a comma-delimited list of TCP ports or listener endpoints.

-skip

Indicates you want to skip the checking of ports.

Example

The following command adds a management listener that is listening on port 1341 to the cluster:

$ srvctl add mgmtlsnr -endpoints "TCP:1341"