10g linux cluster install help
Hi to all,
Im trying to configure a UCM 10g cluster in Linux Mint with not much success
First to all I have to nodes
- Main node ip 192.168.100.04 “node 01”
- Second node ip 192.168.100.06 “node 02”
I have share a directory in node 01 for booth servers, in which I have the paths: /home/oracle/ucm/server01 & server 02
In the node 01 I have one ucm installed that work fine.
To create the cluster I executed from the node 01 the following command in the ..server/bin path:
./Installer -set-ClusterNodeIntradocDir=/content/oracle/ucm/serevr02 -set-ClusterNodeName=serevr02 -set-ClusterNodeAddress=192.168.100.4 -set-ClusterBinDirRule=local ConfigureClusterNode ConfigureAdminClusterNode
here I have one question, ClusterNodeAddress is the ip from the main node “01” or the node 02 ?