ASM problem [message #189313] |
Thu, 24 August 2006 02:38 |
zizz
Messages: 9 Registered: August 2006
|
Junior Member |
|
|
start instance:show error:
ORA-29701: unable to connect to Cluster Manager
check file: /etc/inittab and fill in
h1:35:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1
and restart instance;
but show same error
why?THANK YOU
|
|
|
Re: ASM problem [message #189330 is a reply to message #189313] |
Thu, 24 August 2006 03:24 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
You need to start the Cluster Manager before you start the ASM instance.
29701, 00000, "unable to connect to Cluster Manager"
// *Cause: Connect to CM failed or timed out.
// *Action: Verify that the CM was started. If the CM was not started,
// start it and then retry the database startup. If the CM died
// or is not responding, check the Oracle and CM trace files for
// errors.
|
|
|
Re: ASM problem [message #189339 is a reply to message #189313] |
Thu, 24 August 2006 03:42 |
zizz
Messages: 9 Registered: August 2006
|
Junior Member |
|
|
my oracle version is 10gr2 ; when run:
ps -ef|grep init.cssd
root 4213 4078 0 16:50 pts/1 00:00:00 grep init.cssd
whether it means i could not start CM and how can i do(platform is redhat 4.0)
|
|
|
Re: ASM problem [message #189342 is a reply to message #189339] |
Thu, 24 August 2006 03:57 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Yes, that means it is definitely not started. Here is the output from one of my servers (running Solaris):
ps -ef|grep init.cssd
root 927 1 0 Aug 19 ? 0:07 /bin/sh /etc/init.d/init.cssd run
oracle 26738 24100 0 10:48:17 pts/9 0:00 grep init.cssd
Note the command used to start it in the above output.
|
|
|
|
|
Re: ASM problem [message #189352 is a reply to message #189350] |
Thu, 24 August 2006 04:35 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
I wouldn't know as I cannot log into your system to see what you've done. Don't you have a "/etc/init.d/init.cssd" script that you can use to start CSSD?
|
|
|
|
|
Re: ASM problem [message #189361 is a reply to message #189313] |
Thu, 24 August 2006 04:49 |
zizz
Messages: 9 Registered: August 2006
|
Junior Member |
|
|
I have not received any errors but i think must have some errors on linux or oracle ,so i will restall linux and oracle ,thank you very much !!!
|
|
|
|
|
|