For detailed explanations, alternative configurations, and troubleshooting: See NFS Best Practices
Vendor Documentation Priority: This guide is for reference only. Always consult official vendor documentation for your distribution. Test thoroughly in a lab environment before production use.
Prerequisites:
-
Oracle Linux 8.x/9.x with UEK or RHCK
-
Everpure FlashArray with:
-
NFS file interface configured
-
NFS export policy created with NFSv4.1 enabled (recommended)
-
Export path created (e.g.,
/data/oracle) -
No root squash enabled for client IPs
-
-
Dedicated storage network interfaces (recommended)
-
Root or sudo access
Troubleshooting:
Mount Fails
# Check network connectivity
ping <NFS_SERVER_IP>
nc -zv <NFS_SERVER_IP> 2049
# Check exports
showmount -e <NFS_SERVER_IP>
Performance Issues
# Check NFS version and options
nfsstat -m
# Verify nconnect
cat /proc/fs/nfsfs/servers
Oracle Linux-specific:
# Check SELinux
sudo setsebool -P use_nfs_home_dirs 1
# Check kernel version (UEK recommended)
uname -r
For production deployments, see NFS Best Practices for:
-
Network bonding and redundancy
-
Performance tuning with nconnect
-
UEK-specific optimizations
-
Monitoring and troubleshooting
Related Guides:
-
iSCSI Quick Start: Block storage alternative
-
NVMe-TCP Quick Start: High-performance block storage