|
[B]5.3.13 Changing OPMN Ports(ONS Local, Request, and Remote[/B]
本段将说明如何更改以下port numbers:
ONS Local port / ONS Request port / ONS Remote port
既可通过Application Server Control Console改,也可手动修改.
■ 使用Application Server Control Console修改:
-1. 打开Application Server home page,并点击[B]Process Management[/B].
-2. 在Process Management page中,修改<port>tag下滴local,remote,request参数,例如:
<port local="6101" remote=6201" request="6004"/>
-3. 在页面底部,点击[B]Apply[/B].
-4. 重启OPMN和OPMN-managed processes:
opmnctl stopall
opmnctl startall[/COLOR]
■ 手动修改:
-1. 停止Application Server Control Console, OPMN和OPMN-managed processes:
emctl stop iasconsole
opmnctl stopall[/COLOR]
-2. 编辑文件ORACLE_HOME/opmn/conf/opmn.xml.
-3. 编辑<notification-server>tag下,<port>tag中的local,remote,request参数.例如:
<port local="6101" remote=6201" request="6004"/>
-4. 重启OPMN,OPMN-managed processes和Application Server Control Console:
opmnctl startall
emctl start iasconsole[/COLOR] |
|