-
/etc/auto.u
:
/u -rw,vers=3 rs6kf:/userfs/HPUX/68K/ # for 300/400 series
/u -rw,vers=3 rs6kf:/userfs/HPUX/PA/ # for 700/800 series
-
/etc/auto.d
:
bio -rw,vers=3,proto=tcp rs6kf:/datafs/bio
-
/etc/auto.s
:
bio -rw,vers=3,proto=tcp rs6kf:/scratch/bio
-
/etc/auto.nfs
:
texlive -ro rs6kf:/applfs/applb01/texlive
local -ro rs6kf:/applfs/applb01/HPUX/68K # for 300/400 series
install -rw,vers=3,proto=tcp rs6kf:/applfs/applb01/HPUX/68K # write access to allow installation
local -ro rs6kf:/applfs/applb01/HPUX/PA # for 700/800 series
install -rw,vers=3,proto=tcp rs6kf:/applfs/applb01/HPUX/PA # write access to allow installation
-
/etc/auto.master
(HP-UX 9.x) or /etc/auto_master
(HP-UX 10.x/11.x):
/- /etc/auto.u # direct map to allow new users in /u
/s /etc/auto.s
/d /etc/auto.d
/nfs /etc/auto.nfs
Note that the various mount points are created automatically.
Note further that apparently the vers=
parameter
is not supported for HP-UX < 11.
-
The
automount
daemon is activated at boot time on
- HP-UX 9.x
in /etc/netnfsrc2
with the line(s)
/usr/etc/automount -f /etc/auto.master
and in /etc/netnfsrc
with
NFS_CLIENT=1
Note that automount
should never be send the SIGKILL
signal, refreshes could be triggered via kill -s SIGHUP
To enable NFS services:
NFS_SERVER=1
- HP-UX 10.x/11.x
as
/usr/lib/netsvc/fs/automount/automount -f /etc/auto_master
If necessary, it may be started manually
/usr/sbin/automount -f /etc/auto_master
Verify in
/etc/rc.config.d/nfsconf
that the appropriate services (NFS client, automount)
are enabled.
- necessary links:
ln -sf /u /users