Is there a way to restart an agent via Automation Script, with a SLNet call perhaps?
Use-case: I want the DMA A to be able to restart DMA B, C and D
Guilherme Gaspar [SLC] [DevOps Advocate] Selected answer as best 14th December 2021
A possible solution, is to use the command line and issue the batch “DataMiner Restart DataMiner And SLNet.bat” from inside “C:\Skyline DataMiner\Tools”.
Then, you can work on 2nd batch file that would use the PSEXEC from SysInternals in order to execute remotely the 1st batch file on the wanted servers.
This is just an idea.
Guilherme Gaspar [SLC] [DevOps Advocate] Selected answer as best 14th December 2021
Hi Guilherme, please could you elaborate why the DMA A should restart DMA B, C and D programmatically?