IBM Support

ADMD0012E and ADMS0012E during node synchronization

Troubleshooting


Problem

When trying to synchronize a node, the following errors are seen in the nodeagent SystemOut.log:

Symptom

ADMD0012E: Unable to initialize the transport of type: TCP
ADMS0012E: Unable to create administrative client connection:
com.ibm.websphere.management.exception.AdminException: Admin client connection to deployment manager is unavailable

Cause

The NODE_DISCOVERY_ADDRESS port is in use by another process, either by WebSphere®, the operating system, or another application.

Resolving The Problem

Open up the node's serverindex.xml file located in <WAS_HOME>/config/cells/<cellname>/nodes/<problem node> directory and search for the NODE_DISCOVERY_ADDRESS port:

<specialEndpoints xmi:id="NamedEndPoint_1121896486996" endPointName="NODE_DISCOVERY_ADDRESS">
<endPoint xmi:id="EndPoint_1121896486999" host="hostname" port="7272"/>

Stop the node and issue a netstat or netuse to see a list of ports in use on the nodeagent box. If the port, in this case, 7272 displays as in use, LISTENING, then there is another process using the port.

Change the nodeagent discovery port to one not listed in the netstat so the nodeagent can work properly. This is done by modifying the master configuration and then synchronizing.

Follow these steps:

  1. Open the problem serverindex.xml on the ND install located in <WAS_ND>/config/cells/<cellname>/nodes/<problem node>
  2. Edit the NODE_DISCOVERY_ADDRESS port to an open port number
  3. Save the manual changes
  4. Start or make sure the dmgr process is running
  5. Synchronize with nodes using the syncNode script located on the BASE installs bin directory

Now, the node can synchronize with the dmgr.

[{"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"System Management\/Repository","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"9.0;8.5.5;8.0;7.0","Edition":"Base;Express;Network Deployment","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSNVBF","label":"Runtimes for Java Technology"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Java SDK","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB36","label":"IBM Automation"}}]

Document Information

Modified date:
15 June 2018

UID

swg21213288