9.5 Create NFSv4 Mount Points on Oracle Linux
Create NFSv4 mount points on Oracle Linux as follows:
1.
Create a new share on the storage appliance. In this example, it is assumed that
the new share is accessible as
el01sn01:/export/common/patches
. This
mount point is mounted on the compute node as
/u01/common/patches
.
2.
On the compute node, create a new directory as follows:
# mkdir -p /u01/common/patches
3.
Edit the
/etc/fstab
configuration file:
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
4.
Mount all shared volumes by running the following command:
# mount -a
Create NFSv4 Mount Points on Oracle Linux
9-6 Oracle Exalogic Elastic Cloud Machine Owner's Guide
Содержание Exalogic Elastic Cloud
Страница 12: ...xii ...
Страница 70: ...Default Port Assignments 4 16 Machine Owner s Guide ...
Страница 82: ...Initial Network Configuration of Exalogic Machine 5 12 Machine Owner s Guide ...
Страница 102: ...Network Configuration Worksheets 6 20 Machine Owner s Guide ...
Страница 112: ...What Next 7 10 Machine Owner s Guide ...
Страница 134: ...Use the Phone Home Service to Manage the Storage Appliance 8 22 Machine Owner s Guide ...
Страница 162: ...Oracle Solaris Creating VNICs and Associating Them with VLANs 11 6 Machine Owner s Guide ...
Страница 248: ...Using Oracle Services in Oracle Enterprise Manager Ops Center 17 34 Oracle Exalogic Elastic Cloud Machine Owner s Guide ...
Страница 250: ...Using Oracle Services in Oracle Enterprise Manager Ops Center 17 36 Machine Owner s Guide ...
Страница 324: ...Power Distribution Unit Cabling Tables E 32 Machine Owner s Guide ...
Страница 338: ...Migrate a Zone to a New Host F 14 Machine Owner s Guide ...
Страница 342: ...Install Update and Remove RPMs Using Yum G 4 Machine Owner s Guide ...