Installing Oracle 9i Release 2 RAC in a single node?
From: zhuchao <chao_ping_at_163.com>
Date: 25 Jun 2002 06:30:42 -0700
Message-ID: <d8e45edf.0206250530.216ea9df_at_posting.google.com>
[oracle_at_eachnettest admin]$ cat cmcfg.ora HeartBeat=15000
ClusterName=Oracle Cluster Manager, version 9i PollInterval=1000
MissCount=20
PrivateNodeNames=eachnettest
PublicNodeNames=eachnettest
ServicePort=9998
WatchdogSafetyMargin=5000
WatchdogTimerMargin=60000
CmDiskFile=/home/oracle/oradata/RAC_Node_Monitor_file
Date: 25 Jun 2002 06:30:42 -0700
Message-ID: <d8e45edf.0206250530.216ea9df_at_posting.google.com>
I ever tested 9i 9.0.1 in linux single node according to metalink
note: 166830.1 Since 9i release 2 is out, it seems that we should conver to that version. I Hope to setup 9i rac(release 2) on linux single node as 9i release 1, but cannot enable the RAC option as i did in release 1. I had configured the cmcfg.ora like:
[oracle_at_eachnettest admin]$ cat cmcfg.ora HeartBeat=15000
ClusterName=Oracle Cluster Manager, version 9i PollInterval=1000
MissCount=20
PrivateNodeNames=eachnettest
PublicNodeNames=eachnettest
ServicePort=9998
WatchdogSafetyMargin=5000
WatchdogTimerMargin=60000
CmDiskFile=/home/oracle/oradata/RAC_Node_Monitor_file
and started softdog deamon and oracm .
But when i begin to install the software, rac option just refuse to
come out.
[oracle_at_eachnettest admin]$ ps -ef|grep ora
root 1001 1000 0 20:42 pts/0 00:00:00 login -- oracle oracle 1002 1001 0 20:42 pts/0 00:00:00 -bash root 1046 1045 0 20:43 pts/1 00:00:00 login -- oracle oracle 1047 1046 0 20:43 pts/1 00:00:00 -bash root 1273 1 0 20:50 pts/0 00:00:00 oracm root 1275 1273 0 20:50 pts/0 00:00:00 oracm root 1276 1275 0 20:50 pts/0 00:00:00 oracm root 1277 1275 0 20:50 pts/0 00:00:00 oracm root 1278 1275 0 20:50 pts/0 00:00:00 oracm root 1279 1275 0 20:50 pts/0 00:00:00 oracm root 1280 1275 0 20:50 pts/0 00:00:00 oracm root 1281 1275 0 20:50 pts/0 00:00:00 oracm root 1282 1275 0 20:50 pts/0 00:00:00 oracm oracle 1310 1047 0 20:51 pts/1 00:00:00 xterm oracle 1312 1310 0 20:51 pts/2 00:00:00 bash oracle 1526 1047 0 21:29 pts/1 00:00:00 ps -ef oracle 1527 1047 0 21:29 pts/1 00:00:00 grep oraCan someone help? Received on Tue Jun 25 2002 - 15:30:42 CEST
