- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Waiting for file system error (compaq alpha server...
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
02-13-2010 01:24 AM
02-13-2010 01:24 AM
Waiting for file system error (compaq alpha server tru 64 bit)
I am using tru 64 bit on compaq alpha server.I have four hard drives 72 GB each in my machine. My problem is when server starts it throws errors in event viewer that "waiting for file system /u01/oracle/db_1 ". Out of four one hard drive shows the red light which is hard drive # 4, the rest three are with green light.
Although I dont need data of 4th hard drive. Kinldy guide me how could I able remove this error and reinstall the oracle database for testing environment.
For more information the 4th hard drive contain /u01,u02,u03,u04,u05 drives which all related to database files.So is there any way to delete and recreate these logical drives ?
Any help would be appreciate.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010 06:52 AM
02-13-2010 06:52 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
To stop the system automatically trying to mount the broken file systems, then you need to remove, or comment them out, from /etc/fstab.
To delete and recreate the file systems, you probably want to be using rmfdmn and mkfdmn.
Post the output of /etc/fstab and "ls -lR /etc/fdmns" That will help us to help you.
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 12:00 AM
02-14-2010 12:00 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
below is the output of commands....
root@UNIXSVR/>cat fstab
root_domain#root / advfs rw 0 1
/proc /proc procfs rw 0 0
usr_domain#usr /usr advfs rw 0 2
usr_domain#var /var advfs rw 0 2
oracle_domain#orasw /u01 advfs rw 0 2
data1_domain#data1 /u02 advfs rw 0 2
data2_domain#data2 /u03 advfs rw 0 2
data3_domain#data3 /u04 advfs rw 0 2
backup_domain#dumps /u05 advfs rw 0 2
ora10g_domain#ora10g /u06 advfs rw 0 2
=======================
root@UNIXSVR/> ls â ir /etc/fdmns
1665 usr_domain 1892 data_domain 1660 .advfslock_fdmns
1663 root_domain 1901 backup_domain 1899 .advfslock_data3_domain
1889 oracle_domain 1662 .advfslock_usr_domain 1896 .advfslock_data2_domain
7023 ora10g_domain1661 .advfslock_root_domain1893 .advfslock_data1_domain
1898 data3_domain 1888 .advfslock_oracle_domain1902 .advfslock_backup_domain
1895 data2_domain 6859 .advfslock_oracle_domain
waiting for ur guidance. Also tell me that how could I able to comment in fstab file.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 08:22 AM
02-14-2010 08:22 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
> to comment in fstab file.
man fstab
http://h30097.www3.hp.com/docs/pub_page/doc_list.html
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN4/0134____.HTM
[...]
The syntax of a line in the /etc/fstab file is as follows. Note that lines
beginning with a hash (#) sign are ignored. Blank lines are also ignored.
[...]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 10:50 PM
02-15-2010 10:50 PM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
The closest mount point is 'oracle_domain#orasw /u01 advfs rw 0 2'
So, just precede this line with '#' in the fstab file and try rebooting the machine again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 11:26 PM
02-15-2010 11:26 PM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
Thanks for your reply. I already remove this line from fstab and reboot the machine but the error is still showing.
Regards,
Zishan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 12:03 AM
02-16-2010 12:03 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 12:10 AM
02-16-2010 12:10 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
Thanks for reply,infact I am new on Tru 64 bit would you like to explain where rc3.d is located ? I am login through root user.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 12:44 AM
02-16-2010 12:44 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 01:05 AM
02-16-2010 01:05 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
I found rc3.d directory in sbin.
what it means
> do a 'grep' for the "waiting for" pattern
Could you able to tell me the exact command ?
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 03:35 AM
02-16-2010 03:35 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
# grep "waiting for file system" *
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 05:31 AM
02-16-2010 05:31 AM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
#grep "waiting for filesystem"*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 09:40 PM
02-16-2010 09:40 PM
Re: Waiting for file system error (compaq alpha server tru 64 bit)
If still don't get any output...then, it could be that the startup script is calling some other command and the command is giving out the error.
Another possibility is that this is not part of the start up script and a background application daemon is giving out this error.