NetXMS 1.1.0 released

Started by Victor Kirhenshtein, February 26, 2011, 10:44:22 PM

Previous topic - Next topic

Victor Kirhenshtein

Hi all!

NetXMS version 1.1.0 released. It's a first version in 1.1.x branch. Please note that this is a development branch and generally not recommended for production use.
Changes from previous versions:

- Server jobs introduced
- Java API added
- Portable (Eclipse-based) management console introduced
- Server switched to UNICODE on Windows platform
- Windows x64 server version added
- MIB compiler improved
- Dropped agent support for Novell NetWare and Windows NT 4.0, 95, 98, Me

Best regards,
Victor

testos

Hi.

I tested new management console from windows and it is great. IP neighbors option is impressive  :o.
How can I use new management console from Linux?
What is server jobs?
What is policies?

There are very few features not yet implemented.

Congratulations, very great job!

Best regards.

Victor Kirhenshtein

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

testos

Hi Victor.

Thank you for your answers, it seems that NetXMS will be one of the best, soon.

Best regards.