- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Automount problem
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
05-20-2002 09:16 PM
05-20-2002 09:16 PM
Automount problem
I have a 9000 L class server runing HP UX 11.0.
Sometimes automount doesnot function and I can see this error in the syslog "NFs server (pid921@/net) not responding still trying" .
When I do /net , I get this same error . This server has been running from past two years without any problem and recently this problem started .
I restarted the system , but after sometime the same errors were appearing .This problem is not constant , but appears once in two to three hours and after sometime the automount functions properly. The syslog throws this message "NFS server (pid921@/net) ok" .
Do I need to install any patch for it ?. Please reply to this mail at the earliest .
Thanks
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 09:25 PM
05-20-2002 09:25 PM
Re: Automount problem
hi
check in your /etc/auto_master file. hash the entry in that file(/net -hosts -nosuid,soft)
and then restart nfs.client
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
ur problem will get solved
CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 09:33 PM
05-20-2002 09:33 PM
Re: Automount problem
Here is the latest patches for NFS and automount that I could find. These do not take into consideration each and every dependency.
PHKL_23409
PHKL_24082
PHKL_25237
PHNE_20627
PHCO_21187
PHCO_21901
PHKL_25475
PHNE_20371
Were any changes done on the client side?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 09:51 PM
05-20-2002 09:51 PM
Re: Automount problem
Or your server is very busy during this time, so it cannot answer the mount-requests as expected.
Going to latest patches (or latest Quality Pack) will be a good thing anyhow.
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 10:57 AM
05-21-2002 10:57 AM
Re: Automount problem
If you have not changed any of the automounter files then the problem is with some network connection only.
Since your server was working fine earlier and if you havent updated anything then patches may not be a problem.
Check for the network connectivity.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 03:50 AM
05-22-2002 03:50 AM
Re: Automount problem
The automount process ID 921 is not responding to the file system request to access it. It is possible that the automount is hung or otherwise tied up. You can put the automount into debug mode with a kill -17 921 (or whatever the PID is). The ISGUSR2 signal is an on/off switch for debug mode. The log file goes to /var/adm/automount.log. Its possible you might find some cryptic messages from automount that might expose other reasons for the automount hang up.
As noted in some of of the prior responses on this thread, you might want to patch up the automount and NFS in general, especially if you have not done so in the past year.
I also concur, that you want to comment out the /net -hosts entry in /etc/auto_master if you don't plan to use the /net map. Hierarchical -hosts maps cause the automount to query the NFS server for all of its exports, and then to mount them all, even if they are not needed. Then, every 5 minutes, the automount attempts to umount that /net/
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 05:49 AM
05-22-2002 05:49 AM
Re: Automount problem
Regards,
Shannon