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 - Victor Kirhenshtein

#5941
Announcements / NetXMS 1.1.2 released
June 26, 2011, 11:01:06 PM
Hi all!

NetXMS version 1.1.2 is out. Changes from previous release:

- Added VLAN view in management console
- OpenStreetMap support improved; added local cache for map images
- Added option to use alternative tile server for geographic maps
- Geographic maps now can be used as background for network maps
- Implemented hierarchical maps
- New MIBs added: POLYCOM-RMX-MIB
- Multiple fixes and minor improvements in management console

Best regards,
Victor
#5942
A kakaja versija NetXMS? Esli 1.0.11, to poprobujte fail iz attacha.
#5943
Poprobujte postavit' vot etu versiju: https://www.netxms.org/download/dev/netxms-1.0.12-rc-19062011.tar.gz. Tam etot bag dolzen bit' ispravlen.
#5944
Dobrij den'!

A mozete zapustit' netxmsd pod gdb i kogda on upadet, sdelat' backtrace?

Zapusk:

# gdb netxmsd
gdb> run -D 1

Kogda upadet:

gdb> bt

i prislat' rezul'tat komandi bt.
#5945
General Support / Re: login problem
June 22, 2011, 12:55:12 PM
Try to run database check:

nxdbmgr check

Best regards,
Victor
#5946
General Support / Re: login problem
June 21, 2011, 06:09:36 PM
Hi!

Most likely the cause is that NetXMS server is stopped. What version you are using and on what platform?

Best regards,
Victor
#5947
Hi!

I have found and fixed some memory leaks, but no one of them seems to be able to eat memory so fast. However, can you try to install the following version: https://www.netxms.org/download/dev/netxms-1.0.12-rc-19062011.tar.gz? If this will not help, could you please run your server under valgrind for 5-10 minutes and send me the log? Command for running server under valgrind is following:

valgrind --leak-check=full --undef-value-errors=no --log-file=/tmp/netxmsd_valgrind.log /opt/netxms/bin/netxmsd -D 5

To stop server, enter command "down" on server's prompt.

Best regards,
Victor
#5948
Yes.
#5949
Nastroeno vrode vse pravil'no. Pohoze problema imenno v tom, chto snachala oprashivajutsja uzli za vpn gateway'em, a potom on sam. Vlijat' na porjadok oprosa osobo nel'zja. Ja podumaju chto s etim mozno sdelat'.

Dlja otladki scriptov mozno ispol'zovat' funkciju trace - ona vivodit soobschenie v log servera. Format takoj:

trace(debug_level, message)

Esli debug level 0, to budet generitsja INFO message.

Privedennij vishe script s trace'ami mozet vigljadet' tak:


s = FindSituation("VPNBStatus", "B");
if (s != NULL)
{
   trace(0, "Situation instance found, status=" . s->status);
   if (s->status == "down")
      return false; // Don't match rule
}
else
{
   trace(0, "Situation instance not found");
}
return true; // Match rule

#5950
Mozno prosto kak foreground process - ostanovit' servis, i zapustit'

nxagentd.exe -D 9 -c <config_file>

Chtobi zapustit' servis v debug rezime, nado v registry pomenjat' command line servisa.

Nu i zelatel'no, chtobi v kachestve loga ispol'zovalsja tekstovij fail, a ne event log.
#5951
Hi!

Looks like memory leak in netxmsd. Can you please add to monitoring memory used by netxmsd process and send me how it changes over time?

Best regards,
Victor
#5952
Hi!

Is it possible that there are low memory condition on NetXMS server? From crash dump it looks like some internal memory allocation fails.

Best regards,
Victor
#5953
Pohoze chto problema s kodirovkoj servera ili bazi. Kakoj stoit code page dlja non-UNICODE program na servere, gde rabotaet NetXMS server? I kakaja vibrana kodirovka dlja bazi NetXMS?
#5954
Ochen' pohoze na nedavno obsuzdavshujusja problemu s parserom logov na Novell NetWare. Vozmozno agent schitaet chto proizoshla rotacija loga, i perechitivaet fail s nachala. A vi mogli bi zapustit' agenta v debug rezime?
#5955
A problema s postojannimi soobschenijami "LogParser: file size differs for stat(7) and fstat(SYS:\ETC\LOGs\CONSOLE.LOG), assume file rename" toze tol'ko na 5.1?