- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ** Strange Mounting Problem **
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
07-03-2001 05:18 AM
07-03-2001 05:18 AM
** Strange Mounting Problem **
I have a mount point called /u02. It has an entry in fstab as follows:
/dev/vg02/lvol10 /u02 hfs rw,suid 0 2
The system boots up fine and doesn't report any problems with the disk. BTW here is an ioscan result of the drive:
disk 1 10/0.4.0 sdisk CLAIMED DEVICE HP C2490WD
/dev/dsk/c0t4d0 /dev/rdsk/c0t4d0
PROBLEM:
My dba came to me and told me that she can't start the oracle instance. After investigating a bit it appeared that all the stuff in /u02 was gone! My first thought was that someone wiped out the directory; however, as I look more closely it seems that the mount point might not be mounted properly or at all. I try to do a umount /u02 but that doesn't work because the system reports that there is no entry for /u02 in mnttab which tells me it never mounted. When I do an fuser - I see no one using it and no processes. When I try to do a mount it won't let me because it says the device is busy. I can do lvdisplays and vgdisplays and see that everything is available.
Please help. If you need more background info, I can provide that. I am really confused....and nervous...
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 05:28 AM
07-03-2001 05:28 AM
Re: ** Strange Mounting Problem **
Try this:
# mv /etc/mnttab /etc/mnttab.old
# mount -a
If /etc/mnttab is corrupted, then this will create a new copy.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 05:29 AM
07-03-2001 05:29 AM
Re: ** Strange Mounting Problem **
When you do a bdf, do you see u02?
If not, have you tried running fsck on the file system?
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 05:45 AM
07-03-2001 05:45 AM
Re: ** Strange Mounting Problem **
is there quite large difference btw du -sk "file_sytem_mount_point" and bdf? if you manage to see it in bdf of course.
If there is an abnormal difference, and you cannot umount the fs, (removing mnttab), then what you can: reboot into single user mode, then none of the fs's will be mounted, and try:
cd /u.. , ll, those you see there should not be there at all. so remove them and mount the fs. hope this is relevant.
this will mean, your mount point was not a mount point anymore, but a directory under /.
good luck.
neylan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 05:51 AM
07-03-2001 05:51 AM
Re: ** Strange Mounting Problem **
Run 'fuser /u02' to make sure that no-one is cd'd to /u02.
Run 'mount -a' to attempt to mount all filesystems in /etc/fstab.
Have a look in /etc/rc.log and check the output from /sbin/rc1.d/S100localmount start.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 06:14 AM
07-03-2001 06:14 AM
Re: ** Strange Mounting Problem **
more /etc/mnttab. do you see the line for /u??.
You can vi this file and remove this line (It is not recommended but I does that). then mount -a. If doesn't work.
Bring system up on single user mode.
fsck that volume. If that doesn't work.
more /vad/adm/sbtab. find the alternet superblock and use that on fsck.
remove that mount point /u? and recreate it.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 06:46 AM
07-03-2001 06:46 AM
Re: ** Strange Mounting Problem **
1. ask your dba to do shutdown immediate in svrmgrl ( oracle server manager ).
2.Try to find which process is using /u2, with the following command:
fuser -cu /u2
Consider only the numbers from the output, you will find user names manipulating the directory between parantheses.
kill all these processes.
3. Try to mount the /u2 :
mount /u2
Notice : Your current working directory must be somewhere outside /u2 ( otherwise you will have the message : device busy !!! ).
Hope this would helps.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 08:05 AM
07-03-2001 08:05 AM
Re: ** Strange Mounting Problem **
It isn't in the mnttab because it never mounts to begin with.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 09:21 AM
07-03-2001 09:21 AM
Re: ** Strange Mounting Problem **
Do you have any links where something is linked to /u2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 09:37 AM
07-03-2001 09:37 AM
Re: ** Strange Mounting Problem **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 11:36 AM
07-03-2001 11:36 AM
Re: ** Strange Mounting Problem **
--Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 11:39 AM
07-03-2001 11:39 AM
Re: ** Strange Mounting Problem **
Please cat a copy of your /etc/fstab, and your current /etc/mnttab
Also, in order to keep interest up in solving your problem, you might want to assign points to some of the other folks who've already worked hard on your problem.
tx,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 03:11 PM
07-03-2001 03:11 PM
Re: ** Strange Mounting Problem **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 11:43 PM
07-03-2001 11:43 PM
Re: ** Strange Mounting Problem **
It seems there is something fishy. We had the same problem with few of our filesystems in one of our servers recently. The problem was in the chronological order of filesystems getting mounted as specifed in the /etc/fstab file.
Assume /u01 is your original oracle filesystem.
then, you may be mounting another filesystem on the mountpoint /u01/oradata1.
Here if you try to mount /u01/oradata1 first and then try to mount /u01 then it won't allow you to do the same and will throw an error saying something like multiple mountpoints etc.
So please work around the entry of mountpoint in fstab.
Can u try mounting it manually with the mount command .., and see what error is thrown out..
Hope this helps..
cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 05:14 AM
07-05-2001 05:14 AM
Re: ** Strange Mounting Problem **
Then attempt to do maintance.
...jcd...