Hi,
We need to request the opening of ports from the servers where the agents are to the OPC server, we need to know if pure port 8080 is sufficient or we require another port.
Regards,
FW Ports Agents to WL-OPC Server
Hi,
We need to request the opening of ports from the servers where the agents are to the OPC server, we need to know if pure port 8080 is sufficient or we require another port.
Regards,
Community Users Case Notes (Diary)
Hi,
OPC default port is 8080, When you need to register domain to OPC first of all; check firewall rules for below ports with telnet.
OPC and agent both are communicating each other you need mutual firewall request.
From: ${WLSDM_AGENT’S_IP}
To: ${OPC_SERVER’S_IP:8080}
From: ${OPC_SERVER’S_IP}
To: ${WLSDM_AGENT’S_IP:WEBLOGIC_ADMIN_PORT}
Regards..
WLSDM Community Support Team