Search This Blog

Saturday, March 28, 2009

Create cluster on OC4J 10.3

Step 1: Ensure that servers are ping each other
Step 2: Check the opmn ports ( $ORACLE_HOME/opmn/conf/opmn.xml)

Step 3:
#Server 1
opmnctl config topology update discover="server2.domain.cy:6200"
opmnctl reload
#Server 2
opmnctl config topology update discover="server1.domain.cy:6200"
opmnctl reload


Check the status of the cluster
===============================
opmnctl @cluster status


delete a note

==============

opmnctl config topology delete discover
opmnctl reload