On the system that you want to configure as a voice server:
The size of this file system is determined by the amount of voice data (including voice messages, voice segments, and user greetings) that you expect your single system image to generate.
For information on how to create and mount a file system, see the System Management Guide; Communications and Networks book.
The following instructions assume that you name your new file system /ssi.
The following instructions assume that you copy this file to the /tmp directory.
cd /ssi
zcat /tmp/DIRTALK.vox.tar.Z | tar -xvf-
chown -R dtuser:staff /ssi
mknfsexp -d /ssi -c client1, client2,...clientN, database_server -r database_server
where client1 through clientN is a comma-separated list of the host names of the client nodes of your single system image, and database_server is the host name of the database server.
This command saves the export definition in the /etc/exports file, so the directory is exported every time the server starts.