Updating the nfs Export on Linux
If the Linux server has Linux or Mac OS X clients, the nfs exports need to be updated with the path of the new Harmony binaries.
- Open the file
/etc/exports
. If it exists, change the path of :/usa
to/usr/local/ToonBoomAnimation/harmony[edition]_14
/USA_DB *(rw,sync)
/usadata000 *(rw,sync)
/usr/local/ToonBoomAnimation/harmony[edition]_14 *(rw,sync)
- Run the following command to apply the change:
/usr/sbin/exportfs -r
- Test the exports:
/usr/sbin/showmount -e
Export list for [hostname].toonboom.com:
/USA_DB *
/usadata000 *
/usr/local/ToonBoomAnimation/harmony[edition]_14 *