|
楼主 是怎么配置的啊!我也遇见问题了
yyqtest 主机 opmn.xml
<ipaddr remote="10.1.6.88" request="10.1.6.88"/>
<port local="6100" remote="6200" request="6003"/>
<ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
<topology>
<nodes list="yyqtest.sinomos.com:6200,cimap1.sinomos.com:6299"/>
<discover list="*225.0.0.1:6789"/>
</topology>
</notification-server>
加入了nodes list 和ipaddr remote
这样可以用opmnctl @cluster status
Processes in Instance: AS1.cimap1.sinomos.com
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
OC4J | home | 13105 | Alive
HTTP_Server | HTTP_Server | 11542 | Alive
ASG | ASG | N/A | Down
Processes in Instance: AS2.yyqtest.sinomos.com
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
OC4J | home | 20139 | Alive
ASG | ASG | N/A | Down
可是在EM点击第俩个OC4J时候报这个错误!
This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The OC4J instance home on Application Server AS2.yyqtest.sinomos.com does not have an RMIS port and a connection could not be established on the RMI port. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml |
|