Create NFSv4 Mount Points on Oracle Linux
9.5 Create NFSv4 Mount Points on Oracle Linux
Create NFSv4 mount points on Oracle Linux as follows:
Create a new share on the storage appliance. In this example, it is assumed that
1.
the new share is accessible as el01sn01:/export/common/patches. This
mount point is mounted on the compute node as /u01/common/patches.
On the compute node, create a new directory as follows:
2.
# mkdir -p /u01/common/patches
Edit the /etc/fstab configuration file:
3.
vi /etc/fstab
Add the following line, and enter the correct values for nfs4 and proto=tcp
el01sn01:/export/common/patches /u01/common/patches nfs4
rw,bg,hard,nointr,rsize=131072,wsize=131072,proto=tcp
Mount all shared volumes by running the following command:
4.
# mount -a
9-6 Oracle Exalogic Elastic Cloud Machine Owner's Guide
Need help?
Do you have a question about the Exalogic Elastic Cloud and is the answer not in the manual?
Questions and answers