HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to chek nfs server is service correctly
Operating System - Linux
1829589
Members
8329
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-26-2006 07:09 PM
12-26-2006 07:09 PM
Hi all
I have been having problem.
We have storage for NFS, but we have hang from nfs client several times.
which causes for the problem.
1).I want to check the nfs server is ok.
2). nfs client is Ok.
how to guarantee the nfs services on server and client.
3). I wonder if network swtich is connected correctly.
4) how to setup high performance tuning nfs client, server, switch
I have been having problem.
We have storage for NFS, but we have hang from nfs client several times.
which causes for the problem.
1).I want to check the nfs server is ok.
2). nfs client is Ok.
how to guarantee the nfs services on server and client.
3). I wonder if network swtich is connected correctly.
4) how to setup high performance tuning nfs client, server, switch
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 08:29 PM
12-26-2006 08:29 PM
Solution
hi
1) on the server check:
# rpcinfo -p localhost
# showmount -e
# nfsstat -s
2) on the clilent check:
# rpcinfo -p NFSSERVER
# showmount -e NFSSERVER
# nfsstat -c
3) on client + server check network settings:
# ethtool ethX
# netstat -s | egrep -i "error|fail|inval|retrans"
4a) use NFS-over-TCP because some network devices prioritize tcp traffic over udp. And in a high traffic situation udp may be limited in bandwidth by preference tcp.
4b) if possible run nfs over a separate (private) lan apart from the public lan.
rgds
HGH
1) on the server check:
# rpcinfo -p localhost
# showmount -e
# nfsstat -s
2) on the clilent check:
# rpcinfo -p NFSSERVER
# showmount -e NFSSERVER
# nfsstat -c
3) on client + server check network settings:
# ethtool ethX
# netstat -s | egrep -i "error|fail|inval|retrans"
4a) use NFS-over-TCP because some network devices prioritize tcp traffic over udp. And in a high traffic situation udp may be limited in bandwidth by preference tcp.
4b) if possible run nfs over a separate (private) lan apart from the public lan.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 08:36 PM
12-26-2006 08:36 PM
Re: how to chek nfs server is service correctly
Just to clarify that rpcinfo and showmount reside in /usr/sbin (in case you try to execute them not as root).
For optimizations:
http://nfs.sourceforge.net/nfs-howto/ar01s05.html
For optimizations:
http://nfs.sourceforge.net/nfs-howto/ar01s05.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 05:19 AM
12-27-2006 05:19 AM
Re: how to chek nfs server is service correctly
1).I want to check the nfs server is ok.
rpcinfo -p nfs_server
2). nfs client is Ok.
df any_nfs_mount_pioint
how to guarantee the nfs services on server and client.
Using 1) & 2)
3). I wonder if network swtich is connected correctly.
Neyond nfs question. It is network question
4) how to setup high performance tuning nfs client, server, switch
All depend on what server is and client is.
rpcinfo -p nfs_server
2). nfs client is Ok.
df any_nfs_mount_pioint
how to guarantee the nfs services on server and client.
Using 1) & 2)
3). I wonder if network swtich is connected correctly.
Neyond nfs question. It is network question
4) how to setup high performance tuning nfs client, server, switch
All depend on what server is and client is.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP