Skip to main content

Windows Path

In Windows if you have:
Some of your administrator Active Directory rules/policies may reject it. In that case you can run it with its full Path in Administrator PowerShell: In x86_64
In x86

Linux Path

In Linux if you have
You need to add it in your PATH. If it is in the current directory (./NexalisAgent —version is working).
You can then run it anywhere (as Root).

Windows Permissions errors

if you have this permissions error in Windows.
You have to run the command in an Administrator PowerShell. Right click on the PowerShell icon in your task bar and select Run as Administrator. Starting or Stopping Windows services require administrator privileges.

Linux Permission error

If you try to run NexalisAgent start, NexalisAgent stop, NexalisAgent restart. Root permissions are required to start/stop/restart the systemd service. status and reload do not require root user but usually need to be run as the nexalis user.

Linux systemd not available

In Linux. If you have this error.
if you are using the nexalis Docker image. then you must pass the socket location using —socket-path /tmp/nexalis.sock otherwise NexalisAgent assume a systemd socket. If you are not using Docker, and have this error. you can still use a service. For classic init/openrc you can simply add a service, and use the following command inside NexalisAgent service-run --socket-path /tmp/nexalis.sock. then you must reuse the same --socket-path in commands.

config.json JSON configuration error

If config.json has a JSON error, then the details will be shown in status as a single error message

config_gRPC_kafka.json JSON configuration error

If gRPC_kafka/config_gRPC_kafka.json has a JSON error, then the details will be shown in status as a single error message

connectors JSON configuration error

Whenever a connector has a JSON configuration error. The connector will not be started. instead the details will appear in connectorsStatus. In this example the agent is stopped.

Windows: SC Manager is not Available

This error indicates we do not have access to the Windows service manager SC Manager. Access is required to check whether the NexalisAgent service is available.

Windows: service is installed/could not install service.

When trying to run service-install. This error indicates the service is already installed. If it occurs in a window while running the installer or uninstaller. It means the service could not be removed.
If installation fails. Please contact support if you see this error. Usually, the cause can be a restriction from Active Directory configuration/policy or from the remote access software used like AnyDesk. The error usually contains the Windows error message.

service is not running

That error indicates that the service is not running. It occurs when running the stop command while the service is not running.

service running

That error indicates that the service is running. It occurs when running the stop command while the service is running.