Troubleshooting

Troubleshooting netconfd-pro server errors

Server quits because of 'top level mandatory objects are not allowed' error
Problem:     Load module 't101-m' failed (top-level mandatory objects are not allowed)     agt: Loaded 1 module     Error: server exit due to i...
Tue, 6 Nov, 2018 at 4:35 PM
Why does the RESTCONF server drop my session after an error?
The Apache WEB server will close a connection after it sends a 4xx or 5xx error. The netconfd-pro server sits behind Apache and has no control over th...
Mon, 2 Apr, 2018 at 12:32 PM
Why does the server drop my RESTCONF session after 1000 requests?
The netconfd-pro server uses the FastCGI interface to connect to the Apache server. The restconf.conf Apache config file contains a section for mod_...
Mon, 2 Apr, 2018 at 12:33 PM
Is there a way to enable debugging for netconf-subsystem-pro in order to see messages sent by the netconfd-pro server?
Yes. For customers with a source code license the easiest way might be to build the server with extra debugging:    make <normal FLAGS>...
Mon, 11 Sep, 2017 at 12:30 PM
Why did I get an "unknown namespace" error when I restarted the server?
If you load a module into the server dynamically with the <load> or <load-bundle> operations, this configuration is not saved in the netc...
Thu, 24 Feb, 2022 at 3:34 PM
How do I clean up the server files if it crashes or quits in the debugger without cleaning up?
If the netconfd-pro server crashes or you exit from the debugger without letting a shutdown to be run properly. If this happens, the server may refuse t...
Mon, 2 Apr, 2018 at 12:34 PM
How can I see the log file for netconf-system-pro?
The netconf-system-pro program is a thin client that is called by the northbound protocol handlers (sshd, httpd) to communicate with the netconfd-pro proces...
Wed, 24 Jul, 2019 at 9:28 AM
Cannot Connect to the Server
If a session cannot start correctly, check the error messages to fix the problem.  Some common problems: Make sure the netconfd-pro program is running....
Thu, 24 Feb, 2022 at 3:41 PM
Why doesn't my OpenConfig YANG module work with netconfd-pro or yangcli-pro?
Some OpenConfig YANG modules use the pattern statement incorrectly.  Set the CLI parameter --with-ocpattern=true to fix this problem. This causes the tool...
Thu, 24 Feb, 2022 at 3:49 PM
How do I setup logging and debugging for yp-shell?
The yp-shell program is a specialized version of yangcli-pro, used as a login terminal for access to server data. yp-shell uses the same configuration file...
Thu, 24 Feb, 2022 at 3:52 PM