Home » RDBMS Server » Server Administration » OS configure and hardware require for installing oracle8.1.7.0.1 (enable ops option)?
OS configure and hardware require for installing oracle8.1.7.0.1 (enable ops option)? [message #52350] Tue, 16 July 2002 23:01 Go to next message
cmn
Messages: 19
Registered: March 2002
Junior Member
Hello
I want to install oracle8.1.7.0.1 with ops on linux.But tested several times and failed.
Do somebody install oracle8.1.7.0.1(enable ops option) on RH linux successfully.
How to setup Operating System to meet with need on so_call cluster.
And are special requires for hardware,what should I do?

My environment is:
host1 192.168.1.3(RH linux7.2) IBM
host2 192.168.1.2(RH linux6.2)

Before installing I did below:
1.support 192.168.1.3 local host,
192.168.1.2 remote host.
I setuped /etc/hosts on 192.168.1.3 as following:

127.0.0.1 localhost.localdomain localhost
192.168.1.3 backup.local.com backup
192.168.1.2 oracle.local.com oracle

and created .rhosts in oracle user directory on 192.168.1.2 to confirm
issue "rsh 192.168.1.2" from 192.168.1.3 as oracle user sucessfully
without password prompt.

2.create a raw device on 192.168.1.3

raw /dev/raw/raw1 /dev/sdc1
chmod 600 /dev/raw/raw1
chown oracle /dev/raw/raw1

Then I run ./runInstaller on 192.168.1.3 as oracle user.

When prompt for Cluster Node,I type "oracle" on node1.

After installation to 192.168.1.3 and 192.168.1.2 finished,I tried to

startup OCMS to prepare for creating database.But failed.

The process to startup OCMS is:

1.startup Watchdog Daemon
mknod /dev/watchdog c 10 130
/sbin/insmod softdog soft_margin=60
cd $ORACLE_HOME/oracm/bin
watchdogd -g dba

The trace file wdd.log for watchdogd display:

watchdogd: started at Tue Jul 16 16:49:27 2002.

Time: Tue Jul 16 16:49:27 CST 2002 (916763)
UTC: Tue Jul 16 08:49:27 GMT 2002 (916763)
wddShowAllOps: info: run time options
device file = /dev/watchdog,
trace file = /opt/oracle8i/u01/oracm/log/wdd.log,
group ID = 500,
run level = 1,
poll interval = 1000,
override margin = 0.

Time: Tue Jul 16 16:49:27 CST 2002 (917254)
UTC: Tue Jul 16 08:49:27 GMT 2002 (917254)
wddInitSocket: info: changed socket group to 500.
Time: Tue Jul 16 16:49:27 CST 2002 (917308)
UTC: Tue Jul 16 08:49:27 GMT 2002 (917308)
wddInitSocket: info: changed socket mode to 0660.

Time: Tue Jul 16 16:49:28 CST 2002 (916918)
UTC: Tue Jul 16 08:49:28 GMT 2002 (916918)
wddExamineHeader: warning: invalid packet header format (no magic).
Time: Tue Jul 16 16:49:28 CST 2002 (916956)
UTC: Tue Jul 16 08:49:28 GMT 2002 (916956)
wddDispatch: warning: invalid packet type -- 25700; packet discarded


2.startup Node Monitor

create file nmcfg.ora to $ORACLE_HOME/admin/

The content of nmcrg.ora is:
DefinedNodes=backup oracle
CmDiskFile=/dev/raw/raw1
CmHostName=backup

cd $ORACLE_HOME/oracm/bin
oranm </dev/null>$ORACLE_HOME/oracm/log/nm.out 2>&1 &

The trace file nm.log for

Log file created Tue Jul 16 16:56:12 2002

Tue Jul 16 16:56:12 2002
oranm
MaxLogSize = 1000000

Tue Jul 16 16:56:12 2002
| WARNING | InitClusterDb(): getservbyname on CmSrvr failed - 2 : assigning 60001
Tue Jul 16 16:56:12 2002
| MESSAGE | OemNetConfig(): Network Address of node0: 192.168.1.3 (port 60001)

Tue Jul 16 16:56:12 2002
| MESSAGE | OemNetConfig(): Network Address of node1: 192.168.1.2 (port 60001)

Tue Jul 16 16:56:12 2002
| MESSAGE | InitClusterDb(): Local Node(0) NodeName[[backup]]
Tue Jul 16 16:56:12 2002
| MESSAGE | InitClusterDb(): Cluster(Please Give Me a Name) with (2) Defined Nodes
Tue Jul 16 16:56:12 2002
| MESSAGE | OEMInits(): CM Disk File (/dev/raw/raw1)
Tue Jul 16 16:56:12 2002
| PANIC | OemInits(): can't open file (/dev/raw/raw1) - 6
I don't know why it can't open file(/dev/raw/raw1).
I have configured this at the first step.

3.startup Cluster Manager(as root user)
cd $ORACLE_HOME/oracm/bin
oracm $ORACLE_HOME/oracm/log/cm.out 2>&1 &

the trace file cm.log for startup cluster manager is:

Log file created Tue Jul 16 17:00:39 2002

Thread(0400): Tue Jul 16 17:00:39 2002
oracm
MaxLogSize = 1000000

Tue Jul 16 17:00:39 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:40 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:41 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:42 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:43 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:44 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:45 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2
Tue Jul 16 17:00:46 2002
| MESSAGE | 0400 | NmRunning: CM is waiting for NM to startup 2

I thought the second setup is wrong.

Then I run dbassist as oracle user.
Select "Oracle Parallel Server Configure" click next button
and select " create a database" click next .
Prompt for "Select the nodes which be a part of this Oracle Parallel Server Databse",but there is not one node to select.

Give me some advice.
Regards.
linux using telnet [message #53555 is a reply to message #52350] Thu, 26 September 2002 20:50 Go to previous message
d bhukta
Messages: 1
Registered: September 2002
Junior Member
dear sir
i have instaalled linux server on my machine. but i want to configure network client using telnet.
it is pinging from client machine but telnet is not coonected. i have gave the network tcp/ip 192.168.0.1
gateway same. netmask is 255.255.255.0.

sir help me
Previous Topic: Oracle 8.1.7 - Http Server can't start(jave.exe error)
Next Topic: Creating DB Link Using Port 80?
Goto Forum:
  


Current Time: Thu Sep 19 17:48:19 CDT 2024