Set Up the NFS Server
Follow these steps to install and configure the NFS server on AlmaLinux or Ubuntu:
AppDynamics On-Premises
list_alt
Follow these steps to install and configure the NFS server on AlmaLinux or Ubuntu:
dnf install nfs-utils
mkdir -p /mnt/nfs_share
chown nobody:nobody /mnt/nfs_share
chmod 777 -R /mnt/nfs_share/sudo apt install nfs-kernel-server
mkdir -p /mnt/nfs_share
chown nobody:nobody /mnt/nfs_share
chmod 777 -R /mnt/nfs_share//mnt/nfs_share 10.0.203.0/24(rw,sync,no_subtree_check,no_root_squash)
/mnt/nfs_share 10.0.202.0/24(rw,sync,no_subtree_check,no_root_squash)systemctl restart nfs-serversystemctl status nfs-server