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

#3091
Из серверного скрипта (NXSL) этого сделать нельзя. Можно через nxshell, он предоставляет доступ к полному клиентскому API. Описание nxshell: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations.
#3092
Can you please set debug level to at least 2, reset system again, and check agent's log for message like

LogWatch: reading old events between ... and ...

and possibly also like this:

LogWatch: EvtQuery failed (...)

and post those lines and timestamp of "unexpected shutdown" event.

Best regards,
Victor
#3093
If you build server from sources, you can try replace files src/server/include/nms_dcoll.h and src/server/core/nxsl_classes.cpp with attached and recompile the server. Other than that, there are no workarounds.

Best regards,
Victor
#3094
Yes, comments attribute was missing in DCI class. I've added it, will be available in 2.0-M5.

Best regards,
Victor
#3095
Just fixed this. If quick fix is needed, just replace file src/server/core/beacon.cpp with attached one and recompile server.

Best regards,
Victor
#3096
Only topology events are correlated - data collection events can be originated elsewhere (from script DCI for example) and may or may not be affected by network connectivity.

Best regards,
Victor
#3097
Hi,

yes, there was a bug in WINPERF subagent. I just fixed it. Fix will be included in 2.0-M5. Also, attached is winperf.nsm for 2.0-M4 x64 with a fix.

Best regards,
Victor
#3098
Announcements / Re: NetXMS 2.0-M4 released
April 30, 2015, 12:39:47 PM
Hi,

I've fixed VPN connector issue. 2.0-M5 will contain this fix.

Best regards,
Victor
#3099
General Support / Re: Release
April 30, 2015, 12:38:21 PM
Hi,

most likely near end of June.

Best regards,
Victor
#3100
As it turns out event ID and root cause event ID are not shown in event log. I've fixed it for next release, but currently you can check server log for message like

CorrelateEvent: event SYS_NODE_DOWN id ...

followed by

CorrelateEvent: finished, rootId=...

Number after rootId= will be ID of root cause event. You can find it either in server log or select directly from database by running SQL

SELECT * FROM event_log WHERE event_id=<id>

Best regards,
Victor
#3101
Hi,

try to upgrade to 2.0-M4 which is just released.

Best regards,
Victor
#3102
So that's the problem - server found another event that is considered root cause and so mark this event as correlated. Correlated events do not pass through event processing policy. You can see root cause event ID in event log and check what is root cause event (and if it was correct).

Best regards,
Victor
#3103
General Support / Re: Gathered Data
April 30, 2015, 10:15:26 AM
Hi,

yes, connection information for last known port will be kept until either node reappears on different port or another node will be detected on same switch port.

Best regards,
Victor
#3104
Hi,

should be fixed in 2.0-M4.

Best regards,
Victor
#3105
Hi!

Yes, it is part of topology poll. It's actually a Cisco's non-standard feature to provide FDBs per VLAN - you should pass community string suffixed by @ character and VLAN ID to get FDB for that VLAN (or set context to "vlan-<id>" for SNMP v3) (Cisco example for reading FDB: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/44800-mactoport44800.html). I'm not completely sure what Cisco devices requires this to get full FDB and what do not. It seems that we'll have to create separate driver for 6500 series - can you figure out what is correct way for reading full FDB from them?

Best regards,
Victor