- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS and NAS
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
04-28-2003 04:12 AM
04-28-2003 04:12 AM
NFS and NAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 04:21 AM
04-28-2003 04:21 AM
Re: NFS and NAS
Try mounting the nfs filesytem with the option soft.
mount -o soft
man mount_nfs
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 04:25 AM
04-28-2003 04:25 AM
Re: NFS and NAS
It does not help..gives the same error.Infact this is happening thru automounter but to debug the problem i tried mounting manually and found its still gives problems.so either way (nfs or automount ) it does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 04:46 AM
04-28-2003 04:46 AM
Re: NFS and NAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 04:51 AM
04-28-2003 04:51 AM
Re: NFS and NAS
http://www.netapp.com/tech_library/3146.html
We use the following nfs mount options and its 100% reliable;
bg,hard,intr,retry=999,retrans=999,rsize=32768,wsize=32768,proto=tcp,vers=3
Read the netapps webpage, its all there, from patches to hidden kernel parameters. You should follow all their advice, we had to before it became 100% reliable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 05:00 AM
04-28-2003 05:00 AM
Re: NFS and NAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 05:03 AM
04-28-2003 05:03 AM
Re: NFS and NAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 05:11 AM
04-28-2003 05:11 AM
Re: NFS and NAS
Take a look at this solution,
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x881c9607df6ed711abdc0090277a778c,00.html
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 05:37 AM
04-28-2003 05:37 AM
Re: NFS and NAS
B) Using NFS version 3?
C) rpcinfo -p host / client
(* rpcbind, status, nfs, mountd, nlockmgr, llockmgr *)
D) Here's a good example:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60b1e7613948d5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 05:54 AM
04-28-2003 05:54 AM
Re: NFS and NAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 06:04 AM
04-28-2003 06:04 AM
Re: NFS and NAS
check if client knows ip address of netapp.
Check if netapp knows the client.
Check if client is allowed at netapp to get access to the directories. It has to be done for every client!
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 06:18 AM
04-28-2003 06:18 AM
Re: NFS and NAS
Yes all that is fine .Client knows netapp and netapp knows client and access is also proper.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 03:46 AM
04-29-2003 03:46 AM
Re: NFS and NAS
mp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 03:56 AM
04-29-2003 03:56 AM
Re: NFS and NAS
mp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 04:39 AM
04-29-2003 04:39 AM
Re: NFS and NAS
I'm also running Netapp and HP 10.20 and 11.0 - without problems.
One more suggestion to 'NFS server not responding ..' - check your network.
Is your LAN card running with the same speed as your hub?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 05:23 AM
04-30-2003 05:23 AM
Re: NFS and NAS
As Volkmar said, be sure to check your NIC speed/duplex/autonegotiate and be absolutely sure it matches your hub/switch. I've seen this problem with 10.20 and 11.11 and a NetApp. The symptom is that it will work *sometimes*, then quit working and give the message that you cited. Just changing the network interface stuff fixed it in my case.
Mark