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

#3181
Добавил изменение в драйвере и Object Tools в текущий development branch.
#3182
Announcements / Re: NetXMS 2.0-M3 released
April 10, 2015, 03:14:43 PM
I've fixed broken WoL. If you are building from sources you can replace line 993 in file src/server/core/interface.cpp from


         UINT32 destAddr = htonl(addr.getAddressV4() | ~(0xFFFFFFFF << addr.getMaskBits()));


to


         UINT32 destAddr = htonl(addr.getAddressV4() | ~(0xFFFFFFFF << (32 - addr.getMaskBits())));


and recompile server.

Best regards,
Victor
#3183
Announcements / Re: NetXMS 2.0-M3 released
April 10, 2015, 02:18:44 PM
Hi,

seems that all of those related to changes in IP address handling. Are you using IP addresses or DNS names in PING subagent?

Best regards,
Victor
#3184
Test OID must be readable with GET (nxsnmpget should return value), so 1.3.6.1.2.1 will not work. Try to specify .1.3.6.1.2.1.1.3.0 (don't forget leading dot).

Best regards,
Victor
#3185
Announcements / Re: NetXMS 2.0-M3 released
April 09, 2015, 11:41:58 AM
Yes, there was a bug in installer. I just uploaded updated installer to the web site.

Best regards,
Victor
#3186
Hi,

we add more MIBs to standard distribution so maybe it just grows too large. Check that you are running MIB compiler with -z option (to produce compressed MIB file). Also, you can remove unneeded MIBs - good candidates are vendor MIBs that can be easily identified by name prefix:

A3COM-HUAWEI-* - Huawei/H3C switches
BAY-STACK-* - Nortel/Avaya BayStack switches
CISCO-* - Cisco switches and routers
DES*, DGS* - DLink switches
FOUNDRY-* - Foundry Networks switches
H3C-*, HH3C-* - HP A-series and H3C switches
NETSCREEN-* - Netscreen firewalls
NTWS-* - Nortel wireless
SYMBOL-*, WS-* - Symbol/Motorola wireless
VMWARE-* - VMWare

Best regards,
Victor
#3187
Hi

so the problem is that device do not respond to standard OIDs .1.3.6.1.2.1.1.1.0 and .1.3.6.1.2.1.1.2.0 which NetXMS server uses to detect SNMP agent. Try to set custom attribute named snmp.testoid on this node to .1.3.6.1.2.1.1.3.0 (or any other working OID) and re-run configuration poll.

Best regards,
Victor
#3188
Announcements / NetXMS 2.0-M3 released
April 09, 2015, 12:52:15 AM
Hi all!

NetXMS version 2.0-M3 is out. This release contains significant internal changes mostly related to IPv6 support. Full change log is following:

- IPv6 support: communications, address information, topology
- New NXSL functions: gethostbyaddr, gethostbyname, md5, sha1, AgentReadList
- Added posibility to wakeup unmanaged node
- Instance discovery separated from configuration polls
- Instance discovery type "SNMP Walk - OIDs" sets instance name to OID value by default
- GPIO.PinState parameter in Raspberry Pi subagent
- Server housekeeping process runs once per day at fixed configurable time
- Server housekeeping process performance optimization
- Added driver for Qtech OLT switches
- New agent parameter FileSystem.Type(*)
- New agent parameters Net.Resolver.AddressByName(*) and Net.Resolver.NameByAddress(*)
- Fixed broken SNMP proxy functionality in agent
- Management console:
   - Fixed broken popup menu actions on "Interfaces" tab
   - Macro %USERNAME% can be used in object tools
   - VLAN highlight on port selection in VLAN view
   - "Use multipliers" option in DCI summary tables
   - "Zoom to fit" action in network maps
   - "Always fit layout to screen" option in network maps
   - Last selected zoom level preserved on network map close
   - Invisible dashboards and charts do not refresh itself automatically
   - "Current" column in extended line chart legend
   - Option to clone network maps
- Android console:
    - Implemented feature #776 (WoL)
- Fixed issues: #690, #693, #702, #722, #725, #745, #750, #752, #755, #756, #757, #758, #759, #760, #763, #764, #765, #766, #767, #768, #769, #770, #771, #776, #778, #779, #782, #785, #787, #788, #789, #790, #792, #793

Best regards,
Victor
#3189
General Support / Re: Not storing incoming syslogs
April 09, 2015, 12:23:39 AM
Hi,

do you have syslog server enabled on NetXMS server? if yes, check that netxmsd listen on port 514. Try to enable debug level 6 and check netxmsd log records with word "syslog" in them.

Best regards,
Victor
#3190
General Support / Re: Select all while in map
April 09, 2015, 12:16:05 AM
Hi,

it's not possible. I'll add "Select all" function in next release.

Best regards,
Victor
#3191
General Support / Re: last month presets
April 09, 2015, 12:15:27 AM
Hi,

seems to be a database performance problem. Do you have anything logged in MySQL slow query log? Check CPU usage and I/O on MySQL server when you request month graph.

Best regards,
Victor
#3192
Hi,

what you get if you run nxsnmpget on OID .1.3.6.1.2.1.1.2.0 from command line?

Best regards,
Victor
#3193
Feature Requests / Re: 3com switchs
April 09, 2015, 12:08:47 AM
Hi,

in 2.0-M3 I fixed a bug that prevents setting of peer node information on port under certain condition, so that may be your case to. It is fixed in 2.0-M3 released today. You can try to install it on test system and see if problem will be gone.

Best regards,
Victor
#3194
Hi,

configuration parameters are case-sensitive, so make sure you define it as SMSDriver and SMSDrvConfig. Set debug level to 4 or higher, then you should see websms driver diagnostic messages (they started with prefix WebSMS).

Best regards,
Victor
#3195
Hi,

currently it's not possible. There is a feature request for this, we plan to implement it in one of 2.0 releases.

Best regards,
Victor