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 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>
Copyright © Cloud Software Group, Inc. All rights reserved.