- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Duplicated mount points
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
10-08-2001 05:37 AM
10-08-2001 05:37 AM
Duplicated mount points
My bdf gives all the automounted file systems in double. I configured the system to have autofs.
My system is N4000 HP9000
The OS is HPUX 11.0
Waiting to hearing from you ASAP
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 05:55 AM
10-08-2001 05:55 AM
Re: Duplicated mount points
What is the content of your /etc/auto_master file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 05:59 AM
10-08-2001 05:59 AM
Re: Duplicated mount points
s700_800 11.00 ONC/NFS General Release/Performance Patch
automount,automountd
SR: [8606106692/STARS-ACTIVE/English]
DTS: JAGab76019
automount with stalemounts causing duplicate mnttab entries & lock problems.
symptoms of automount are: stale nfs handles are
seen in mnttab after an unmount and when the
mount is repeated (in this case a cdrom...) the
mnttab contains two entries for the device. One
of which is invalid. This second (stale) handle
causes subsequent locking problems.
automountd
... is this patch installed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 06:17 AM
10-08-2001 06:17 AM
Re: Duplicated mount points
Yes the FS is mounted twice on the same mount point
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 06:22 AM
10-08-2001 06:22 AM
Re: Duplicated mount points
/net -hosts -soft
/- /etc/auto.usr
+auto_master
The contents of the auto.usr file are :
/sapmnt/FEP -rw,hard relFEP_100BT:/export/sapmnt/FEP
/EDI -rw,soft,retry=0 relFEP_100BT:/export/EDI
/users1 -rw,soft,retry=0 relFEP_100BT:/export/users1
/users2 -rw,soft,retry=0 relFEP_100BT:/export/users2
/users3 -rw,soft,retry=0 relFEP_100BT:/export/users3
/users4 -rw,hard relFEP_100BT:/export/users4
/nfs_shared -rw,soft,retry=0 relopt_100BT:/export/nfs_shared
/usr/sap/trans -rw,soft,retry=0 K05H:/usr/sap/trans
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 06:26 AM
10-08-2001 06:26 AM
Re: Duplicated mount points
The patch is not installed yet. But we are planning to do it.
But, since system is in production, and this this patch requires system reboot, we didn't do it right now.
But, T want to be confirmed that this patch solve surely the problem.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 06:32 AM
10-08-2001 06:32 AM
Re: Duplicated mount points
if there's known issues with bdf & automounter lets rule them out first !
ps be warned the patch has dependancies !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 06:47 AM
10-08-2001 06:47 AM
Re: Duplicated mount points
As I understand, this includes your auto_master file in itself. So all your entries in that file are double, maybe that causes double mounts. I agree with the patch installation, but since all filesystems are involved, look at the modification time of the /etc/auto_master file. Has it been recently changed ? Has there been a recent NFS patch installation ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 07:15 PM
10-08-2001 07:15 PM
Re: Duplicated mount points
Just check whether you have started your automounter process when one of that was already running.
Just try stopping your automounter process and then start them again.
I have faced the problems when you start automounter twice.
Manikandan