Report File Explanation
The Report file (in XML or JSON formats) that is generated after a Enterprise Deployment Health Check is run contains a lot more information than the CLI Output snippets shown in the previous section. Enterprise Deployment Health Check collects a substantial amount of information (depending on the selection of "Options" targets) that can be used to get a complete picture of the TIBCO ActiveMatrix Enterprise. This section provides a high-level overview of some of the important elements found in the Report file.
The Report file may or not contain some of the elements listed below depending on the selection of "Options" targets used while invoking Enterprise Deployment Health Check.
healthCheckStatus
attribute that denotes the status of the element in terms of PASSED or FAILED. In the case the overall status of Enterprise Deployment Health Check is "FAILED", you can use the
healthCheckStatus
attribute to navigate to the element causing the Health Check to fail.
Element | Description |
---|---|
healthCheckOutput |
This is the root element of report and contains attributes that help in identifying key information such as: total time taken for the Enterprise Deployment Health Check run, the requesting user and the machine from which Enterprise Deployment Health Check was invoked, unique Invocation ID that can be used to correlate this Enterprise Deployment Health Check run with log entries in the logs for participating Nodes and Hosts logs, and so on. Based on this element, you can conclude whether the Enterprise Deployment Health Check has PASSED or FAILED. |
adminMetaData | This element contains the configuration data of TIBCO ActiveMatrix Administrator, such as backend database, Notification/Qin Server, LDAP server Connection Configuration, HTTP Connector configuration,
TIBCO_HOME ,
CONFIG_HOME ,
SHARED_FOLDER location, and so on.
Note: If the TIBCO ActiveMatrix Administrator is replicated, it also contains information about the External and Internal HTTP connector information of the replicated TIBCO ActiveMatrix Administrator. |
adminSummary | This element contains information regarding that Enterprise Deployment Health Check collected for the "Most"-used Report. It also contains the Name and Environment name of Applications/Nodes, if any, that are Out-of-sync or in Not running state. |
adminInfo |
This element contains information regarding the current runtime state of TIBCO ActiveMatrix Administrator, such as:
|
<hostInfoAndPingTime> |
This element contains information about Host and Nodes. Depending on the
options target used, it contains either the " The main targets control list of Hosts and Nodes under this element, that is, if you ran Enterprise Deployment Health Check for a selection of Hosts, only those Hosts and the Nodes managed by those Hosts are shown. Each Host is represented as a sub-element and under that, is a sub-element for each Node managed by that Host. Information includes:
|
<deploymentHealthCheckResult> |
This element contains result of Test Deployment. It also includes the time taken to complete the test deployment on a given Node. |
<allHealthCheckErrors> | This element contains all errors (if any) seen during Enterprise Deployment Health Check. |
</healthCheckOutput> |