HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- autofs failing hp9000 to hp3000
Operating System - HP-UX
1833780
Members
2448
Online
110063
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
05-29-2002 05:55 AM
05-29-2002 05:55 AM
autofs failing hp9000 to hp3000
We've had some trouble recently using the legacy automounter mounting some HP3000 (server) filesystems on our HP9000 (client)servers. After discussing this with HP they suggested upgrading to AutoFS. We did this on a test box (L class running 11.0) as well as installing the latest NFS patches. At this point the legacy automounter works fine mounting filesystems from other HP9000 or HP3000 servers. When we switch to AutoFS, however, we can mount HP9000 filesystems but cannot see anything from the HP3000s.
The permissions on /etc/auto_master are: -rw-r--r--
and its contents are:
/net -hosts -nosuid,soft.
We turned on logging and on a failure /var/adm/automount.log shows:
"May 28 14:27:13 (thread 1) MOUNT REQUEST: name=hp3000_name map=-hosts opts=nosuid,soft path=/net
May 28 14:27:13 (thread 1) MOUNT REPLY: status=2".
The version of NFS running on the HP3000 is A.02.06.009.
Any ideas?
TIA . . . Kevin
The permissions on /etc/auto_master are: -rw-r--r--
and its contents are:
/net -hosts -nosuid,soft.
We turned on logging and on a failure /var/adm/automount.log shows:
"May 28 14:27:13 (thread 1) MOUNT REQUEST: name=hp3000_name map=-hosts opts=nosuid,soft path=/net
May 28 14:27:13 (thread 1) MOUNT REPLY: status=2".
The version of NFS running on the HP3000 is A.02.06.009.
Any ideas?
TIA . . . Kevin
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 04:57 AM
05-30-2002 04:57 AM
Re: autofs failing hp9000 to hp3000
Kevin,
The mount reply status=2 is just ERRNO 2 (ENOENT). Something else is happening here, I suspect that the mount request is taking too long to compleete.
Using "-hosts" maps is extremely ineffecient, and results in considerable overhead with automount and AutoFS. Every mount/umount at the default 5 minute time interval of AutoFS checking the mount point results in tearing down/rebuilding the heirarchical structure of the /net directory should there be mounts contained in it.
I would suggest that instead of user the -hosts entry, you instead try to use a direct map for each of the exported file systems from your key NFS Servers. Left the /net -hosts for non-essential servers, or don't use it at all. To create a direct map structure (which is the same in Automount and AutoFS), you
use the following example entry in /etc/auto_master:
/- /etc/auto.direct
or
/- /etc/auto.direct -nosuid
(or whatever options you want to use)
And /etc/auto.direct (permissions 444):
/some-directory/some-mount server:/exported-directory
/some-directory/some-other-mount server2:/export/subdir
If you want unique options for the individual auto.direct entry,
/some-other-dir -soft server3:/export/dir
One last tip, usage of soft mounts should be limited to read-only, non-essential data. The HP NFS manual and NFS experts all agree on that point (O'Reilly NFS book, Callaghan's NFS Illustrated).
Whew! This reply looks confusing, but I hope it helps.
-> Brian Hackley
The mount reply status=2 is just ERRNO 2 (ENOENT). Something else is happening here, I suspect that the mount request is taking too long to compleete.
Using "-hosts" maps is extremely ineffecient, and results in considerable overhead with automount and AutoFS. Every mount/umount at the default 5 minute time interval of AutoFS checking the mount point results in tearing down/rebuilding the heirarchical structure of the /net directory should there be mounts contained in it.
I would suggest that instead of user the -hosts entry, you instead try to use a direct map for each of the exported file systems from your key NFS Servers. Left the /net -hosts for non-essential servers, or don't use it at all. To create a direct map structure (which is the same in Automount and AutoFS), you
use the following example entry in /etc/auto_master:
/- /etc/auto.direct
or
/- /etc/auto.direct -nosuid
(or whatever options you want to use)
And /etc/auto.direct (permissions 444):
/some-directory/some-mount server:/exported-directory
/some-directory/some-other-mount server2:/export/subdir
If you want unique options for the individual auto.direct entry,
/some-other-dir -soft server3:/export/dir
One last tip, usage of soft mounts should be limited to read-only, non-essential data. The HP NFS manual and NFS experts all agree on that point (O'Reilly NFS book, Callaghan's NFS Illustrated).
Whew! This reply looks confusing, but I hope it helps.
-> Brian Hackley
Ask me about telecommuting!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 06:19 AM
05-30-2002 06:19 AM
Re: autofs failing hp9000 to hp3000
I tried the direct map, but when I tried to do an ll on it it came back as unreadable. ?
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