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

#4426
General Support / Re: Java Console - Overview Tab
August 01, 2013, 01:28:55 AM
Hi!

on what platform you are running console? I'll build a patched version.

Best regards,
Victor
#4427
General Support / Re: SNMP Proxy
August 01, 2013, 01:27:54 AM
Hi!

There must be some difference between sites, but it's hard to tell anything based on provided information. Can you show full agent configs from both working and non-working sites, results of configuration polls of agent nodes, and screenshots of SNMP device configuration (both working and non-working)?

Best regards,
Victor
#4428
General Support / Re: DCI Table help, please
August 01, 2013, 01:22:04 AM
Hi!

You have to create table DCI as following:

1. enter "base" OID as parameter on "General" page, .1.3.6.1.4.1.3224.10.1.1.1 in your case
2. add desired columns on "Columns" page, and set SNMP OID for each column to contain only non-changing part, like .1.3.6.1.4.1.3224.10.1.1.3

and that's it. I've attached screenshots with table DCI config that should work (but didn't test it as I don't have such device).

Best regards,
Victor
#4429
General Support / Re: Migration database
August 01, 2013, 12:52:40 AM
Export file is in fact SQLite database. As you already have SQLite database, you can try import using your database file as input without doing export.

Best regards,
Victor
#4430
General Support / Re: Migration database
July 31, 2013, 05:25:39 PM
Hi!

Yes, it's possible. You can try to create empty database on PostgreSQL, change netxmsd.conf to use pgsql driver and new database, and then run

nxdbmgr import your_sql_database_file

Best regards,
Victor
#4431
General Support / Re: 1.2.8 error during upgrade
July 31, 2013, 05:23:43 PM
You will have unused column in table "dc_tables". It should not impact server operation besides tiny storage small space overhead.

Best regards,
Victor
#4432
General Support / Re: java api
July 31, 2013, 01:43:26 PM
In most cases you need Java API version matched with NetXMS server version you are plan to connect to. And there are no need to install it in any way, just download jar files and use in your project.

Best regards,
Victor


#4433
Announcements / Re: NetXMS 1.2.8 released
July 31, 2013, 11:29:07 AM
Hi!

Yes, you can upgrade directly to 1.2.8.

Best regards,
Victor
#4434
Hi!

That will be great! Tomorrow I'll prepare the files we currently have (not all texts moved to resource files yet, we are working on it) and send to address you have provided. Thank you!

Best regards,
Victor
#4435
General Support / Re: 1.2.8 error during upgrade
July 30, 2013, 05:26:52 PM
Hi!

Yes, it's a bug in database upgrade procedure which is only happens on SQLite database. You an run nxdbmgr with -X option to force upgrade to continue, or wait for 1.2.9 release where this bug will be fixed.

Best regards,
Victor
#4436
Hi!

Try to run run command

nxdbmgr upgrade

from command line (from C:\NetXMS\bin directory).

Best regards,
Victor
#4437
Announcements / Re: NetXMS 1.2.8 released
July 25, 2013, 02:32:16 PM
Hi!

Yes, it's best to upgrade server first. If you have multiple platforms, you just need to upload packages for every platform. On deployment server compares package target platform with actual node platform, so even if you select Linux servers as a target for Windows package, it will not break anything.

Best regards,
Victor
#4438
Announcements / Re: NetXMS 1.2.8 released
July 24, 2013, 09:29:01 PM
Hi!

Quote from: edin on July 24, 2013, 12:44:27 PM
I'm new to NetXMS, a really great tool. I din't make the install myself, it was already installed in the company when I got the job.
I have one question. There are around 40 nodes in my network. Do I need to install manually the 1.2.8 update on every agent, or is there another way to do that? Maybe with a script or something like that.

That depends on the target operating systems. If these are Windows, or UNIX with build tools, you can use centralized agent upgrade. Download needed agent packages and npi files into same directory, then open Configuration -> Package Manager in console. Press green plus sign icon and select npi file. Agent installation package will be uploaded to server. Then right click on package, and select "deploy". Select nodes you want to deploy package on, and wait until upgrade process completes.

Best regards,
Victor
#4439
General Support / Re: Java Console - Overview Tab
July 24, 2013, 09:24:29 PM
Hi!

Yes, got same error myself. I'll fix it soon.

Best regards,
Victor
#4440
Hi!

It's very simple - set custom attribute with name password, and then use it as %password% in tool command line (you need version 1.2.8 for this).

Best regards,
Victor