AW: How to run a job on individual servers?

2019-08-30 Thread Conny.Martin
Hi Thomas, it seems like you‘re using SET-Fields $PROCESS$, which is used to get the STDOUT of the started process assigned to a field. This makes no sense as you’re redirecting STDOUT to /dev/null. So in this case use RUN-PROCESS instead of Set-Fields. But your problem seems to be, that ssh

AW: How to run a job on individual servers?

2019-08-21 Thread Conny.Martin
I would not recommend to run arsystem as root (from a security point of view) For ssh you can use whatever user you like, which has sufficient permissions to run your “licensetracker”. You’ll have to make sure, that the user running arsystem is able to do ssh to the target servers/user without

AW: How to run a job on individual servers?

2019-08-21 Thread Conny.Martin
Hi, if you're on *x, you can do something like RUN-PROCESS ssh server1 /path/to/your/licensetracker RUN-PROCESS ssh server2 /path/to/your/licensetracker RUN-PROCESS ssh server3 /path/to/your/licensetracker within an escalation. If escalations are running on server1 it will connect via ssh to