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

#6091
General Support / Re: move switches to container
March 06, 2011, 11:22:21 PM
Hi!

"Entire Network" and "All Services" are two different subtrees. Network tree created and maintained automatically based on IP topology - nodes belongs to subnet objects according to IP addresses configured on it. In service tree, you can organize objects in a logical hierarchy. You cannot move node from subnet - you can only move it between two containers in service tree. If you need to place node in container in service tree you should use "Bind" operation - select container, right click on it, select Bind, and select node(s) you wish to place into this container.

Best regards,
Victor
#6092
General / Re: compiling problem(missing jar)
March 06, 2011, 06:24:47 PM
Hi!

In addition to NetXMS client jars, which should be put in appropriate places by package.cmd script, you need simple-xml-2.4.1.jar, which should be put into src/java/netxms-eclipse/library/jar. Also, you need the following addons for Eclipse:

* Zest and Draw2D: http://download.eclipse.org/tools/gef/updates/releases
* Properties Editor: http://propedit.sourceforge.jp/eclipse/updates
* SWTCharts: http://www.swtchart.org/ (standalone download, extract into Eclipse plugin directory)
* "Target Management Terminal" from "Target Management Project 3.3". Update site: http://download.eclipse.org/tm/updates/3.3milestones/

Best regards,
Victor
#6093
General Support / Re: Alarm ACK to Event log
March 04, 2011, 01:59:15 PM
Hello!

In fact, this information is stored in database (both as alarm's attribute and in audit log), it's just not displayed in GUI. In future versions it will be possible to see this information in GUI.

Best regards,
Victor
#6094
Fixed. Thanks for reporting!

Best regards,
Victor
#6095
General Support / Re: some questions
March 03, 2011, 03:44:22 PM
Quote from: Billy on March 03, 2011, 12:29:35 PM
     Would you have plan to update the documents lately?

Of course I will.

Quote from: Billy on March 03, 2011, 12:29:35 PM
     When the first stable version of 1.1 will come out?

It's hard to tell exactly - but it definitely will take few month. For 1.1.x major planned things are following:

1. Move all management functionality to Java console and discontinue legacy Windows console;
2. Implement SLA monitoring;
3. Improve network topology discovery and presentation;
4. Improve multilanguage support;
5. Develop web UI to some useful level.

I plan to keep 1.1.x releases as much stable and useful as possible, but of course due to huge amount of changes there definitely will be a lot of bugs.

Quote from: Billy on March 03, 2011, 12:29:35 PM
     Whether some useful functions in the old console will be added into the stable version?

Yes, of course. New console is not finished yet, I would say it covers about 75% of old console's functionality.

Best regards,
Victor
#6096
General Support / Re: LOGWATCH
March 03, 2011, 03:35:31 PM
Maybe I'm not understanding question completely: you wish to suppress several identical messages coming in short time interval? I see that messages in your example all differs with time stamps - what criteria for suppression you wish to use?

Best regards,
Victor
#6097
Poprobujte pomenjat' kodirovku servera na CP1251.
#6098
Tools are configurable (via Control panel -> Object tools). You can create new tools of type "local command" to execute commands on administartor's computer. For example, to add RDP connection option, you can create new tool with name

&Connect->Open &RDP connection

and set command to

mstsc.exe /v:%OBJECT_IP_ADDR%

Adding port-forwarding capabilities is a good idea, I'll think if this is possible to implement in console.

Best regards,
Victor
#6099
Planiruetsja, prosto vremeni ne hvataet :( No so vremenem objazatel'no budem delat'.
#6100
Please download management console again - it's still named 1.1.0, but it was improved. After unpacking new console, run it with -clean command line option for first time. There were some "hidden" updates to console before actual 1.1.0 release. Now when 1.1.x branch is released, I will change version number when new versions will be published on web site.

Best regards,
Victor
#6101
Announcements / Re: NetXMS 1.1.0 released
March 01, 2011, 04:24:49 PM
Hi!

Quote from: testos on March 01, 2011, 02:51:12 PM
How can I use new management console from Linux?

Should be in same way as from Windows - unpack appropriate archive to some directory, set executable attribute for nxmc, and run it. You will need Java runtime environment version 1.6, and JAVA_HOME environment must be set correctly. Alternatively to setting JAVA_HOME, you can create symbolic link called jre pointing to your Java runtime home inside nxmc directory (on same level with nxmc executable).

Quote from: testos on March 01, 2011, 02:51:12 PM
What is server jobs?

It's some (possibly lengthy) process inside server, which can be observed, cancelled, and restarted by administrator. Currently only policy deployment and file transfer to agents implemented as jobs.

Quote from: testos on March 01, 2011, 02:51:12 PM
What is policies?

Policy is some kind of instructions for agents, which can be deployed to set of agents and removed from agents. Currently only one type of policy is implemented - configuration file policy. 1.1.x agents can have directory with additional configuration files - all configs are merged on startup. With configuration file policies, you can deploy parts of config to groups of agents - for example, if you have configuration of Windows performance counters, you can now create a policy and deploy on agents, instead of editing each agent's configuration file.

Quote from: testos on March 01, 2011, 02:51:12 PM
There are very few features not yet implemented.

I plan to implement missing features in short time (there not so much development left) so old console can be completely dropped, and then focus on improving network management capabilities and developing web UI.

Quote from: testos on March 01, 2011, 02:51:12 PM
Congratulations, very great job!

Thank you :)

Best regards,
Victor
#6102
Proboval povtorit' u sebja - vse rabotaet. V loge agenta (ili v sistemnih eventah) est' kakie-nibud' soobschenija ob oshibke? Esli vse chisto, ja sdelaju build s dopolnitel'nim debagom.
#6103
NetXMS supports topology discovery via CDP. The message "device does not support layer 2 discovery" is sometimes misleading, because it can be shown in case of other errors too. Check "Capabilities" box on overview page - there should be "Yes" in from of isCDP attribute.

Also, what version of server you are using?

Best regards,
Victor
#6104
Da, mozno, ispol'zuja macro %n. POlnij spisok dostupnih macrosov - v manuale v razdele 10.6.
#6105
I use 1.6.22. but any 1.6 will be ok.

Quote from: Billy on February 28, 2011, 02:04:41 PM
   another question is, in this java project,  whether the domain server is needed for the eclipse development environment?

Sorry, I didn't understand the question. What is the connection between domain server (what domain btw? DNS? Active Directory?) and Eclipse?

Best regards,
Victor