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

#7426
Actually I create one table per node, not per DCI.

Best regards,
Victor
#7427
General Support / Re: ICMP on Windows 2000 Server
February 06, 2008, 12:02:50 AM
Try to stop IPSEC Services if they are running and are not needed. I can't remember exactly, but probably I've seen that running IPSEC Services interfere with custom programs working with ICMP while system ping works fine. Anyway, I'll try to find more information.

Best regards,
Victor
#7428
Thank you for spreadshit. I'll test it tomorrow, when I'll have MS Office at hands.

Quote from: kghammond on February 05, 2008, 07:00:24 PM
Also on a side note, are you creating a clustered index or any non-clustered indexes on the tables that store the rows of data?

For each table there are one clustered and one non-clustered index.

Best regards,
Victor
#7429
Also, Microsoft has document for estimating table size:

http://msdn2.microsoft.com/en-us/library/aa933068(SQL.80).aspx

NetXMS stores collected data in individual tables for each node, and each table has three fields: two integer and one varchar(255). However, if you collect mostly numerical data, you can assume that varchar field is used for about 10% of it's full capacity.

Best regards,
Victor
#7430
All collected data stored in varchars, as a textual representation of appropriate data type. I don't now how much space takes each record in database, but can provide some real life statistics.

My own NetXMS server runs on MS SQL 2005, I have 101 node with 1769 DCIs configured, almost all of them configured for collection every 60 seconds and retention time of 30 days (some configured for 3600 seconds and 365 days). Database size now is around 6.5 GB. For your situation, you will have about 400 DCIs for 100 switch interfaces and about 300 to 500 (depending on number of partitions, required parameters, etc.) for 40 servers - so probably your database size for 60 seconds/30 days configuration will be about 4GB in size.

I will try to collect data for some other MS SQL installations and post them here.

Best regards,
Victor

#7431
General Support / Re: Changing the name of switch ports
February 05, 2008, 05:39:41 PM
Quote from: kghammond on February 05, 2008, 04:30:50 PM
Any rough idea when you may finish the next release?

It should be very soon. Actually, I have plans to release it in January, but I have stuck on one required functionality (advanced event correlation), so release was postponed. The good side of it is that I will be able to include additional minor features like this.

Best regards,
Victor
#7432
General Support / Re: ICMP on Windows 2000 Server
February 05, 2008, 12:51:31 PM
Some additional questions:
1. Is there a firewall on a server?
2. Does NetXMS agent running under "Local System" account?

Best regards,
Victor
#7433
Unfortunatelly, it's still not implemented :( But still in TODO list...

Best regards,
Victor
#7434
General Support / Re: Changing the name of switch ports
February 05, 2008, 12:43:12 PM
About custom port names: I have similar request from Cisco users, and will definitely add it to the next release. Looks like using OID .1.3.6.1.2.1.31.1.1.1.18 should be universal way for all standard-compliant platforms.

Best regards,
Victor
#7435
General Support / Re: Can't compile DELL 5224 MIB
February 05, 2008, 12:35:39 PM
Hello!

Error is because RFC forbids MIB module name to be started from lowercase letter, and our MIB compiler is more or less RFC compliant. Attached is corrected MIB file.

Best regards,
Victor
#7436
General Support / Re: Changing the name of switch ports
February 04, 2008, 06:56:03 PM
NetXMS checks interface configuration during configuration polls, which is every hour by default. You can force configuration poll for a node by right-clicking this node in object browser and then selecting Poll -> Configuration.

About DNS names: unfortunatelly, NetXMS will not re-check node names, so you will have to rename corresponding objects in NetXMS manually. If you need this feature, you can add it to wishlist on this forum.

Best regards,
Victor
#7437
Спасибо :) Опыта работы с Cisco мне явно не хватает...
#7438
Общие вопросы / Re: NetXMS FAQ/ЧаВо
February 04, 2008, 11:29:34 AM
Quote from: weec on February 04, 2008, 10:18:51 AM
что означает статус "wait" и какие другие есть статусы у poller-ов?

init - инициализация
wait - ожидание появления задания на опрос в очереди
poll - опрос хоста
finished - поток poller'a завершил работу
#7439
Hello!

It will be possible in upcoming version 0.2.20. Currently, you can run discovery with one community, accepting only devices with SNMP support (to avoid adding devices with different community with incorrect settings), then change the community and wait for next discovery cycle.

Best regards,
Victor
#7440
General Support / Re: DATE fields in mysql database.
February 02, 2008, 01:06:27 PM
Just tested on my machine - 127.0.0.1 works fine, so it seems like a bug or misconfiguration. Could you please send me agent's configuration from the host where you define DCI with ServiceCheck.Custom(127.0.0.1,xx) and output of netstat -an from this host?

Best regards,
Victor