The CMDNODE statement specifies connection information for a PowerExchange process that is the target of pwxcmd commands.
Include the CMDNODE statement in the dbmover.cfg file on the Linux, UNIX, or Windows system from which you issue pwxcmd commands.
Linux, UNIX, and Windows
SVCNODE
No
CMDNODE=(
service_name
,{CONDENSE|LISTENER}
,
host_name
,
connect_port
)
service_name
Required. User-defined name of the command-handling service for the PowerExchange process to which you want to send pwxcmd commands. Use this service name when issuing pwxcmd commands to this PowerExchange process.
{CONDENSE|LISTENER}
Required. PowerExchange service type.
Enter one of the following options:
CONDENSE
. PowerExchange Condense or PowerExchange Logger for Linux, UNIX, and Windows.
LISTENER
. PowerExchange Listener.
No default value is provided.
host_name
Required. Host name or IP address of the target system to which you want to send commands.
connect_port
Required. Port number on which the command-handling service for the PowerExchange process listens for pwxcmd commands. This port number must match the port number in the corresponding SVCNODE statement.