If Resource Manager or NTpE service fails to start, the cause might be related to permissions. The simplest correction is to run this command to allow execution permission on the /tmp directory:
sudo mount -o remount,exec /tmp
If it against your business policy to allow execution on /tmp, then use this correction instead:
-
Run this command:
sudo -u nuance mkdir /var/local/Nuance/tmp
- If using Management Station:
- Stop the nuance-watcher service
- Edit /usr/local/Nuance/Common/x86/bin/nuance-wd and insert the following command at approximately line 62, and save the file:
export TMPDIR=/var/local/Nuance/tmp
- Start the nuance-watcher service.
- If not using Management Station:
- Run this command:
export TMPDIR=/var/local/Nuance/tmp
- Start the Resource Manager service using the command line.