Skip to Content
Oracle VM Implementation and Administration Guide
book

Oracle VM Implementation and Administration Guide

by Edward Whalen
August 2011
Intermediate to advanced content levelIntermediate to advanced
448 pages
10h 16m
English
McGraw Hill Computing
Content preview from Oracle VM Implementation and Administration Guide

Configuring the NFS Server

Configuring NFS consists of two parts: setting directory permissions and enabling NFS. Configuring permissions is done in the /etc/exports file. The /etc/exports file consists of two fields: the directory and the permissions. The directory field contains the top-level directory being exported. The second field consists of a username (or *) and the permissions:

<directory> <user>(<permissions>)

An example is shown here. The root_squash permission prohibits root access; no_ root_squash allows root access. Here is an example of an /etc/exports file:

/u01/stage *(rw,no_root_squash)

/u01/apps oracle(rw)

In addition to /etc/exports, the NFS service must be enabled. To enable it by default, use chkconfig:

# chkconfig ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle VM 3 Cloud Implementation and Administration Guide, 2nd Edition

Oracle VM 3 Cloud Implementation and Administration Guide, 2nd Edition

Edward Whalen, Erik Benner, Nic Ventura
Oracle 11g R1/R2 Real Application Clusters Essentials

Oracle 11g R1/R2 Real Application Clusters Essentials

Benjamin Scott Prusinski, Syed Jaffer Hussain

Publisher Resources

ISBN: 9780071639194