- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Waiting for filesystem containing /lccc01/app...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 12:08 AM
10-24-2006 12:08 AM
Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.
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 ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 12:16 AM
10-24-2006 12:16 AM
Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.
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 >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 12:44 AM
10-24-2006 12:44 AM
Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 01:34 AM
10-24-2006 01:34 AM
Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.
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 ........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 10:42 PM
10-25-2006 10:42 PM
Re: Waiting for filesystem containing /lccc01/app/oracle/product/10.0.0/bin/crsctl.
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.