Problem:
- Product Name: Borland Enterprise Server - AppServer
- Product Version: 6.x
- Product Component: Communications
- Platform/OS Version: All
How can I identify and fix the ports opened by AppServer 6.7?
Resolution:
| S.No | Component & No. of Ports | |
| 1 | SCU, 2 TCP and 2 UDP ports created | TCP Ports properties
vbroker.se.iiop_tp.scm.iiop_tp.listener.port=17000 vbroker.se.iiop_tp.scm.ssl.listener.port=17001 UDP Ports propertiesTwo udp ports(created for SCU to communicate with management and partition osagent) can be fixed by the following properties: vbroker.agent.clientPort=17002 vbroker.agent.clientPortRange=2 Properties FileFix in bes/var/domains/base/adm/ |
| 2 | Partition(Management ORB), 1 tcp and 1 UDP port created |
TCP Ports properties vbroker.se.iiop_tp.scm.ssl.listener.port=18001 UDP Ports properties one udp port for partition to communicate with management osagent: vbroker.agent.clientPort=18002 Properties File Fix in bes/var/domains/base/configurations/mos/adm/ |
| 3 | Partition(User ORB), 4 TCP and 1 UDP ports created |
TCP Ports properties Naming Service: vbroker.se.iiop_tp.scm.iiop_tp.listener.port=19000 Auxillary thread pool: vbroker.se.aux_se.scm.aux_tp.listener.port=19003 If security is enabled in partition, then vbroker.se.iiop_tp.scm.ssl.listener.port=19001 IIOP connector for Tomcat: vbroker.se.tomcat_se.scm.tomcat_scm.listener.port=19002 UDP Ports properties one udp port for partition to communicate with partition osagent: vbroker.agent.clientPort=19004 Properties File Fix in bes/var/domains/base/configurations/mos/adm/ |
| 4 | Partition(In Console): |
TCP Ports properties SOAPMonitorPort, in bes/etc/axis/web.xml: 5001 JDatastore(2508): To set, right click Partition->JDataStore Server->properties->set the port Web container port(8066): Right click on Partition->Web Container->properties->Connector->Port Number RMI-IIOP adaptor(8090): Right Click on Partition ->Properties->In Enable RMI-IIOP adaptor section->set the port |
| 5 | Apache Web Server(without ssl enabled): |
TCP Ports properties 1 TCP Port(80) Properties File Fix in bes/var/domains/base/configurations/mos/ |
| 6 | Osagent |
UDP Ports properties Two UDP ports(42467, 14067) for management and partition osagent respectively. |
| 7 | Osagent |
TCP Ports properties Two TCP ports(Client handler port used for osfind or location service) for both the osagents. UDP Ports properties Two UDP ports(Client handler port used for osfind or location service) for both the osagents.
|
|
TCP Ports properties Total w/o security enabled in partition: 12 TCP ports Total w/ security enabled in partition: 13 ports UDP Ports properties Total: 8 UDP ports |
Incident #2467003
#Security
#VisiBroker