- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Filesystem spontaneously disappears
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
11-15-2006 02:27 AM
11-15-2006 02:27 AM
Filesystem spontaneously disappears
I recently attached new storage to an RP5470 running HP-UX 11.00 and JFS 3.3. I created four new LUNs, PVs, LVs, and mountpoints and mounted the LVs, no problem. However, over the weekend, one of the new filesystems disappeared (I'm not sure that it's accurate to say "it unmounted itself"). After mounting the filesystem again, it disappeared within minutes. But after mounting one more time, it's been fine for a few days now. Logs show no errors/messages at all.
fstab entries are of the form:
/dev/vg05/lvol4 /u04 vxfs rw,suid,largefiles 0 2
I was wondering if anyone else has experienced a similar scenario in which a filesystem spontaneously disappears. Please note that it's not feasible to upgrade this older server to 11i.
Thanks for your input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 02:32 AM
11-15-2006 02:32 AM
Re: Filesystem spontaneously disappears
Did this file ssytem have only one PV?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 02:59 AM
11-15-2006 02:59 AM
Re: Filesystem spontaneously disappears
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 08:24 AM
12-18-2006 08:24 AM
Re: Filesystem spontaneously disappears
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 09:18 AM
12-18-2006 09:18 AM
Re: Filesystem spontaneously disappears
IE: in /etc/auto.direct ?
The other thing to try, back it up (if there's data there), then blow it away and re-create it.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 09:29 AM
12-18-2006 09:29 AM
Re: Filesystem spontaneously disappears
When this happens, is the /u04 directory empty? What do these commands show:
bdf /u04
grep u04 /etc/mnttab
ll /dev/vg05/lvol4
If bdf reports that /u04 is part of the / filesystem then indeed the filesystem is no longer mounted. Loss of /dev/vg05 directory and device files would not cause this as these are used only when the filesystem is mounted. The vxfs code has the descriptor information in memory. Loss of connection between the computer and the disk(s) for lvol4 should result in lots of dmesg and syslog entries.
If all is normal but /u04 is empty it would seem that something has removed the entry from the mount table. I assume that /u04 is always busy with Oracle so a normal umount would not work (mount point busy). I would check up on all the patches for filesystem and mount code.
Bill Hassell, sysadmin