Generated troubleshooting for NFS related issues on XenServer
book
Article ID: CTX217602
calendar_today
Updated On:
Description
This article will give you guidelines for troubleshooting NFS SR related issues on XenServer
Instructions
For creating or attaching an NFS Storage repository issues, check
- If you can see the mountpoint from the client?
# showmount -e <server>
- Check if the services are running on the NFS server (Only in case of NFS v3)
# rpcinfo -p < NFS SERVER IP >
- Try mounting the share manually
#mount server:/export /mnt
For issues related to NFS server timing out messages in logs
1. Check for network connectivity errors between XenServer and NFS Server
On XenServer, check the ifconfig and ethtool -s statistics to see for any drops on the storage interface
- Check if any firewall is blocking access to the NFS ports
- XenServer supports both NFS v3 and V4
- If still issues are happening, then capture network traces from XenServers Physical interface and from the NFS server and from the interconnect switch
Was this article helpful?
thumb_up
Yes
thumb_down
No