Hello Dojo,
I have a Cluster of 4 agents where I am unable to install NATS on 2 of them and therefore the DataMiner won't start up.
When I try to install the NATS, I receive the following message saying the installation failed on one of the prerequisites.
Where I can find which prerequisites are failing?
DM version: 10.2.4
OS: Windows Server 2012 R2
The server was having another application running on port 9090.
This blocked the NATS to start.
Solved by running the following command:
"C:\Skyline DataMiner\NATS\nats-account-server\nssm.exe" install NAS "C:\Skyline DataMiner\NATS\nats-account-server\nats-account-server.exe" -c """C:\Skyline DataMiner\NATS\nats-account-server\nas.config""" -hp 0.0.0.0:9090
to install NAS and then run again SLEndpointTool_Console.exe and install the NATS.