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

#2971
Hi,

actually, LLDP is quite flexible in what is used to identify node - every peer sends it's identification along with ID type. It can be MAC address, host name, interface name, etc.). Can you please share results of SNMP walk on OID .1.0.8802.1.1.2.1.4.1.1 on switch1 as well as .1.0.8802.1.1.2.1.3 for ap1?

Best regards,
Victor
#2972
General Support / Re: v2.0-M5 & PostgreSQL
July 21, 2015, 04:23:28 PM
Hi,

it seems that at some point you forgot to specify prefix to configure and it installs binaries and libraries into default location (/usr/local). You can safely delete all netxms libraries from /usr/local/lib - then 2.0-M5 should work without problems.

Best regards,
Victor
#2973
Hi,

did you install it from sources or from binary package?

Best regards,
Victor
#2974
Hi,

I recommend to try 2.0-M5 - some memory leaks was fixed in that release.

Best regards,
Victor
#2975
Hi,

it seems that you still have older server version then your nxdbmgr. Try to download source package again and compile everything again.

Best regards,
Victor
#2976
I mean a bit different thing. Try to do the following:

1. Create script in script library that will calculate status as you need it.
2. Create script source DCI, select your script as source, check "use for status calculation" option.
3. Don't forget to remove "use for status calculation" option from internal status DCI.

Best regards,
Victor

P.S. also, you should use address 0.0.0.0 to create node without IP address.
#2977
Hi,

both are implemented and will be included in 2.0-RC1 release.

Best regards,
Victor
#2978
Hi,

condition object is limited to have only two possible statuses. However, you can create node object without IP address, then create script DCI on it that will return status as a number from 0 (normal) to 4 (critical) and mark this DCI as "status DCI". You'll have node with status based only on value provided by your script.

Best regards,
Victor
#2979
General Support / Re: v2.0-M5 & PostgreSQL
July 14, 2015, 09:10:01 PM
Hi,

if you delete /opt/netxms completely then it should not be an issue. Still it looks like older library somewhere. Can you please check if there are libnetxms.so.1 left somewhere?

Best regards,
Victor

#2980
General Support / Re: v2.0-M5 & PostgreSQL
July 12, 2015, 10:37:32 PM
Hi,

it seems to be some strange mix of different library versions (*.so.1 and *.so.2). Try to delete all libraries from /opt/netxms/lib, run make clean and then make and make install again.

Best regards,
Victor
#2981
Hi,

it's a bug in console. I'll fix in till next release.

Best regards,
Victor
#2982
Hi,

currently it's not possible to change column order. You can "hide" column by resizing it to zero - console should remember column width settings.

Best regards,
Victor
#2983
General Support / Re: v2.0-M5 & PostgreSQL
July 09, 2015, 06:46:21 PM
When you run configure it will create config.log in same directory. Yes, I need it from M5.

Best regards,
Victor
#2984
There is issue after upgrade with incorrectly configured agent cache mode. Check that server's configuration parameter DefaultAgentCacheMode set to 2, and restart server (you may need to restart server even if it is set to 2).

Best regards,
Victor
#2985
Hi,

templates may be configured not override "disabled" flag on node DCIs. This is done to allow to disable unsupported/unwanted items on some nodes and not re-disable them after each template change. You can turn this off by setting ApplyDCIFromTemplateToDisabledDCI to 1.

Best regards,
Victor