How to debug NCM problems in Spectrum
book
Article ID: 282533
calendar_today
Updated On:
Products
CA Spectrum
DX NetOps
Issue/Introduction
How to debug the Network Configuration Manager (NCM) tool in DX NetOps Spectrum.
Environment
All supported DX NetOps Spectrum releases
Resolution
The following steps show how to enable NCM debug, gather the logging generated, and finally disable the logging.
- Open the $SPECROOT/NCM/config.xml file for editing.
- Edit these lines.
- Enable general NCM debug without printing configuration difference comparison logging.
- Enable the debug by changing 'off' to 'max' in this line.
- Default: <debugging type="java.lang.String">off</debugging>
- Change to: <debugging type="java.lang.String">max</debugging>
- Optional: Enable additional logging that prints configuration difference comparison messaging.
- Change 'off' to 'on' in this line.
- Default: <print-config type="java.lang.String">off</print-config>
- Change to: <print-config type="java.lang.String">on</print-config>
- Save the changes to the config.xml file.
- Reproduce the issue.
- Set aside the logs in $SPECROOT/NCM/logs/debug.
- Revert the changes made to the config.xml file.
- Disable the debug setting 'max' back to 'off'.
- If used disable the config printing setting 'on' back to 'off'
- Save the changes to the file.
- After 15 seconds the file will be reread. No restarts are necessary.
Feedback
thumb_up
Yes
thumb_down
No