Troubleshooting

Troubleshooting netconfd-pro server errors

How do I connect to the server using raw TCP instead of SSH?
The server supports a debug mode in which NETCONF sessions can be established over a raw TCP socket, instead of the normal SSH or TLS transport protocols. ...
Thu, 24 Feb, 2022 at 3:55 PM
Why do I get an "access-denied" error?
user@localhost> create /toaster Filling container /toaster: RPC Error Reply 2 for session 3 [default]: rpc-reply { rpc-error { error-type protoco...
Tue, 26 Jun, 2018 at 5:39 PM
Why do I get the error (384) "top level mandatory objects are not allowed"?
Problem Some YANG modules have top-level mandatory objects, even though this is not recommended for YANG design.  This means that as soon as the modu...
Thu, 24 Feb, 2022 at 4:00 PM
Why do I get "unknown parameter" Error when I start the server?
The "Unknown Parameter" Error during the server loading can happen to several reasons. Not Acceptable Character In this scenario the server ...
Thu, 11 Jun, 2020 at 9:53 AM
Why do I get a "missing parameter" error?
In this article we are going to use ietf-interfaces YANG module as an example. Refer to the attachments. Problem Let us go through simple exampl...
Thu, 24 Feb, 2022 at 4:06 PM
SNMP Usage Troubleshooting
In this article we are going to go through different problems that can happen during SNMP installation and or usage. First of all, in order to utilize t...
Thu, 21 Jan, 2021 at 3:17 PM
32-bit ARM server image crashes with a SIGBUS exception, Bus Error
Some 32 bit ARM compilers do not handle alignment of packed structs correctly. This can cause the server to crash with a bus alignment error, noted by a SI...
Sat, 1 May, 2021 at 10:19 AM
Server Performance Troubleshooting
This article describes how to debug performance issues with help of Valgrind, Callgrind and KCachegrind. Callgrind uses runtime instrumentation via the ...
Wed, 15 Dec, 2021 at 12:30 PM
Server Memory Leaks Troubleshooting
If you want to run mtrace to find a memory leak: build with all your normal flags + MEMTRACE=1 make sure mtracefile does not exist in the $HOME dir ...
Thu, 24 Feb, 2022 at 4:11 PM
Why do I get a 'wrong config state' error when I connect to the server?
Summary This error indicates that the server datastores are not set or not accessible at the moment. Symptoms: Connection to the server succeeds, but ...
Sat, 31 Jul, 2021 at 5:25 PM