We are getting connection error while install the latest Agent 12.0 and its sap plugin using sap.cfg
Release : 12.x
Component : Workload Automation Agent for SAP
The server is unable to translate request for symbolic port name into actual port number.
Add the line like below in /etc/services file;
sapmsCYB 3600/tcp # SAP connection service
where, CYB is the SAP system ID (SID)
The entry causes the server to translate requests for the symbolic port name "sapmsCYB" into the actual port number 3600. This is required to use SAP load balancing.
See the documentation on the following topic;
Configure the Server for Symbolic Port Name Translation