- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- to recreate mnttab
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
to recreate mnttab
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-19-2012 09:26 PM
06-19-2012 09:26 PM
to recreate mnttab
to recreate mnttab
Hi Admins,
I want to remove a mount point reference from mnttab because m not able to mount the NFS mount point .. it says device busy.
The same is an autofs mount point. what i did is
1. removed the mnttab file
2.commented fstab reference for the same
3. renamed autofs conf files
4. stopped nfs.client
5.mount -a
but mnttab created with autofs reference. I want to remove the same. Please tell me which file mount -a contacts when rebuilding mnttab.
server is B.11.31
Regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-20-2012 02:03 AM
06-20-2012 02:03 AM
Re: to recreate mnttab
Re: to recreate mnttab
Hi:
HPUX 11.31
The mnttab file is a pseudo-file whose contents are dynamically created based on the kernel's private in-core mount table. The file will always reflect the latest file system mount and umount operations. syncer rewrites the mnttab file if it is found to be deleted or corrupted.
NFS umount/mount
# /sbin/fs/nfs/umount -a -df
rgs
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-20-2012 03:37 AM
06-20-2012 03:37 AM
Re: to recreate mnttab
Re: to recreate mnttab
If you want to get rid of the autofs mount point, then stop the autofs service:
sh /sbin/init.d/autofs stop
Then edit /etc/rc.config.d/nfsconf to permanently disable the autofs service.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP