To turn on the debugging facility for the job-flow daemon under UNIX:
- Edit your js.conf file (The path of js.conf is JSROOT!/conf):
- Add comment delimiters around JS_LOG_MASK=LOG_NOTICE.
- Add the parameter JS_LOG_MASK=LOG_DEBUG to the file.
- Restart the job-flow daemon process, as follows. Note: The following jadmin stop and the jadmin start commands must be issued by the root user.
- Issue a jadmin stop command.
- Then issue a jadmin start command.
Turning on the debugging facility logs many messages and increases your disk usage substantially. Therefore, make sure that you turn off the facility after the debugging process is complete. To turn off the debugging facility:
- Edit your js.conf file again:
- Restore JS_LOG_MASK=LOG_NOTICE by removing the comment delimiters.
- Add comment delimiters around JS_LOG_MASK=LOG_DEBUG.
- Restart the job-flow daemon, as follows:
- Issue jadmin stop command.
- Then issue a jadmin start command.