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

#271
General Support / Re: blank MIB tree
September 10, 2020, 04:42:50 PM
Make sure you have  "connection over slow link" is unchecked in login dialog.
#272
General Support / Re: netxms-dbdrv-mysql missing
September 09, 2020, 11:41:03 PM
Hello.

Ubuntu 20 ships with libmysqlclient version 8, which is not compatible with older 5.7 (and conflicts with mariadb connector).

Try netxms-dbdrv-mariadb instead.
#273
32bit builds are not supported by the framework we use (Eclipse RCP), so it's not possible for the moment.
You can install Web interface instead (on any 64bit capable system) and access it from 32bit system with the web browser.
#274
"nxdbmgr reset-system-account" unlock account "system", not "admin".
Login as system/netxms, then change password for user admin in user manager and re-lock user "system"
#275
What's in /etc/netxmsd.conf?
When installed, netxms-server package show following message:

NetXMS server is installed but currently stopped.

Additional steps required:

1. Edit default configuration file (/etc/netxmsd.conf)

2. Load database schema

   nxdbmgr init

3. Start daemon with command:

   systemctl start netxms-server


I've updated installation guide a bit, it should be pushed to to web soon.
#276
MySQL driver is not available on Ubuntu / Mint 20. You can use mariadb driver instead, it's compatible.

If you installed server from packages, nxdbmgr should be in /use/bin (and it's in default path)

Web UI - install jetty or tomcat, then deploy nxmc.war from the web site.

#277
Hello.

Please provide your support contract ID, I'll check why issue is still pending and prioritize it.
#278
General Support / Re: DCIs Description changing
July 29, 2020, 01:55:27 PM
You can use nxshell for that:

from org.netxms.client.datacollection import DataCollectionConfiguration, DataCollectionObject
from org.netxms.client.objects import Node, Template

o = s.findObjectByName("Alexs-MBP")
config = session.openDataCollectionConfiguration(o.objectId)
for dc in config.items:
    dc.description = dc.description + " - TEST"
    config.modifyObject(dc)
config.close()
#279
General Support / Re: postrges - reset password
July 15, 2020, 11:22:46 PM
Make sure netxmsd is stopped
Then run "nxdbmgr unlock"
#280
General Support / Re: postrges - reset password
July 15, 2020, 10:52:26 PM
Stop netxmsd
Run "nxdbmgr reset-system-account"
Start netxmsd
Login as "system" with password "netxms".
Reset password in user manager and relock system account
#281
General Support / Re: NETXMS Password Recovery
June 25, 2020, 12:24:06 AM
Are you trying to login as "admin" or "system"?

Whole procedure should be like this:
1) stop netxmsd
2) run "nxdbmgr reset-system-account" to unlock "system" account
3) start netxmsd
4) login as "system" / "netxms"
5) In user manager change password any admin user
6) login as admin user and disabled "system" user

Quote from: radw on June 24, 2020, 06:35:02 PM
Quote from: Borgso on June 24, 2020, 09:18:06 AM
You can find how to reset admin password here: https://www.netxms.org/documentation/adminguide/advanced.html#troubleshooting

QuoteNew in version 2.1-M0.

Use following command to reset password and unlock account:

nxdbmgr reset-system-account

Hello, thanks for you help, however even after unlocking DB with nxdbmgr check (all ok) and then nxdbmgr reset-system-account (ok), when I tried to login on as admin with default password , web gui returns "connection error - access denied".

I also restarted netxmsd and tomcat7 services, but I got the same error.

Regards.

#282
Hello.

Yes, you need to install agent on each machine (or enable SNMP, but I highly recommend to install agent).
#283
General Support / Re: Grafana
May 25, 2020, 12:31:34 PM
Hello.

NetXMS plugin in official repo is old version (wee pushed pull request, but it's still pending) - you need to update it manually:

grafana-cli plugins uninstall radensolutions-netxms-datasource
cd /var/lib/grafana/plugins/datasources
git clone https://github.com/netxms/grafana.git radensolutions-netxms-datasource
systemctl restart grafana-server
#284
Hello.

Web or desktop client?
#285
1) upgrade to latest (3.3.314)
2) run "netxmsd -D5" (debug mode - level 5, app will stay in foreground) to see what's happening