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 - Alex Kirhenshtein

#691
General Support / Re: SQL query failed
January 21, 2015, 01:55:05 PM
That's a bug. Filtered indexes (with "WHERE ..." clause) are introduced in SQL Sever 2008.

https://dev.raden.solutions/issues/747

As a workaround - uncheck "initialise database", edit file C:\NetXMS\lib\sql\dbinit_mssql.sql: remove "WHERE ..." part from this "CREATE INDEX" and initialise database by hand:
1) open "cmd" window
2) cd c:\netxms\bin
3) nxdbmgr init C:\NetXMS\lib\sql\dbinit_mssql.sql
4) net start "NetXMS Core"
#693
Yep, that's a bug. You can extract these libs from netxms-server package or wait for upcoming 2.0-M2.

https://dev.raden.solutions/issues/744
#694
General answer is "no" - nxsl do not provide any way to do a back resolve. We can add function for that and then it can be implemented quite easily: in EPP, in create alarm /  send notification section – you use %{scriptName} instead of the message (%m, usually), and in this "scriptName"  (from Script Library) you do any transformation you like (extract IP, resolve and combine message back together). You can register feature request in our bug tracker: https://dev.raden.solutions/projects/netxms/.

Right now you can do this kind of a hack:
1) in EPP add "execute external application" as action
2) write script (shell, python, application - anything), which split message, extract IP, do back resolve, compose new message
3) push it back to NetXMS using "nxevent" command line utility. Note, you should use different event for that – or you'll create infinite loop.
#696
General Support / Re: Several problems (v2.0-M1)
January 19, 2015, 11:31:24 PM
User "admin" with id=0 (name doesn't matter, actually – you can change it after installation) is a special case, it have all permissions by default – and it's enforced by the server. This user also can't be deleted. However, you can disable it.
#697
That's weird, you can try to undeploy, stop servlet container, remove working/temp directory and start deploy war file again.
#698
General Support / Re: SQL query failed
January 19, 2015, 03:08:56 PM
Check this database (netxms_db) for existing tables. Did you run wizard more than once?
#699
Yes, you need to install agent on the servers. Agent-less monitoring only works with SNMP-capable devices.
#700
Replace "{instance}" in DCI configuration with actual mount point (e.g. "/home" on Unix or "C:" on Windows)
Another option is to setup instance discovery: https://www.youtube.com/watch?v=HSs9mP_0XK0
#702
Sorry, but it's not fixed yet. It's registered as issue #735
#703
It looks like Kyocera have some issues with SNMP implementation on this MFU.
You can check that with snmpwalk:

ifAdminStatus (1 - up, 2 - down, 3 - testing):
nxsnmpwalk -c public TARGET_IP .1.3.6.1.2.1.2.2.1.7

ifOperStatus (1 - up, 2 - down, 3 - testing, 4 - unknown, 5 - dormant, 6 - notPresent, 7 - lowerLayerDown):
nxsnmpwalk -c public TARGET_IP .1.3.6.1.2.1.2.2.1.8
#704
General Support / Re: Several problems (v2.0-M1)
January 13, 2015, 06:25:43 PM
Hello.

Quote from: VMGuy on January 13, 2015, 01:33:19 AM
- Creating a new user
  > Objects is completely empty
    > Doesn't matter if I set the permissions manually or if I add the user to an admin group
    > Checked with same permissions as admin user

Login as admin, right click on any object (node / container / object root like "Entire Network" / etc.) in the tree, select properties and set permissions for the user. By default, permissions are propagated to child objects unless you implicitly disable inheritance in object's access control.

Quote from: VMGuy on January 13, 2015, 01:33:19 AM
- Deleting a user and recreating it with the same name
  > Always says the user already exists, but it's not in the user list anymore (also checked with refresh)
  > I need to restart the server to be able to create the user again

That's due to delayed write to the database. It should be synced in under a minute (usually that's just a few seconds), if it stays longer than that - you need to check value of "Database writer's request queue" metric on the server (in Last values)

Quote from: VMGuy on January 13, 2015, 01:33:19 AM
- Script library
  > Save button is disabled
    > The only way to save is closing the script and answer the next question with yes

Works fine for me (OSX). What OS you are using?
My test case was: Open script library, create new script (editor opens, icon is grayed out), type anything - icon becomes active.

Quote from: VMGuy on January 13, 2015, 01:33:19 AM
- Edit agent's configuration file
  > Always get "Cannot open agent config: Access denied"
  > Appears on Linux and Windows
  > Other agent stuff works, e.g. software inventory

Check agent's config file – server IP address should be whitelisted by using "MasterServers" option, all others ("Servers" and "ControlServers") don't have sufficient rights to edit configuration file remotely.
#705
Общие вопросы / Re: Internal Ping
December 19, 2014, 12:34:39 PM
10000 - это timeout, сервер не получил ICMP ECHO reply (или какой-то баг в агенте). Какая система?