After you have set up your single system image and
started using it, you might need to add another client. You must identify
this new client to the voice server and export the voice database directory
to the new client. To do this:
- Log in as root on the voice server.
The
voice server is on the Power System that
contains your database server, unless you have set up a separate voice server.
- Add the host name of the client node to the access list that is on the
exports that you created when you configured the client node. To do this:
- Edit the file /etc/exports
- Find the lines that Blueworx Voice Response uses.
For example:
/home/dirTalk/current_dir/ca.local -access=tarbuck.mydomain.com
- Add the host name of the client that you are adding to the single system image.
For example:
/home/dirTalk/current_dir/ca.local -access=tarbuck.mydomain.com:idle.mydomain.com
Note: In your file, ensure that this remains as a single line.
- Type the following NFS command to make the file system available to the
new client:
exportfs -av
- Configure the client node as described in Configuring a client node.