Linux Practice strategy: NFS server troubleshooting

Source: Internet
Author: User

In Red Hat Enterprise Linux 5.0 server, if NFS fails, you can check the problem from the following aspects.

1.1 troubleshooting ideas

1) whether the NFS client and server load is too high, and whether the network between the server and the client is normal.

2) the file/etc/exports is correct.

3) restart the NFS or portmap service if necessary.

Run the following command to restart portmap and NFS:

Service portmap restart feedom.net

Service nfs start

4) check whether the mount command or/etc/fstab syntax on the client is correct.

5) check whether the kernel supports the NFS and RPC services.

Common kernel options include CONFIG_NFS_FS = m, CONFIG_NFS_V3 = y, CONFIG _ NFSD = m, CONFIG_NFSD_V3 = y, and CONFIG_SUNRPC = m.

We can use the common network connection and testing tools ping and tracerroute to test whether the network connection and speed are normal. The normal network connection is the foundation of NFS. The rpcinfo command is used to display the system's RPC Information. Generally, the-p parameter is used to list the RPC service of a host. When you use the rpcinfo-p command to check the server, you can see portmapper, status, mountd nfs, and nlockmgr. When you use this command to check the client, you should be able to see at least the portmapper service.

1.2 NFS error message

The NFS error information is shown in the following table.

  1. Red Hat Enterprise Linux5 virtualization helps Baosteel
  2. Verify Linux client identity through Active Directory
  3. Linux stands for the netbook market with its price advantages

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.