- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfs 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
06-14-2005 01:19 AM
06-14-2005 01:19 AM
nfs problems
Iam facing problems in NFS
Here we have nearly 10 nfs servers and the filesystem is exported
Sometimes due to network problem nfs filesystem hangs
If I stop /sbin/init.d/nfs.clinet and
ctl-amd ...and restart it again
Nfs will stilll hangs .Only option is to reboot the server
Is there any way I can solve this issue
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 01:30 AM
06-14-2005 01:30 AM
Re: nfs problems
OPTION 2: REDUCE the network outages!!!!!!
OPTION 3: USE samba or CIFS/9000
samba: http://hpux.ee.ualberta.ca/hppd/hpux/Networking/Misc/samba-3.0.11/
CIFS/9000: http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3
OPTION 4: ALL OF THE ABOVE
I'd go with option 4!!
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 01:38 AM
06-14-2005 01:38 AM
Re: nfs problems
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 01:51 AM
06-14-2005 01:51 AM
Re: nfs problems
My unix version B.11.11 U
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 02:10 AM
06-14-2005 02:10 AM
Re: nfs problems
of course option 2 and option 3 are still viable.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 08:27 PM
06-14-2005 08:27 PM
Re: nfs problems
- use 'intr', allow interrupts so the nfs-action can be interrupted if the server does not respond.
- use 'soft', to have a time-out if the server does not respond.
If you have a bad network connection and the server is most times up and running, best to use 'intr'.
If you have a server that is not alwais available, best to use 'soft'.
`sam` gives many options to tune nfs-mounts. Other systems do provide most of them.