Operating System - HP-UX
1833873 Members
1636 Online
110063 Solutions
New Discussion

Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

 
Donald Thaler
Super Advisor

Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

I keep getting the following message every couple of seconds:
phoenix syslog: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

I was doing an oracle install using their database configuration assistant, and at one point i left one of the screens up for about 5 hours before I continued on. The process completed successfully but I keep getting this message. Their is no such directory as /lccc01/app/oracle/product/10.0.0.

How do i get rid of the process that's doing this ??
4 REPLIES 4
Peter Godron
Honored Contributor

Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

Donald,
please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1032424
which refers to a document, which states as solution:
"To prevent these error messages, remove the entry for the Oracle cssd daemon
from the /etc/inittab file on the node where the Oracle software is installed.
To remove this entry, remove the following line from the /etc/inittab file:

h1:23:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1 >
spex
Honored Contributor

Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

Hi Donald,

Just FYI, 'crsctl' is used to control Clusterware.

We can use the fact that the Oracle RDBMS is installed as user 'oracle' to our advantage:

1) Shutdown all Oracle software.
2) # ps -f -u $(awk -F: '/^oracle:/ {print $3}' /etc/passwd)
to get processes running as 'oracle'.
3) Kill the offending process(es).

PCS
Donald Thaler
Super Advisor

Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

I removed the h1:23:respawn command, and i still got the messages...

I tried to enter the ps -f-u $(awk -f:'/^oracle:/{print $3}' /etc/passwd).. but all i got was a > response ....

So i gave up and rebooted the server, it's a backup server so noone was incovenienced.

Hopefully this gets rid of it ........
Peter Godron
Honored Contributor

Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.

Donald,
sorry, I assumed you would restart the init daemon (init q). man 1m init explains that changes can be made to inittab, but are only picked up by init q or a reboot.
Have the changes worked? If so, please summarise the solution and close.