Eligibility of a Host or Node for Update

Note: The information in this section is applicable only when the URL of internal HTTP Connector is going to be changed.

As the update of Host Notification Transports and Keystores needs the Hosts and Nodes to be fully running, Notification Transports and Keystores are updated only for Hosts and Nodes which are in a "Running" state. For Hosts and Nodes which are not running, Hosts are marked as "Out of Sync" and Keystore Resource Instances are marked as "Out of Sync" as well.

For example, in the sample output shown below, Host Notification Transport updates are skipped for the host RemoteHost which is stopped. Keystore updates are also skipped for the Nodes managed by Host RemoteHost.

Command:

ant -f internal_http_connector_build.xml force update.internal.http

Sample log:

...
...
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - Starting to update internal http connector...
(operationID:root_InternalHttpConnectorUpdate_20170616115705)
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - Checking Hosts and Nodes for eligibility, it may a take few minutes in large setup.
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - Notification Transport will NOT be updated on below hosts:
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO -
-------------------------------------------------------------------------------------------
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - RemoteHost (NOT RUNNING)
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO -
-------------------------------------------------------------------------------------------
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - Default Keystore will NOT be updated on below nodes:
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO -
-------------------------------------------------------------------------------------------
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - DevEnvironment:RemoteNode1(Managed by RemoteHost) (HOST NOT RUNNING)
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - DevEnvironment:RemoteNode2(Managed by RemoteHost) (HOST NOT RUNNING)
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO -
-------------------------------------------------------------------------------------------
[AMXAdminTask] 16 Jun 2017 11:57:05 INFO - Internal Http Connector Resource Template is updated.
[AMXAdminTask] 16 Jun 2017 11:57:06 INFO - Starting to update Internal Http Connector Resource Instance.
(operationID:root_InternalHttpConnectorUpdate_20170616115705)
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - .
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Internal Http Connector Resource Instance is updated.
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Keystores and Host Notification Transport Configuration need to be updated since Internal Http Connector URL has been changed.
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Waiting for Internal Http Connector(s) to be running...
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Internal Http Connector(s) are fully running.
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO -
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Starting to update keystore URL for hosts.
(operationID:root_InternalHttpConnectorUpdate_20170616115705)
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Starting Notification Transport Configuration Update for Host: 'SystemHost'
[AMXAdminTask] 16 Jun 2017 11:57:11 INFO - Waiting to complete Notification Transport Update on Host: SystemHost
[AMXAdminTask] 16 Jun 2017 11:57:16 INFO - Notification Transport Configuration Update is completed for Host: 'SystemHost', '1' out of '1' hosts.
[AMXAdminTask] 16 Jun 2017 11:57:21 INFO -
[AMXAdminTask] 16 Jun 2017 11:57:21 INFO - Starting to update Default Keystores.
(operationID:root_InternalHttpConnectorUpdate_20170616115705)
[AMXAdminTask] 16 Jun 2017 11:57:21 INFO - Starting Default Keystore Update for Node: 'DevEnvironment:DevNode'
[AMXAdminTask] 16 Jun 2017 11:57:21 INFO - Starting Default Keystore Update for Node: 'SystemEnvironment:SystemNode'
[AMXAdminTask] 16 Jun 2017 11:57:21 INFO - Waiting to complete Default Keystore Update on Node: DevEnvironment:DevNode,SystemEnvironment:SystemNode
[AMXAdminTask] 16 Jun 2017 11:57:27 INFO - Default Keystore Update is completed for Node: 'DevEnvironment:DevNode', '1' out of '2' nodes.
[AMXAdminTask] 16 Jun 2017 11:57:27 INFO - Default Keystore Update is completed for Node: 'SystemEnvironment:SystemNode', '2' out of '2' nodes.
[AMXAdminTask] 16 Jun 2017 11:57:31 INFO - Internal Http Connector Update operation is done.
...
...