Chapter 7 HPSS User Interface Configuration
HPSS Installation Guide September 2002 433
Release 4.5, Revision 2
A# (pound sign) anywhere in the HPSS exports file indicates a comment that extends to the end of
the line.
7.4.2 Examples
1. To export the HPSS directory/usr to network sandia.gov, enter:
/usr -id=1,access=sandia.gov
2. To export the HPSS/usr/local directory to the world, enter:
/usr/local -id =4
3. To export the HPSS directory/usr2 only to these systems, enter:
/usr2 -id=5,access=hermes:zip:tutorial
4. To give root access only to these systems, enter:
anon=UID If a request comes from a client user with the HPSS root
identity, use the UID value as the effective user ID. The
default value for this option is -2.
root=HostName[:HostName,...] GivesHPSS root access only to the HPSS root users from
the specified host name. The default is for no hosts to be
granted root access. Network names are not allowed for
this option.
access=Client[:Client,...] Gives mount access to each client listed. A client can be
either a hostname or a network name. Each client in the
list is first checked in the host’s database and then in the /
etc/networksfile. The default value allows any machine to
mount the given directory.
NOSUID Causes the NFS server to mask offsetuid mode bits.
The default is forsetuid mode bits to be allowed.
NOSGID Causes the NFS server to mask offsetgid mode bits.
The default is forsetgid mode bits to be allowed.
UIDMAP Causes the NFS server to require an entry in the NFS
credentialsmap cache for all non-mount related requests.
The default is to not require UID mapping.
key=Key Specifies an alpha numeric string up to 8 characters that
will be used as an encryption key when the mount and
NFS servers are configured with Encrypt File Handles
enabled.This option is required if Encrypt File Handles is
enabled. The default is for no key.

Table 7-3 Directory Export Options

Option Description