- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS V3 Auotmount with direct maps
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-25-2002 06:59 AM
11-25-2002 06:59 AM
NFS V3 Auotmount with direct maps
Greetings! I'm having problems getting direct maps to work with NFS V3. I set both flags (automount and autofs)in nfsconf to 1 on client and server. When I reboot or restart NFS indirect maps work but my direct maps don't work. My maps look like this:
auto_master
/- /etc/auto.direct -soft
auto.direct
/hmc la:/export/home/hmc.
I've got fairly up to dates NFS/Network patches. Any ideas on what I am doing wrong?
Thanks!
-john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 07:24 AM
11-25-2002 07:24 AM
Re: NFS V3 Auotmount with direct maps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 07:32 AM
11-25-2002 07:32 AM
Re: NFS V3 Auotmount with direct maps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 10:48 AM
11-25-2002 10:48 AM
Re: NFS V3 Auotmount with direct maps
Good Luck
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 06:58 AM
11-26-2002 06:58 AM
Re: NFS V3 Auotmount with direct maps
Try this in your auto_master
/- /etc/auto.direct
/hmc la:/export/home/hmc
Here is what my auto_master map looks like.
============================
/- /etc/auto.ufs
/- /etc/auto.project
/- /etc/auto.cds
/- /etc/auto.net
============================
Here is my auto.project map.
/project/weights/bin -rw,intr pevt201:/exports/project05/weights/bin
/project/weights/cintro -rw,intr,wsize=32768,rsize=32768 esa200:/exports/project/weights/cintro
/project/weights/datamgt -rw,intr,wsize=32768,rsize=32768 esa200:/exports/project/weights/datamgt
/project/weights/kbpd -rw,intr,wsize=32768,rsize=32768 esa200:/exports/project/weights/kbpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 10:51 PM
11-26-2002 10:51 PM
Re: NFS V3 Auotmount with direct maps
I Think if you want to work with NFS v3 then only AUTOFS will work with it so disable the automount and try.
Regards
Sudhakar J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 08:15 AM
12-05-2002 08:15 AM
Re: NFS V3 Auotmount with direct maps
Hello and thanks for your responses. I should given you the following info: Everything is currently working now with NFS V2. When I change /etc/rc.config.d/nfsconf variable
AUTOFS to 1 and restart NFS, everything except the direct maps work. I have tried all of the below configurations.
1. Both AUTOFS and AUTOMOUNT set to 1
2. Only AUTOFS set to 1 AUTOMOUNT set to 0
In both of the above case AUTO_MASTER was set to /etc/auto_master and this file contained +auto.master. So if a querky way it was getting auto.master from NIS. When I changed AUTO_MASTER to auto_master and/or auto.master it still failed.
However, when I put the full auto_master(the same map that is on the server) map on the clients everything works! NFS V3 indirect and direct maps.
I would rather not do it this way. Any Ideas!
Thanks Again
-john