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

#5791
General Support / Re: Failed to load agent's registry
October 07, 2011, 09:10:18 AM
Hi!

You have to create directory /var/opt/netxms/agent or set another location for data files by adding

DataDirectory = /path_to_data_dir

to nxagentd.conf. Currently it is only used for storing information about locally installed policies, so if you don't use them, this error does not affect anything.

Best regards,
Victor
#5792
A kakaja operacionka i baza? I chto bilo ran'she v code page servera?

Nu i sejchas ja tak ponimaju informacija v baze isporchena uze, poetomu samo po sebe tochno ne ispravitsja. A pojavolos' srazu posle upgrade, ili pri obnovlenii sootvetstvujuschih ob'ektov?

Posle konvertacii v UTF-8, pri sozdanii/pereimenovanii ob'ekta, pishetsja musor?
#5793
Peresobral package s depend >= 5.1 (zamenil suschestvujuschij package).

Viktor
#5794
All Disk.* names are deprecated and replaced with appropriate FileSystem.* parameters (so Disk.Used became FileSystem.Used). Agent still support old names to maintain compatibility with already configured DCIs, but did not report them as supported to encourage users to use new naming.

Best regards,
Victor
#5795
Hi!

Sorry for late reply. I finally do some tests on Windows 2008. Currently for me it looks like security issue - for example, agent running under local system account cannot access some shares, but if I run it under domain admin account, everything works fine.  Could you please check that account you are using for running agent service has appropriate rights to the shares you are trying to check?

Best regards,
Victor
#5796
General Support / Re: Unable to delete object message
October 05, 2011, 02:47:22 PM
Hi!

This message means that deleted object still referenced by some long-running internal process. If it repeats for very long time (hours or more), then most likely it's a bug in a server (reference counter for object was not properly decreased). This will not affect server operation, and such objects will be cleared after server restart.

Best regards,
Victor
#5797
Poprobujte postavit' agenta 1.0.12. Funkcional'nih otlichij na Win2K bit' ne dolzno, a rabotat' on skoree vsego budet.

Viktor
#5798
Patched legacy console available here: https://www.netxms.org/download/patches/009/netxms-console-1.1.5.1.exe

Best regards,
Victor
#5799
Feature Requests / Re: New java console
October 04, 2011, 08:06:52 PM
Hi!

It is one of top priorities for me to implement all functions presented in legacy console in the Java console. There are no much gaps left, so I expect that in few month legacy console could be completely replaced. Regarding "subordinates" tab it's not hard to implement it - I'm just not sure if it is really needed, because object tree in Java console supports multiple selection, so you can just select many objects in the tree and do manage/unmanage/delete at once.

Best regards,
Victor
#5800
There is a bug in legacy console with node creation. I'll publish patched version later today.
You should not use reindex operation in nxdbmgr. It was created long time ago for one specific case and is currently broken. It need to be either fixed or removed. But why you need to reindex database?

Best regards,
Victor
#5801
Additional question - do you use old or new console for creating nodes? I encounter same issue with old console (nxcon.exe) connected to server 1.1.5. Java console connected to same server works fine.

Best regards,
Victor
#5802
General Support / Re: Polling Definitions
October 04, 2011, 11:55:59 AM
It's definitely a bug so it will be fixed in 1.1.6.

Best regards,
Victor
#5803
General Support / Re: Polling Definitions
October 04, 2011, 11:47:50 AM
Hi!

Yes, it's a bug in NXSL interpreter. It erroneously interprets OID as floating point number. As a workaround, you can replace == with like operation:


return ($node->snmpOID like ".1.3.6.1.4.1.9.1.516");


Best regards,
Victor
#5804
I test it on my system with 1.1.5, and everything works as expected. Could you please send me configs of proxy agent and destination agent? Also, what operating system NetXMS server is running on?

Best regards,
Victor
#5805
General Support / Re: Polling Definitions
October 03, 2011, 08:21:46 PM
Quote from: lindeamon on October 03, 2011, 05:33:11 PM
how can i disable the agent polling for all the switches instead of checking it 1 by 1 ?

Unfortunately it's not possible.

Best regards,
Victor