Unsolved
This post is more than 5 years old
13 Posts
0
1955
June 6th, 2018 10:00
Running ISI commands on 9 clusters
I need to know if there is a way to run a isi command from a single Putty session yet access many different clusters.
For example.
isi status -q
I want to run that from a single putty session and get the results from 9 clusters.


AdamFox
254 Posts
0
June 7th, 2018 10:00
You'd have to script that, preferably with a trusted SSH key.
Yan_Faubert
117 Posts
0
June 7th, 2018 11:00
You can use pssh on a Linux client (although you will lose the coloring from the isi status -q output). In the example below I'm doing this from a Linux host and getting output from 3 clusters. I have ssh keys configured so I don't need to worry about passwords.