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

Messages - edward.borst

#1
looks this is related to hosts where we have agents configured.
snmp data is collected fine.
#2
After upgrading to 2.0M5 no data is collected anymore.
the timestamp for the values are all set to 01.01.1970 01:00:00

What could be the problem?

Thanks Edward.
#3
Hi, After the upgrade to 2.0M5 we see extra interfaces being discovered.
Is there a way to disable this?
The interfaces are:
Loopback Pseudo-Interface
isatap.domain

Regards,
Edward
#4
I was able to solve this error by setting
export CPPFLAGS="-march=i486"

before the ./configure

looks the default for xenserver is set to i386.....

#5
Hi,

I have the following error when compiling the agent 1.2.16 on Xenserver:

session.o: In function `InterlockedDecrement':
/mnt/netxms/1.2.16/netxms-1.2.16/src/agent/core/../../../include/nms_threads.h:1023: undefined reference to `__sync_sub_and_fetch_4'
/mnt/netxms/1.2.16/netxms-1.2.16/src/agent/core/../../../include/nms_threads.h:1023: undefined reference to `__sync_sub_and_fetch_4'
/mnt/netxms/1.2.16/netxms-1.2.16/src/agent/core/../../../include/nms_threads.h:1023: undefined reference to `__sync_sub_and_fetch_4'
collect2: ld returned 1 exit status
make[4]: *** [nxagentd] Error 1
make[4]: Leaving directory `/mnt/netxms/1.2.16/netxms-1.2.16/src/agent/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/netxms/1.2.16/netxms-1.2.16/src/agent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/netxms/1.2.16/netxms-1.2.16/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/netxms/1.2.16/netxms-1.2.16'
make: *** [all] Error 2


Any idea on how to solve this?
Thanks,

Edward
#6
General Support / Re: segfault netxmsd crash
September 09, 2014, 08:27:49 PM
Attached is the log from gdb.
look for thread 9332, because it is this one which is currently running at 100%

Regards,
Edward
#7
General Support / Re: segfault netxmsd crash
September 08, 2014, 11:52:57 PM
Hi,

Some news:
I have migrated my complete system from Oracle Linux to Debian 7.6
and guess what? the problem is not reproduced yet...

I will leave this new system running for now. see how it goes.
only one thing: I see netxmsd running 100% continue.
Maybe we have to look at that some time.

Regards,
Edward
#8
General Support / Re: segfault netxmsd crash
September 08, 2014, 01:56:48 PM
Hi Victor,

I have upgraded my system from Oracle Linux 6.3 to 6.5
glibc unfortunately is not updated in the release.
Also netxmsd crashed after giving it a flood of alarms.

So, situation is not changed so far.
Regards,
Edward
#9
General Support / Re: segfault netxmsd crash
September 07, 2014, 12:37:34 AM
I have uploaded a new core file.
This one is generated by abrt
regards,
Edward
#10
General Support / Re: segfault netxmsd crash
September 06, 2014, 11:49:47 PM
Thanks,

I have uploaded the following files:
core.tgz
server-binaries.tgz

do you need anything else?
regards,
Edward
#11
General Support / Re: segfault netxmsd crash
September 06, 2014, 10:29:56 PM
I have a core dump generated.
How would you like me to send/upload it?
it is compressed 9M. (only the core file)
comressed tar from the binaries is 70M.

Best regards,
Edward
#12
General Support / Re: segfault netxmsd crash
September 06, 2014, 12:42:42 PM
Hi Victor,

Thanks for the reply!

I'm currently running it under GDB, so as soon as I have a crash I will generate a core dump.
Is that ok for you if I do it this way?


Another question:
Is is possible to fake some node down events for existing nodes?
That way I can try to reproduce the crash.

Regards,
Edward
#13
General Support / Re: Database problems
September 05, 2014, 10:30:21 PM
looks like you have had some disk problem.
maybe no diskspace or so.

you can try to repair this table (and probably other tables as well) by running:

mysqlcheck --auto-repair <database name> -u root -p

give the password for mysql root user.
This will check all the tables in de database and try to fix them.


#14
General Support / Re: segfault netxmsd crash
September 05, 2014, 10:21:15 PM
attached is a debug log (level 8) where you can see a new alarm coming in.
this was a node down alarm. direct after this we got the sigsegv.

#15
General Support / Re: segfault netxmsd crash
September 05, 2014, 10:17:20 PM
Hi Alex,

Thanks for responding!
attached is the output for the disassemble.


Maybe good to know that I found out that the crash always occur strait after a new alarm.
Not after each alarm, but after running a couple of hours (I think after a couple of new alarms)
Also it looks that it is related to a critical event. (node down or so)
I'm trying to reproduce the crash, but that is really difficult.

Today we have had not many new alarms, and it is running all day now.
I expect that as soon as start some maintenance (rebooting machines etc) we will have a crash again.

Hope this helps.
Regards,
Edward