HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel mount tables out-of-date
Operating System - HP-UX
1835243
Members
2443
Online
110078
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-02-2007 11:14 PM
07-02-2007 11:14 PM
kernel mount tables out-of-date
We have a problem where we need to update the kernel image of the mount tables. In essence the kernel thinks that a file system is mounted when in actual fact it isn't.
ie umount /appl/bbbb/s3
nfs umount: nfs_unmount: /appl/bbbb/s3: not mounted
umount: return error 1.
BUT /etc/mnttab, which is constantly being updated by syncer, still has that mount entry in it. So we cannot mount the file system again since mnttab thinks it is already mounted :-(
mount -F nfs filer03g:/vol/pj3/qt_bbbb_pa/s3 /appl/bbbb/s3
mount: filer03g:/vol/pj3/qt_bbbb_pa/s3 is already mounted on /appl/bbbb/s3
We need to clear out the kernel's view of what is mounted - preferably without a reboot!
I have looked at setmnt but am not happy with that since it does not mention whether it updates the kernel view. (also it is marked as obsolete)
HP-UX 11.11
ie umount /appl/bbbb/s3
nfs umount: nfs_unmount: /appl/bbbb/s3: not mounted
umount: return error 1.
BUT /etc/mnttab, which is constantly being updated by syncer, still has that mount entry in it. So we cannot mount the file system again since mnttab thinks it is already mounted :-(
mount -F nfs filer03g:/vol/pj3/qt_bbbb_pa/s3 /appl/bbbb/s3
mount: filer03g:/vol/pj3/qt_bbbb_pa/s3 is already mounted on /appl/bbbb/s3
We need to clear out the kernel's view of what is mounted - preferably without a reboot!
I have looked at setmnt but am not happy with that since it does not mention whether it updates the kernel view. (also it is marked as obsolete)
HP-UX 11.11
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 12:17 AM
07-03-2007 12:17 AM
Re: kernel mount tables out-of-date
Shalom,
I'd suggest shutting down the automount service if running and running fuser -cuk /appl/bbbb/s3
This may be of assistance in correcting the problem.
Or remove the /etc/mnttab file and immediately mount the NFS mount:
mount -F nfs filer03g:/vol/pj3/qt_bbbb_pa/s3 /appl/bbbb/s3
SEP
I'd suggest shutting down the automount service if running and running fuser -cuk /appl/bbbb/s3
This may be of assistance in correcting the problem.
Or remove the /etc/mnttab file and immediately mount the NFS mount:
mount -F nfs filer03g:/vol/pj3/qt_bbbb_pa/s3 /appl/bbbb/s3
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 12:25 AM
07-03-2007 12:25 AM
Re: kernel mount tables out-of-date
Many thanks. We edited mnttab and removed the mount line. Then raced syncer and won!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 12:34 AM
07-03-2007 12:34 AM
Re: kernel mount tables out-of-date
Aaargghhh. We now have a near-duplicate mnttab entry for the file system. Don't think it will matter ....
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP