Open System Services NFS Management and Operations Guide

6. Export the fileset:
ADD EXPORT /usr
Added EXPORT objects define directories in the OSS NFS hierarchy that can be mounted by OSS
NFS clients. A client can mount any directory under any mount point specified by an EXPORT
object (for example, /usr/local/bin).
Setting Up an OSS NFS Project Fileset
This topic describes the configuration of an OSS NFS fileset for use by the members of a project.
Considerations
You must decide which members of the project team should have read, write, and execute
access to the fileset.
You must decide whether nonmembers should have read and execute access, or no access
to the fileset.
You must decide which member of the project team should belong to a group.
Guardian user IDs must be defined in Safeguard or a third-party product such as CA-Unicenter
before you can add OSS NFS users.
Only Guardian user IDs can be used. Safeguard or CA-Unicenter aliases mapping to a single
Guardian user ID are not supported.
Aliased user IDs for Open System Services must be unique. Multiple OSS NFS clients cannot
share the same Guardian user ID.
Example
This example configures a fileset for a project team. You must specify a GROUPID for USER objects,
but the group corresponding to the GROUPID need not be defined.
1. Add USER and GROUP objects for the project team members:
ASSUME $ZNFS
ADD USER projlead , USERID 301, GROUPID 30,&
COMMENT "The current project lead",&
ALIAS OSS PROJECT.LEAD
ADD USER tom , USERID 301, GROUPID 30,&
COMMENT "Tom S",&
ALIAS OSS PROJECT.TOMS
ADD USER bill , USERID 303, GROUPID 30,&
COMMENT "Bill P",&
ALIAS OSS PROJECT.BILLP
ADD USER meg , USERID 304, GROUPID 30,&
COMMENT "Meg G",&
ALIAS OSS PROJECT.MEGG
ADD GROUP $ZNFS.PROJ, GROUPID 30,&
MEMBER (projlead, tom, bill, meg)
2. Add the /project directory:
OSH -p /bin/mkdir /project
OSH -p /bin/chmod 775 /project
OSH -p /bin/chown project.lead /project
3. Add the server:
ADD SERVER PROJ,&
MNTPOINT "/project",&
PROGRAM $SYSTEM.ZOSSNFS.NFSSVRHP,&
Running the OSS NFS Manager Process 47