The tracelog and errors.txt on the dSeries (DE) Manager contain the following error message referencing a specific agent: Exception: Key not available for node
This error indicates that an agent is attempting to contact the dSeries Manager, but the Manager does not recognize the agent because it is missing from the defined Topology.
ESP dSeries Workload Automation
The dSeries Manager is receiving communication attempts from an agent host, but there is no corresponding Agent definition in the dSeries Topology. This usually happens after an agent is decommissioned but not reconfigured, or when a new agent is installed but not yet added to the Manager.
Depending on whether the agent should be communicating with this Manager, choose one of the following two options:
Use this option if the agent should not be talking to this dSeries Manager.
Identify the Agent Host: Obtain the IP address or hostname of the agent from the dSeries tracelog.
Edit agentparm.txt: Login to the agent host with Administrator or root privileges. Navigate to the agent installation directory and open the agentparm.txt file.
Locate and Remove Manager Entries: Find the entries associated with the dSeries Manager (e.g., communication.managerid_1, communication.manageraddress_1). Remove all four parameters for that manager:
communication.managerid_n
communication.manageraddress_n
communication.managerport_n
communication.monitorobject_n
Maintain Sequential Numbering: If multiple managers are defined, ensure the _n suffix remains sequential (1, 2, 3...). If you remove Manager _2, you must renumber Manager _3 to _2.
Restart the Agent
Use this option if the agent is intended to be used by this dSeries Manager.
Login to Desktop Client: Use an account with ADMIN privileges.
Navigate to Topology: Open the Admin perspective and select the Topology tab.
Define New Agent: Right-click the Agents section and select New Agent.
Configure: Enter the Agent Name, Address (IP or Hostname), and Port (default is 7500) exactly as configured on the agent side.
Save: Once saved, the Manager will recognize the security "key" (node) when the agent next attempts to communicate.
Next Steps: After performing either option, monitor the dSeries tracelog and errors.txt to ensure the "Key not available for node" error has ceased for that specific agent.