Managing Systems and Workgroups: A Guide for HP-UX System Administrators
Administering a Workgroup
Managing Disks
Chapter 9 877
Step 9. Do this step on the new server, that is, the system you are moving
the directory to, fp_server in this example.
Export the directory; for example, by editing /etc/exports to include
an entry such as,
/work/project6 -async,anon=65534
and running the exportfs command to force the system to reread
/etc/exports:
exportfs -a
You can also use SAM; see “Exporting a File System (HP-UX to HP-UX)”
on page 395.
NOTE If this system is not already exporting file systems, you may need to
configure it as an NFS server; check that /etc/rc.config.d/nfsconf
has NFS_SERVER=1, or check in SAM that NFS SERVER is enabled; see
“Using SAM to Export a File System” on page 395.
Step 10. Do this step on each NFS client in the workgroup.
Mount the imported file system:
mount -a
Once everyone has verified that their files are intact in their new location
(/work/project6 in this example), you can remove /projects from
wsb2600, freeing the space for other uses.