|
Oracle® Database Installation Guide
10g Release 1 (10.1.0.3) for Linux x86-64 Part No. B14399-01 |
|
![]() Previous |
![]() Next |
During installation, the Installer assigns port numbers to components from a set of default port numbers. This appendix lists the default port numbers and describes how to change the assigned port after installation. It includes information about the following topics:
The following table lists the port ranges used by components that are configured during the installation. By default, the first port in the range is assigned to the component, if it is available.
| Component | Port | Port Range |
|---|---|---|
| Enterprise Manager Agent
Enterprise Manager Database Control |
HTTP | 1830 - 1849 |
| Enterprise Manager Agent
Enterprise Manager Database Control |
HTTP | 5500 - 5519 |
| Enterprise Manager Agent
Enterprise Manager Database Control |
RMI | 5520 - 5539 |
| Enterprise Manager Agent
Enterprise Manager Database Control |
JMS | 5540 - 5559 |
| iSQL*Plus | HTTP | 5560 - 5579 |
| iSQL*Plus | RMI | 5580 - 5599 |
| iSQL*Plus | JMS | 5600 - 5619 |
| Ultra Search | HTTP | 5620 - 5639 |
| Ultra Search | RMI | 5640 - 5659 |
| Ultra Search | JMS | 5660 - 5679 |
To change the Oracle Enterprise Manager Agent HTTP port, edit the following files:
$ORACLE_HOME/host_sid/sysman/config/emoms.properties
Modify the following parameter in the file:
oracle.sysman.eml.mntr.repAgentUrl=http\://host.domain\:1830/emd/main
$ORACLE_HOME/host_sid/sysman/config/emd.properties
Modify the following parameter in the file:
EMD_URL=http://host.domain:1830/emd/main
The following sections describe how to change the Oracle Enterprise Manager Database Control ports.
Changing the HTTP Port
To change the HTTP port, edit the following files:
$ORACLE_HOME/host_sid/sysman/config/emoms.properties
Modify the following parameters in the file:
oracle.sysman.emSDK.svlt.ConsoleServerPort=5500 oracle.sysman.emSDK.svlt.ConsoleServerHTTPSPort=5500
$ORACLE_HOME/host_sid/sysman/config/emd.properties
Modify the following parameters in the file:
REPOSITORY_URL=http://host.domain:5500/em/upload/ emdWalletSrcUrl=http://host.domain:5500/em/wallets/emd
$ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid/config/http-web-site.xml
Modify the port attribute of the web-site element:
<web-site port="5500" ...>
Changing the RMI Port
To change the RMI port, modify the port attribute of the rmi-server element in the $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid/config/rmi.xml file:
<rmi-server port="5520"...>
Changing the JMS Port
To change the JMS port, modify the port attribute of the jms-server element in the $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid/config/jms.xml file:
<jms-server port="5540"...>
The following sections describe how to change the iSQL*Plus ports.
Changing the HTTP Port
To change the HTTP port, edit the following files:
$ORACLE_HOME/host_sid/sysman/config/emoms.properties
Modify the following parameters in the file:
oracle.sysman.db.isqlplusUrl=http\://host.domain\:5560/isqlplus/dynamic oracle.sysman.db.isqlplusWebDBAUrl=http\://host.domain\:5560/isqlplus/ dynamic
$ORACLE_HOME/oc4j/j2ee/isqlplus/config/http-web-site.xml
Modify the port attribute of the web-site element:
<web-site port="5560" ...>
Changing the RMI Port
To change the RMI port, modify the port attribute of the rmi-server element in the $ORACLE_HOME/oc4j/j2ee/isqlplus/config/rmi.xml file:
<rmi-server port="5580"...>
Changing the JMS Port
To change the JMS port, modify the port attribute of the jms-server element in the $ORACLE_HOME/oc4j/j2ee/isqlplus/config/jms.xml file:
<jms-server port="5600"...>
The following sections describe how to change the Ultra Search ports.
Changing the HTTP Port
To change the HTTP port, modify the port attribute of the web-site element in the $ORACLE_HOME/oc4j/j2ee/OC4J_SEARCH/config/http-web-site.xml file:
<web-site port="5620"...>
Changing the RMI Port
To change the RMI port, modify the port attribute of the rmi-server element in the $ORACLE_HOME/oc4j/j2ee/OC4J_SEARCH/config/rmi.xml file:
<rmi-server port="5640"...>
Changing the JMS Port
To change the JMS port, modify the port attribute of the jms-server element in the $ORACLE_HOME/oc4j/j2ee/OC4J_SEARCH/config/jms.xml file:
<jms-server port="5660"...>