News:

We really need your input in this questionnaire

Main Menu
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 - Andreas@rc

#16
Quote from: ReddeNet on November 21, 2015, 12:45:22 AM
Are we the only people on the planet attempting this combination????  Is it worth wasting any more time on this?

Don't know if it's "worth" wasting time, but we're using a W2008R2 for the NetXMS server and a MSSQL2008R2 with ~440 nodes and ~ 3550 DCIs.

So, as Marco Incalcaterra already posted, it's possible to run the product purly on Windows.
#17
Quote from: anw on November 12, 2015, 04:51:43 PM
ok awesome, got it working

but one thing - im missing the option "invert values", when configuring grapohs, data sources?
i want to have grapsh with bits/s  in  bit/s out ,  and invert one value.

how could i do this? why am i missing this option?

Thanks

You could transform the DCI to negative values ...
#18
General Support / Re: SNMPV3
November 10, 2015, 10:50:02 AM
Quote from: gmonk63 on November 10, 2015, 01:45:38 AM
Has any one gotten V3 to work correctly ?   Ive tried both 1.2.17 and 2.0RC  and it seems to have issues in both versions .. Im querying a switch for sys.name and I can pull that same information using SNMPB client  no problems but every time i try netxms i have problems  is this a known problem

I'm using 1.2.7 and we are querying quite a few systems with SNMP V3, no problems so far.
Authentication and encryption are correct (method and password)?
#19
General Support / Re: SNMP Credentials
November 06, 2015, 12:49:46 PM
Quote from: gmonk63 on November 06, 2015, 12:18:35 AM
Also just as a note I already added the DefaultCommunityString variable to the server configuration and restarted and it is still doing it

As far as I know, the DefaultCommunityString will only be applied with new nodes. Already configured nodes need to be changed manualy.
#20
Announcements / Re: NetXMS 2.0-RC2 released
October 21, 2015, 02:14:29 PM
Quote from: iGodunoff on October 21, 2015, 11:49:00 AM
Just installed NetXMS 2.0 RC2 (previous version was 2.0-M5 that worked fine). The installation process goes and finishes normally. However I can't start the NetXMS Core service. In Windows logs (System) I receive the following error message from NetXMSCore: "Your database has format version 356, but server is compiled for version 374". What does it mean and how can I get NetXMS server working?

P. S. Database server is MySQL 5.6.27 (GPL).

Simply upgrade your database: https://wiki.netxms.org/wiki/Server_Installation_Guide
#21
Quote from: Bartek B. on October 20, 2015, 03:01:50 PM
I tried to use threshold in DCI configuration. Activation of event "sys_node_down" if the sum of last 5 polls would be 20 (if value of 4 means "offline") or last 5 polls are equal to 4. But still mail notification is being sent as soon as netxms server notices something being offline. What am I doing wrong? How to activate those thresholds?

If you use the default "SYS_NODE_EVENT", this is bound to happen.
Define your own event "NODE_REALLY_DOWN" or whatever, link it to the threshold and the event processing policy.
#22
Hi,

so you moved your code sub main() {
   return $node->platformName=="windows-x64";
}
into the Script Library and it "TEST", corrrct?

Then, your filtering script should look like this:
use TEST;
return ;



But you shouldn't name your sub main(), as you could encouter some problems when using several scripts.
sub OS_platformName() {
   return $node->platformName=="windows-x64";
}


use TEST;
return OS_platformName;
#23
Quote from: Andreas@rc on August 25, 2015, 12:26:40 PM
As a workaround, i increased the polling interval (from 60->120 sec) for most of the DCIs.

No thread hang so far, but still a bit early to celebrate.

Size of my setup:
Total number of objects:     17788
Number of monitored nodes:   401
Number of collectable DCIs:  2959


Well, the error occurs every week now, not whenever the server feels like it, only I partially success. I can now schedule a restart to prevent this from happening, but I would still prefer a proper solution.
#24
As a workaround, i increased the polling interval (from 60->120 sec) for most of the DCIs.

No thread hang so far, but still a bit early to celebrate.

Size of my setup:
Total number of objects:     17788
Number of monitored nodes:   401
Number of collectable DCIs:  2959
#25
Hi,

I'm facing the same problem. NetXMS started with this recently. Sometimes the server seems able to recover, but still ... this is not good.

I'm running version 1.2.17 on a Windows 2008R2 64-bit, with a MSSQL DB on a different server.

netxmsd: sh que
Condition poller                 : 0
Configuration poller             : 0
Topology poller                  : 0
Data collector                   : 0
Database writer                  : 0
Database writer (IData)          : 0
Database writer (raw DCI values) : 0
Event processor                  : 0
Network discovery poller         : 0
Node poller                      : 0
Routing table poller             : 0
Status poller                    : 0
Syslog processing                : 0
Syslog writer                    : 0


What's the recommended debug level to help to resolve this issue?
#26
General Support / nxshell BulkImport image problems
July 22, 2015, 05:52:09 PM
Hi,

i'm currently working on a nxshell script to import a large number of nodes. This works fine so far, but I have a problem with set the image of the node.

flags = NXCObjectCreationData.CF_DISABLE_NXCP
containerId = 2
name = "Node1"
ip = "0.0.0.0"
node = session.findObjectByName("Node2")

cd = NXCObjectCreationData(objects.GenericObject.OBJECT_NODE, name, containerId);
cd.setCreationFlags(flags);
cd.setPrimaryName(ip)
nodeId = session.createObject(cd)
session.setObjectManaged(nodeId, False)
print '"%s" created (IP: %s)' % (name, ip)

md = NXCObjectModificationData(nodeId)
md.setImage(node.image)
session.modifyObject(md)


Traceback (most recent call last):
  File "<stdin>", line 13, in <module>
TypeError: setImage(): 1st arg can't be coerced to java.util.UUID


The node i'm refering to has an image set and I can print the UUID.
Any ideas why setting images is not working?
#27
Just look through the Event Processing Policies and delete/disable the rule that creates the alert on "SYS_SNMP_UNREACHABLE".
#28
Quote from: Atavius on April 30, 2015, 12:46:50 PM
1. Is there a way to show IFALIAS in interfaces table? Or better to replace interface names with this attribute.

Yes, server configuration -> UseInterfaceAliases
There are serveral options to use: https://wiki.netxms.org/wiki/Server_Configuration_Variables
#29
General Support / Re: Windows Service Install Hangs
December 12, 2014, 10:41:33 AM
Quote from: m1975Michael on December 10, 2014, 05:55:02 PM
I have tried to install 1.2.17 on Windows but the install hangs when checking the netxms core service.  I get a check mark by Installing service.  It works correctly in 1.2.16.  Any suggestions?  Thank you for your assistance.

Which OS do you use? There seems to be a problem with Windows Server 2003 and NetXMS 1.2.17.
https://www.netxms.org/forum/installation/upgrade-from-1-2-16-to-1-2-17-error/
https://www.netxms.org/forum/general-support/error-while-upgrading-to-1-2-17/
#30
General Support / Re: How to change the DCI vaule to Kbps
November 07, 2014, 05:03:24 PM
Quote from: anishinc4u on November 07, 2014, 02:35:19 PM
there is no such option..

am working in "dashboard"

The dashboard view is "fixed" (normally not changed). It's meant to give a summary to whatever you are monitoring.
To change the time slot, you have to edit the dashboard and look at the dashboard elements. There is the option to change the time period.