Automating run task in several Linux machines using script

56 views Asked by At

I have a Java program (/workspace/Task) and I want to run it in several Linux machines (m1, m2, m3... mn).

I need to use Linux script to run a program Task on machines one by one. In other words, I want to run the Task on m1, when it initials, I run the program on m2,... etc. Meaning that the Task must NOT start on new machine until it completely initials on the previous machine.

0

There are 0 answers