da_test_connection

Run the da_test_connection utility on a dynamic agent to check the connection to a dynamic workload broker or on a dynamic workload broker to check the connection to a dynamic agent.

Syntax

On UNIX operating systems
da_test_connection.shhostname [port_number [IS_DA TRUE/FALSE]]
On Windows operating systems
da_test_connection.bathostname[port_number [IS_DA TRUE/FALSE]]

Arguments

hostname
Specify the hostname of the agent or dynamic workload broker to be checked.
port
Optionally specify the port number on which the connection is to be checked. The default value varies depending on value you specify for the IS_DA parameter:
IS_DA=TRUE
In this case the check is performed on the dynamic agent with the specified hostname and the default value of the port parameter is 31114.
IS_DA=FALSE
In this case the check is performed on the dynamic workload broker with the specified hostname and the default value of the port parameter is 31116.
IS_DA
Specify whether the workstation whose connection you want to check is a dynamic agent or dynamic workload broker. Use one of the following values:
TRUE
Specify TRUE if you want to check the connection of the dynamic agent with the specified hostname. This is the default value.
FALSE
Specify FALSE if you want to check the connection of the dynamic workload broker with the specified hostname.
To check the connection for the dynamic agent with IP address my_IP_address, run the following command:
da_test_connection.sh my_IP_address 31114 TRUE
To check the connection for the dynamic workload broker with hostname my_IP_address, run the following command:
da_test_connection.sh my_IP_address 31116 FALSE