- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Server DNS hang, NFS share from Netapp machine won...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-20-2011 06:27 PM
тАО04-20-2011 06:27 PM
Solved! Go to Solution.
- Tags:
- DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2011 08:39 PM - last edited on тАО07-11-2011 11:09 AM by Kevin_Paul
тАО04-20-2011 08:39 PM - last edited on тАО07-11-2011 11:09 AM by Kevin_Paul
Re: Server DNS hang, NFS share from Netapp machine won't work
> [...] the system [...]
Not a very detailed description of anything.
> [...] It was identified earlier [...]
Is this posing related to your other one?
http://h30499.www3.hp.com/t5/General/linux-server-was-hung-and-causing-a-web-service-outage/m-p/4776422#M19050
If so, then why start a new thread? If it's
a new problem, then what do you want?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2011 10:29 PM
тАО04-20-2011 10:29 PM
Re: Server DNS hang, NFS share from Netapp machine won't work
The problem is :-
1. We have reboot client server cause the nfs hung
2. After rebooted, we have found that, the automount point is not exported from the netapp server server to our client server.
3. Netapp admin told that primary DNS server has been down for while.
4. After DNS server is up, we able to see all the mount point.
My question :-
1. How to fix this issue cause it's likely to happen again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2011 03:13 AM
тАО04-21-2011 03:13 AM
Re: Server DNS hang, NFS share from Netapp machine won't work
ssh to NetApp filer, login as root and
# wrfile -a /etc/hosts x.x.x.x yourservername
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2011 07:10 PM
тАО04-21-2011 07:10 PM
SolutionEdit fstab and use "soft" option to mount NFS file systems to prevent from hanging while NFS server is unavailable.
When an NFS client attempts to mount a resource using the hard option, which is default, the client keeps trying until either it succeeds or is interrupted with Ctrl+c or the kill command if "intr" option is also used.
If the NFS server goes down, processes using the mounted resource hang until the server comes back up.
Use "soft" to prevent NFS clients from being hung if the NFS server goes down. With this option, if an NFS client attemps to mount a resource for "retrans" times unsuccessfully, it displays an error message. Use timeo=n and retrans=n option with this to limit number of retry attemps.
Was this post useful? - You may click the KUDOS! star to say thank you.