News:

We really need your input in this questionnaire

Main Menu

nxadm: Server error 2

Started by BigBlue, June 03, 2022, 09:14:58 AM

Previous topic - Next topic

BigBlue

Hi,

I can't change the debug level with nxadm:

# /opt/netxms/bin/nxadm -i

NetXMS Server Remote Console V4.1.333 Ready
Enter "help" for command list

netxmsd: debug 7
Server error 2
netxmsd: help
Server error 2
netxmsd:


BB

Filipp Sudanov

Authentication was recently added to nxadm and is turned on by default. It can be turned off by server configuration variable Server.Security.RestrictLocalConsoleAccess.

Or
nxadm -u username -P password -i

We will try to make the error message more human-friendly.

BigBlue

ok thanks !
I hadn't seen the change...

I had tried with login/passwd, but there must be an incompatible character in the password  :(

BB

Victor Kirhenshtein

Make sure you put password in single quotes. Also, user should have appropriate access rights ("access server console" in global system access rights).

Best regards,
Victor