- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Automounter problems
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
07-24-2006 02:35 AM
07-24-2006 02:35 AM
On the server I did exportfs -av and made sure the directory to be exported was in the /etc/exports. I am pretty certain it's exporting it.
Yet when I go to the client, and do ll on that directed, it has nothing in it. Why is that? Do I need to reboot?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 02:47 AM
07-24-2006 02:47 AM
Solutionhave you verify in kermel if parameter is set ? (nfs client nfs server)
on the server you must have these process:
rpcbind
rpc.mountd
nfsd4
rpc.statd
rpc.lockd
pcnfsd
on the client you must have these process :
rpcbind
biod4
rpc.statd
rpc.lockd
what is the result of nfsstat ?
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 02:47 AM
07-24-2006 02:47 AM
Re: Automounter problems
From another machine
showmount -e hostname
The export failed if it does now show up.
SEP
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-24-2006 02:48 AM
07-24-2006 02:48 AM
Re: Automounter problems
Have you stopped and restard the automount process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 02:58 AM
07-24-2006 02:58 AM
Re: Automounter problems
#: showmount -e sbapca2
export list for sbapca2:
/cdrom (everyone)
/usr/sap/trans (everyone)
On the server:
#:exportfs -v
/cdrom -anon=65534,ro
/usr/sap/trans -anon=65534
#:cat /etc/xtab
/cdrom -anon=65534,ro
/usr/sap/trans -anon=65534
Yes, I did restart the automountd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 03:07 AM
07-24-2006 03:07 AM
Re: Automounter problems
Several questions to help narrow down your problem:
1. What is the OS version and patch level of the client system?
2. What is the OS version and patch level of the server system?
3. Can you please post your AutoFS maps so that I can see the exact syntax of the maps
4. Once AutoFS is running, please post a copy of your /etc/mnttab file so that I can verify the AutoFS placeholders are intact.
5. Before you do an "ll" of the target directory do a "ps -e | grep automountd" on the NFS client and send the automountd process a SIGUSR2 signal by issuing "kill -17
This information will help determine the root cause of the problem.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 08:20 AM
07-24-2006 08:20 AM
Re: Automounter problems
First, there was an error in the map files.
Secondly, even after I got the correct syntax and did all the other necessary steps, it still wouldn't take. I had to reboot and all was fine. Not sure how I could have avoided the reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 08:39 AM
07-24-2006 08:39 AM
Re: Automounter problems
If the problem reappears for some reason I'd request the same data to troubleshoot the problem.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 12:56 AM
07-25-2006 12:56 AM