News:

We really need your input in this questionnaire

Main Menu
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

#4321
General Support / Re: I can not see my new mibs
September 13, 2013, 03:52:57 PM
Hi!

Did you restart console after your compile new MIBs? Console synchronize MIB file with server only at login.

Best regards,
Victor
#4322
General Support / Re: Cannot delete nodes
September 13, 2013, 03:52:05 PM
Hi!

Can you please take SNMP walk snapshot from these devices? It could be done with nxsnmpwalk like this:

nxsnmpwalk -v 2c -c your_community 10.10.10.8 .1.3.6 > snmpwalk.txt

(change 2c to 1 if device only supports SNMP version 1).

and send these dumps to [email protected]?

Best regards,
Victor
#4323
General Support / Re: Upgrade to 1.2.8 Version
September 13, 2013, 03:48:37 PM
Hi!

On what platform you are installing? How do you install server - from sources, from binary package?

Best regards,
Victor
#4324
Hi!

You can download older client versions here: https://www.netxms.org/download/archive/nxmc/

Best regards,
Victor
#4325
Hi!

Yes, this feature is definitely useful. As for UI one of the simplest options could be add two items to log viewer's menu - to save current filter and to load saved filter. Loading saved filters could be also implemented similar to bookmarks or history tab in browsers - open additional list/tree on side by pressing some hot key or selecting menu item.

Another useful addition could be new items in object's context menu to show event log for specific object - it will open event viewer with filter preset.

Best regards,
Victor
#4326
General / Re: Radio Interfaces And Wireless Stations
September 12, 2013, 11:54:27 AM
Hi!

To show radio interfaces there should be a driver for wireless controller. Currently we have driver for Motorola/Symbol controllers, and upcoming 1.2.9 release will include driver for Nortel/Trapeze controllers.

Best regards,
Victor
#4327
General Support / Re: netxms hangs every 7-8 days
September 11, 2013, 07:24:51 PM
Deadlock is already fixed, so if you don't have performance issues with sqlite, you can keep running server on it.

Best regards,
Victor
#4328
Hi!

And what interface is correctly discovered - Vlan-interface104 or Vlan-interface212? Or they both really have same IP address? If not, just delete wrong interface (or  both - system will re-create correct one on next configuration poll).

I didn't see anything wrong with topology polls. I'll add more debug output for map generation in upcoming release - hopefully it will help identify why maps are not created as expected.

Best regards,
Victor
#4329
General Support / Re: Error loading subagent module
September 11, 2013, 06:42:50 PM
Hi!

How do you install agent? From deb package or from sources?

Best regards,
Victor
#4330
General Support / Re: netxms hangs every 7-8 days
September 11, 2013, 08:50:17 AM
Internal state was a bit strange at first glance, this is why I was asking. But SQLite backend explains it. SQLite driver is different from all other drivers and having multiple db connections has no effect on it because internally all queries done from single thread anyway. Because of that systems with sqlite backend had much more chance to encounter deadlock you encountered.

Best regards,
Victor
#4331
General Support / Re: netxms hangs every 7-8 days
September 10, 2013, 06:27:07 PM
I probably found the deadlock. I'll fix it in upcoming 1.2.9 release. I have some additional questions though:

1. what database you are using as backend?
2. do you have option EnableMultipleDBConnections set to 1?

Best regards,
Victor
#4332
General Support / Re: netxms hangs every 7-8 days
September 10, 2013, 01:08:43 PM
Sorry, I forgot that it was intentional crash :)
#4333
Общие вопросы / Re: NetXMS + DB Oracle
September 10, 2013, 11:21:59 AM
oracle.ddr  в аттаче (собран для версии 1.2.8). Достаточно просто скопировать его в bin каталог агента.

#4334
General Support / Re: Cannot delete nodes
September 10, 2013, 11:05:08 AM
Hi!

First, try to run database check (nxdbmgr check) after server shutdown. If it asks for unbound nodes, answer no to option to bind them and yes for delete them.

Can you give more information about these problematic devices? Ideally would be also server debug log at level 6 when it polls these devices.

Best regards,
Victor
#4335
General Support / Re: netxms hangs every 7-8 days
September 10, 2013, 09:35:24 AM
Hi!

Are you using nxadm either manually or from some scripts? According to crash dump server crashed hen processing some command from nxadm.

Best regards,
Victor