Ping TIBCO ActiveMatrix Nodes for Select Hosts

To ping Nodes managed by selected Host (as detailed in the Available Ant Targets section), you can run the following command:

ant -f enterprise_healthcheck_build.xml do.ping health.hosts
The following is a sample output for the command:
Ping TIBCO ActiveMatrix Nodes for Select Hosts

The names of the Hosts 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">
 
<Host xsi:type="amxdata:Host" name="Host1" managementUrl="service:jmx:jmxmp://abc:0000"/>
<Host xsi:type="amxdata:Host" name="Host7" managementUrl="service:jmx:jmxmp://xyz:0000"/>
 
</amxdata_base:Enterprise>
Note: The managementUrl attribute is a mandatory attribute of the Host element but as far as Enterprise Deployment Health Check is concerned, its value is irrelevant.