Starting Enterprise Deployment Health Check

 

Starting Enterprise Deployment Health Check
health.ent:
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Executing action 'checkDeploymentHealth' for 1 objects from data file 'C:\AMX342V18_Fresh\ConfigHome\admin\amxadmin\samples\enterprise_healthcheck_data.xml'
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Starting Enterprise Deployment Health Check (Invocation ID: root:healthcheck:2024-04-04-161552)
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - XML report will be created in [C:\AMX342V18_Fresh\ConfigHome\admin\amxadmin\samples]
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - For ActiveMatrix Enterprise: amxadmin [access URL: http://TIBCO-PG02TYVD:8120]
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Running Deployment Health Check on below Entities
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - For Environment: [DevEnvironment]
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Host [SystemHost] manages:
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Node(s): DevNode, Node1, Node2, Node3, Node4
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - For Environment: [SystemEnvironment]
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Host [SystemHost] manages:
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Node(s): SystemNode
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO -
[AMXAdminTask] 04 Apr 2024 16:15:52 INFO - Deployment Health Check is in progress, may take a few minutes ...
[AMXAdminTask] 04 Apr 2024 16:16:41 INFO -
[AMXAdminTask] 04 Apr 2024 16:16:41 INFO -

Above snippet shows the "he" ("health.ent") target in detail. Note the following details from the output:

  1. The “Invocation ID” is a unique identifier that appears in every line in the log files generated for the Hosts and Nodes participating in this Health Check invocation. This can help you with auditing and debugging.
  2. By default, Enterprise Deployment Health Check creates an XML Report file and the location of the file is seen in the output. If the option to create a JSON report was selected, the location of the JSON report is displayed. If you have chosen to not generate a report file, this line is not displayed.
  3. The next set of lines show the various ActiveMatrix Service Grid entities (Host and Nodes) participating in this Health Check invocation (grouped by Environment name). In case of the "he" ("health.ent") target, the names of the Hosts and Nodes are derived from the TIBCO ActiveMatrix Administrator database and displayed. But in case of targets that work off a selection of entities, such as "health.envs", "health.hosts" or "health.nodes", the names of Hosts and Nodes are derived from the corresponding data file (enterprise_healthcheck_data.xml).

After the line Deployment Health Check is in progress, may take a few minutes ..., some delay may be expected, which may vary depending on the specified targets and size of the Enterprise.