How to do OPMN Clustering in SOA Suite.
a) Use Discovery Server method for OPMN Cluster
b) Designate --node1-- as the discovery server and apply the below configuration
c) Edit opmn.xml file and the below config
--notification-server--
--topology--
--discover
list="--node1:--ONS_Port--"/--
--/topology--
...
--/notification-server--
d) Run the command
./opmnctl reload
Apply the step a to d on all the nodes.
e) After doing on all nodes , execute :-
./opmnctl startall and thus opmn gets clustered
b) Designate --node1-- as the discovery server and apply the below configuration
c) Edit opmn.xml file and the below config
--notification-server--
--topology--
--discover
list="--node1:--ONS_Port--"/--
--/topology--
...
--/notification-server--
d) Run the command
./opmnctl reload
Apply the step a to d on all the nodes.
e) After doing on all nodes , execute :-
./opmnctl startall and thus opmn gets clustered
Comments