Sunteți pe pagina 1din 14

Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Oracle

Blogs Home
Products & Services
Downloads
Support
Partners
Communities
About
Login

Oracle Blog

Oracle Enterprise Manager and Oracle Management Cloud

The latest information and perspectives on Oracle Enterprise Manager and Oracle
Management Cloud

« Coles Deploys Oracle... | Main | Gartner Positions... »

Network Ports Used in Oracle Enterprise Manager 12c

By Courtney Llamas-Oracle on Feb 01, 2013

Tweet

Like 6 people like this.

Share 7

When planning and configuring your Oracle Enterprise Manager 12c


implementation, you will have many infrastructure considerations. One of the most
often discussed pieces is the network ports that are used and how to configure load
balancers, firewalls and ACLs for communication.

This blog post will help identify the typical default port and range for each
component, how to identify it and how to modify the port usage.

To modify most ports during installation, select the Advanced Installation and set
the appropriate ports on the Port Configuration Details screen.

1 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Once the system is installed, you can use the following EMCTL or OMSVFY
commands to validate components and port assignment:

$emctl status oms -details


$omsvfy show opmn
$omsvfy show ports

To verify if a port is free, run the following command:

On Unix:
$netstat -an | grep <port no>

On Microsoft Windows:
>netstat -an|findstr <port_no>

For more information on OMSVFY (part of the EMDIAG toolkit) see MOS Note
421053.1: EMDIAG Troubleshooting Kits Master Index

External Ports
These ports will be used in every Enterprise Manager 12c installation and will

2 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

require firewall and/or ACL modifications if your network is restricted.  These are
also the components that will be added to your load balancer configuration.

Default Range Component Usage Modify


Port

4889 4889 – 4898 Enterprise Agent To modify after install follow


Manager Communication notes 1381030.1 and
OHS to OMS 1385776.1. Requires
Upload (unsecure). changes on all Agents.
HTTP Used in load
balancer.

1159 1159, 4899 – Enterprise Agent To modify after install follow


4908 Manager Communication notes 1381030.1 and
OHS to OMS 1385776.1. Requires
Upload (secure). Used changes on all Agents.
HTTP SSL in load
balancer.

7788 7788 – 7798 Enterprise Web browser To modify after install follow
Manager connecting to notes 1381030.1.
OHS Cloud Control
Central Console
Console (unsecure).
HTTP Used in load
(Apache/UI) balancer and
for EM CLI.

7799 7799 - 7809 Enterprise Web browser To modify after install follow
Manager connecting to note 1381030.1.
OHS Cloud Control
Central Console
Console (secure). Used
HTTP SSL in load
(Apache/UI) balancer and
for EM CLI.

7101 7101 - 7200 EM Domain Cloud Control To modify after install follow
WebLogic Admin Server. note 1109638.1.
Admin
Server
HTTP SSL

3 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Port

3872 3872, 1830 – Cloud Only the OMS Port can be provided during
1849 Control will connect to Agent install.
Agent this port, to
either report If the agent port needs to be
changes in the changed at a later date this
monitoring, can be done with the
submit jobs, or following command on the
to request agent:
real-time emctl setproperty agent
statistics. -name EMD_URL -value
https://hostname.domain:port
/emd/main/

This will allow the agent to


run on the new port,
however the target does not
get renamed so continues to
show the original port.

1521* Depends on Database For Repository To modify this port for the
Listener Targets - database, only repository database:
Configuration  SQL*Net the OMS will
Listener connect to Change the listener.ora file
store for the EM repository.
management Restart the listener. Then for
data from every OMS machine using
that repository run the
the agents. For following:
all monitored
target emctl stop oms
databases OMS emctl config oms
will retrieve -store_repos_details
information -repos_conndesc <connect
requested by descriptor of database>
browser -repos_user sysman
clients. emctl start oms
emctl config emrep -agent
<agent name> -conn_desc
<connect descriptor of
database> 

To modify this port for


monitored targets, change
the listener configuration on
the target, then update

4 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Monitoring Configuration in
EM.

7101 7101 - 7200 FMW Outgoing from To modify after install follow
Targets – OMS, used for note 1109638.1.
Admin managing
Console FMW targets.

NA NA ICMP Outgoing from NA


OMS to host
servers if the
Agent is
unreachable.
Validates if
server is up or
down.

Internal Ports
These ports are required for internal Enterprise Manager communication and
typically do not require additional firewall/ACL configuration.

Default Range Component Usage Modify


Port

7201 7201 – EM Domain Used for Fusion Configured during


7300 WebLogic Middleware installation
Managed Server communication.
HTTP Port

7301 7301 – EM Domain Used for Fusion Configured during


7400 WebLogic Middleware installation
Managed Server communication.
HTTP SSL Port

7401 7401 – Node Manager Used for Fusion Configured during


7500 HTTP SSL Port Middleware installation
communication.

6702 6100 - Oracle Ports used by Modify the opmn.xml to


6199 Notification OPMN  can be use free ports as

5 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Server (OPMN) verified from below:


Local <MW_HOME>
/gc_inst 1. Stop OMS
/WebTierIH1
2. Take a backup of the
/config existing opmn.xml and
/OPMN/opmn ports.prop in the
/opmn.xml: <MW_HOME>/
gc_inst/WebTierIH1/
config /OPMN/opmn
<debug comp="" directory.
rotation-
size="1500000"/> 3. Edit the opmn.xml
<notification- file, under the
server <notification-server>
interface="any"> element, modify the
<port local / remote port, as
local="6700" necessary to the free
remote="6701"/> port available and save
the file.

4. Edit the ports.prop


file and modify the
remote / local port
parameters as
necessary and save the
file.

5. Start the OMS

6703 6200 - Oracle Ports used by Modify the opmn.xml to


6201 Notification OPMN  can be use free ports as
Server (OPMN) verified from below:
Remote <MW_HOME>
/gc_inst 1. Stop OMS
/WebTierIH1
2. Take a backup of the
/config existing opmn.xml and
/OPMN/opmn ports.prop in the
/opmn.xml: <MW_HOME> /gc_inst
/WebTierIH1/
config/OPMN/opmn
<debug comp="" directory.
rotation-
size="1500000"/> 3. Edit the opmn.xml
<notification- file, under the
server <notification-server>
interface="any"> element, modify the
local / remote port, as

6 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

<port necessary to the free


local="6700" port available and save
remote="6701"/> the file.

4. Edit the ports.prop


file and modify the
remote / local port
parameters as
necessary and save the
file.

5. Start the OMS

Optional
These ports required only if certain components are to be used and firewall/ACL
changes may be needed.

Default Range Component Usage Modify


Port

443 Secure web Outgoing from Proxy settings


connection (https - OMS used for defined via the
443) to online UI (Setup ->
updates.oracle.com communication Proxy Settings)
support.oracle.com with Oracle for Do not use the
OCM, MOS, OMS
ccr.oracle.com Patching, parameters!  
Self-Updates,
login.oracle.com ASR
aru-akam.oracle.com

51099 Application ADP Configured


Dependency and during
Performance RMI installation
Registry Port

55003 Application ADP Configured


Dependency and during
Performance Java installation
Provider Port

7 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

55000 Application ADP Configured


Dependency and during
Performance Remote installation
Service Controller
Port

4210 Listen ADP Configured


during
installation

4211 SSL Listen Port ADP Configured


during
installation

3800 JVM Managed JVM Configured


Server Listen during
installation

3801 JVM Managed JVM Configured


Server SSL Listen during
installation

9701 9701-49152 BI Publisher HTTP BI Publisher During install


can modify with
configureBIP
script. 
Post-install can
be modified per
Note 1524248.1

9702 9701-49152 BI Publisher HTTP BI Publisher During install


SSL Port can modify with
configureBIP
script. 
Post-install can
be modified per
Note 1524248.1

Stay Connected with Oracle Enterprise Manager:

Twitter | Facebook | YouTube | Linkedin | Newsletter

Category: Best Practices

8 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Tags: 12c bi database em install middleware modify network port publisher


weblogic

Permanent link to this entry

« Coles Deploys Oracle... | Main | Gartner Positions... »


Comments:

Post a Comment:

Name:
guest
E-Mail:

URL:

Notify me by email of new comments


Remember Information?

Your Comment:
HTML Syntax: NOT allowed

Please answer this simple math question

8 + 22 =

 Preview   Post 

About

Latest information on Oracle Enterprise Manager and Oracle Management Cloud.

Related Blogs

Courtney Llamas

9 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

PeteWhoDidNotTweet

Tweets about
em12c
Orawill Retweeted

Biju Thomas
@biju_thomas
#EM12c Information Reporting
[thank you @DBAKevlar - used
one of the scripts today]
buff.ly/2eOAlGc

EM12c Info…
Information …
dbakevlar.c…

16h

Embed View on Twitter

10 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Oracle Ent…
33.390 Me gusta

Me gusta esta página

Sé el primero de tus amigos en


indicar que te gusta esto.

Oracle
Enterprise
Manager
5 de mayo

Webcast: Ensure an
exceptional user
experience with #apm and
#MgmtCloud
Thur May 12. #devops
Register: http://ora.cl/88Dx

Oracle Mana…
Oracle Management Cloud
BLOGS.ORACLE.COM

Search

Enter search term:

Search only this blog

Recent Posts

Reasons to upgrade to Enterprise Manager 13.2


Enterprise Manager 13.2 Now Available
Oracle Database 12c STIG Compliance Standard sample code is here!
Some Exciting Customer Presentations!
Database Lifecycle Management and Database Cloud Management at
OOW2016
Bash script to deploy webapp to Weblogic server domain via WLST

11 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

Webcast: Ensure an Exceptional User Experience


Webcast: Tear Down DevOps Barriers with Oracle Management Cloud
Oracle Enterprise Manager 13c: Centralized Administration and Auditing of
Oracle WebLogic Server
Oracle Enterprise Manager 13c: Track Compliance with the Oracle WebLogic
Server 12c Security Technical Implementation Guide (STIG)

Top Tags

12c
a
agent
application
as
center
clone
cloud
cloud_management
configuration
control
daas
database
database_as_a_service
dbaas
em
em12c
enterprise
Enterprise_Manager
enterprise_manager
exadata
grid
indepth
ioug
it
lifecycle
management
manager
middleware
monitoring
newsletter
oem
ops
ops_center
oracle
oracle_enterprise_manager
Oracle_Enterprise_Manager
oracle_enterprise_manager_12c
paas

12 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

patch
patching
performance
private_cloud
provisioning
service
snap
solaris
sparc
sun
testing

Categories

OMC
Oracle
Best Practices
EMDIAG
Events
News
Product Info
Tips

Archives

« October 2016
Sun Mon Tue Wed Thu Fri Sat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Today

Menu

Blogs Home
Weblog
Login

Feeds

RSS

All
/OMC

13 de 14 10/26/2016 05:45 PM
Network Ports Used in Oracle Enterprise Manage... https://blogs.oracle.com/oem/entry/planning_your...

/Oracle
Comments

Atom

All
/OMC
/Oracle
Comments

The views expressed on this blog are those of the author and do not necessarily
reflect the views of Oracle. Terms of Use | Your Privacy Rights | Cookie Preferences

14 de 14 10/26/2016 05:45 PM

S-ar putea să vă placă și