On the OS server, as root at label admin_low
, open the Admin Editor from the System_Admin folder, with the
file /export/root/clientname/etc/vfstab.
You will do this once per client.
Create an /opt entry in the vfstab file.
The /opt mount point enables the client to run Solstice AdminSuite. You can add other mount points as well.
For example,
<server>:/export/opt - /export/opt nfs - yes bg,intr,soft squirrel:/export/tools - /export/tools nfs - yes bg,intr,soft
Write the file and exit the editor.
As root, at label admin_low
,
create the mount points in the client's root directory.
# cd /export/root/clientname # mkdir -p export/opt # mkdir -p export/tools |