Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Newbie_J

#1
General Support / Table DCI
September 04, 2023, 04:59:34 PM
Hi

I would like to add table dci in linux agent. Please share some sample code of the agent in which we can create a table dci and fill its data from a table using predefined functions

Thanks and Regards 
#2
Am getting the below error while starting the netxmsd in windows. Please need ur immediate support and suggestion.

[ERROR] Your database has format version 700, but server is compiled for version 344
NetXMS Core initialization failed
#3
General Support / Problem with building netxms on Linux
January 11, 2022, 09:08:19 AM
I am getting the below error while building netxms-3.3.323 on Linux.

*****************/config/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>
make: *** [aclocal.m4] Error 127

Please need your immediate support .

Best Regards,
Mo
#4
Hi,

In my netxms node one dci is suddenly stopped and not polling the data. Please guide me to resolve this. Need Your urgent support please

#5
General Support / Unable to compile
December 16, 2020, 02:11:14 PM
When i try to run configure from $HOME/netxms-3.3.323 am facing the below issues

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/data/3dsecure/netxms-bin/netxms-3.3.323':
configure: error: C compiler cannot create executables
See `config.log' for more details

and if i try to execute make $HOME/netxms-3.3.323/src getting below errros

Making all in jansson
make[1]: Entering directory `/data/3dsecure/netxms-bin/netxms-3.3.323/src/jansson'
  CC       libnxjansson_la-hashtable_seed.lo
hashtable_seed.c: In function 'json_object_seed':
hashtable_seed.c:204: error: '__ATOMIC_RELAXED' undeclared (first use in this function)
hashtable_seed.c:204: error: (Each undeclared identifier is reported only once
hashtable_seed.c:204: error: for each function it appears in.)
hashtable_seed.c:209: error: '__ATOMIC_RELEASE' undeclared (first use in this function)
hashtable_seed.c:216: error: '__ATOMIC_ACQUIRE' undeclared (first use in this function)
At top level:
cc1: warning: unrecognized command line option "-Wno-format-truncation"
cc1: warning: unrecognized command line option "-Wno-unused-result"
make[1]: *** [libnxjansson_la-hashtable_seed.lo] Error 1
make[1]: Leaving directory `/data/3dsecure/netxms-bin/netxms-3.3.323/src/jansson'
make: *** [all-recursive] Error 1

I am trying to deploy on Oracle Linux Server 7.6

please clarify.