How to change EM http port? [message #316707] |
Sun, 27 April 2008 22:14 |
wxfjordan
Messages: 92 Registered: December 2006
|
Member |
|
|
I rebuilt EM repository. and then I want to change EM http port to 1158. Please see the below. No any program used 1158 port in my server. I have executed this command serval times but always can not change to 1158 port. Why???
$ emca -reconfig ports -dbcontrol_http_port 1158
STARTED EMCA at Apr 27, 2008 10:09:57 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: sba
Do you wish to continue? [yes(Y)/no(N)]: y
Apr 27, 2008 10:10:00 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/sba/emca_2008-04-27_10-09-57-PM.log.
Apr 27, 2008 10:10:01 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
INFO: Stopping Database Control (this may take a while) ...
Apr 27, 2008 10:10:18 PM oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
Apr 27, 2008 10:12:11 PM oracle.sysman.emcp.EMDBPostConfig performReconfiguration
INFO: >>>>>>>>>>> The Database Control URL is http://oracle2.localdomain:5500/em <<<<<<<<<<<
Enterprise Manager configuration completed successfully
FINISHED EMCA at Apr 27, 2008 10:12:11 PM
$ cat $ORACLE_HOME/install/portlist.ini
iSQL*Plus HTTP port number =5560
Enterprise Manager Console HTTP Port (sba) = 5500
Enterprise Manager Agent Port (sba) = 3938
|
|
|
|
|