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

#7231
Hello!

What kind of acknowledgment you device need? If it can be done with some external command, you can do the following:

1. Create event from SNMP trap
2. In event processing policy, define an action for this event to call external command for trap acknowledgment.

Best regards,
Victor
#7232
General Support / Re: Nodes topology
June 04, 2008, 09:19:59 AM
Currently there are no automatic layer 2 topology, but I have this in plans.

Best regards,
Victor
#7233
Sorry for delay, I was quite busy :( Could you please do some additional tests?

1. Comment out winperf.nsm subagent - I suspect that it can be the cause of crash.
2. If agent service crashes without winperf.nsm, run nxagentd.exe from command line with -D switch - it will cause agent to log additional debug information.

Best regards,
Victor
#7234
Hi!

NPI file is just a reference to actual package file. You should have it as well in the same directory as NPI file. Open NPI with any text editor and see what package file is required.

Best regards,
Victor
#7235
General Support / Re: Adding Mibs
June 03, 2008, 11:35:01 AM
Hello!

Second error is definitely a bug in MIB compiler, I'll fix it. I\m not sure about first error - it's quite strange ta have parenthesis as part of object name, I'll check if it's allowed by standard.
As a workaround, for first error you can change object name from ms-dhcp-MillisecondsPerPacket(Avg) to ms-dhcp-MillisecondsPerPacket, and delete entire INDEX line for second error.

Best regards,
Victor
#7236
General Support / Re: Transformation not working
May 30, 2008, 02:54:17 PM
If you remove transformation script from net.interface.bytesin(65539) parameter, did you get correct non-zero values?

Best regards,
Victor
#7237
Could you please type


dump


on server console to create core dump of server process and send it to us for analysis?

Best regards,
Victor
#7238
Unfortunately this parameter does not affect SNMP agent status detection. It only affects interface status checks.

Best regards,
Victor
#7239
General Support / Re: Smart status problem
May 29, 2008, 11:18:25 AM
It's because these parameters currently works only with IDE (ATA) disks. Most likely you have SCSI or SAS in your servers.

Best regards,
Victor
#7240
On what operating system you run NetXMS server? If it is Windows, please add following lines to your netxmsd.conf


CreateCrashDumps = yes
DumpDirectory = C:\


This will cause server to create crash dumps in root of disk C:. You can set any other directory for dumps of course.
When it crashes again, please send dumps to [email protected].

Best regards,
Victor
#7241
General Support / Re: Adding Mibs
May 29, 2008, 11:12:32 AM
Could you please post error messages you get?

Best regards,
Victor
#7242
Hi!

Some additional notes to Alex's message:

NetXMS is under active development, and we have no plans to stop it. We already have some commercial activity around it, support contracts, customized development, etc. All commercial things are done via Latvian company OptiCom (http://www.opticom.lv).

Best regards,
Victor
#7243
Поставить integer будет правильно. Если вдруг придет строка не являющаяся числом, NetXMS преобразует ее в значение 0.
#7244
Hi!

Sounds very strange, I'll check the agent startup code. Just one question so far: do you use host name or IP address in MasterServers parameter?

Best regards,
Victor
#7245
Hi!

You can only try to increase SNMP request timeout by changing server's configuration variable SNMPRequestTimeout (it's value is in milliseconds). However, I doubt that it will help in your case. I will improve that in the next release.

Best regards,
Victor