Ping TIBCO ActiveMatrix Nodes and Hosts for Select Environments

To ping Hosts and Nodes associated with selected Environments (as detailed in the Available Ant Targets section), you can run the following command:

ant -f enterprise_healthcheck_build.xml do.ping health.envs
Below is a sample output for the command:
Ping TIBCO ActiveMatrix Nodes and Hosts for Select Environments

The names of the Environments used for this Enterprise Deployment Health Check execution are input from the enterprise_healthcheck_data.xml (see the following snippet):

<?xml version="1.0" encoding="UTF-8"?>

<amxdata_base:Enterprise 
xmlns:amxdata="http://tibco.com/amxadministrator/command/line/types" 
xmlns:amxdata_base="http://tibco.com/amxadministrator/command/line/types_base" 
xmlns:amxdata_reference="http://tibco.com/amxadministrator/command/line/types_reference" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://tibco.com/amxadministrator/command/line/types_base 
../schemas/amxdata_base.xsd http://tibco.com/amxadministrator/command/line/types 
../schemas/amxdata.xsd">
 
<Environment xsi:type="amxdata:Environment" name="TicketingEnv" />
<Environment xsi:type="amxdata:Environment" name="FlightEnv" />
 
</amxdata_base:Enterprise>