Enabling Debug mode on the Engine and Event Servers
Last Modified: 2009-Jan-24
Q:How is debug mode enabled on the Engine and Event Servers?
A:See below for the corresponding answer:
Applies to:
eDirectory platform / NSM v2.5
Enabling Debug Mode for NSMEngine
- If NSMENGIN.NLM is already running debug mode can be enabled by typing the following at the system console:
nsmengin debug=on - If NSMENGIN.NLM is not running it can be loaded with the debug switch by typing at the system console:
sys:/factory/nsmengin -debug
Enabling Debug Mode for NSMEvent
- If NSMEVENT.NLM is already running debug mode can be enabled by typing the following at the system console:
nsmevent debug=on - If FSFEVENT.NLM is not running it can be loaded with the debug switch by typing at the system console:
sys:/factory/nsmevent -debug
Enabling debug mode for NSMEVENT.NLM will cause NSMEVENT to write its debug output to ..\FACTORY\NSMEVENT.TXT file. Use debug mode sparingly at it does drive up utilization. Note debug is a troubleshooting tool that you may be asked to enable when contacting with an issue.
Applies to:
eDirectory platform / NSM v2.0
Enabling Debug Mode for FSFEngine
- If FSFENGIN.NLM is already running debug mode can be enabled by typing the following at the system console:
fsfengin debug=on - If FSFENGIN.NLM is not running it can be loaded with the debug switch by typing at the system console:
sys:/factory/fsfengin -debug
Enabling debug mode for the Engine will cause debug output to be written to the ..\FACTORY\DEBUGENG.TXT file. This file can grow to be fairly large fairly quickly. Use debug mode sparingly at it does drive up utilization. Note debug is a troubleshooting tool that you may be asked to enable when contacting with an issue.
Enabling Debug Mode for FSFEvent
- If FSFEVENT.NLM is already running debug mode can be enabled by typing the following at the system console:
fsfevent debug=on - If FSFEVENT.NLM is not running it can be loaded with the debug switch by typing at the system console:
sys:/factory/fsfevent -S EngineServer -debug
Enabling debug mode for FSFEVENT.NLM will cause FSFEVENT to write its debug output to ..\FACTORY\FSFEVENT.TXT file. Use debug mode sparingly at it does drive up utilization. Note debug is a troubleshooting tool that you may be asked to enable when contacting with an issue.