Created On: 09 September 2010 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 TCP Ports properties UDP Ports properties Properties File 1 SCU, 2 TCP and 2 UDP ports created vbroker.se.iiop_tp.scm.iiop_tp.listener.port=17000 vbroker.se.iiop_tp.scm.ssl.listener.port=17001 Two 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 Fix in bes/var/domains/base/adm/properties/management_vbroker.properties 2 Partition(Management ORB), 1 tcp and 1 UDP port created vbroker.se.iiop_tp.scm.ssl.listener.port=18001 one udp port for partition to communicate with management osagent: vbroker.agent.clientPort=18002 Fix in bes/var/domains/base/configurations//mos/adm/properties/management_vbroker.properties 3 Partition(User ORB), 4 TCP and 1 UDP ports created 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 one udp port for partition to communicate with partition osagent: vbroker.agent.clientPort=19004 Fix in bes/var/domains/base/configurations//mos//adm/properties/vbroker.properties 4 Partition(In Console): 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): 1 TCP Port(80) Fix in bes/var/domains/base/configurations//mos/ApacheWebServer/conf/httpd.conf 6 Osagent Two UDP ports(42467, 14067) for management and partition osagent respectively. 7 Osagent Cannot be fixed. Two TCP ports(client_handler_port used for osfind) for both the osagents Cannot be fixed . Two UDP ports(client_handler_port used for osfind) for both the osagents 8 Total w/o security enabled in partition: 12 TCP ports Total w/ security enabled in partition: 13 ports Total: 8 UDP ports Incident #2467003
↧