Hi
A few of us tried this and couldnt find a good/clean way to achieve.
I want to call a shell script on say 10 hosts. It might return a single value - lets say version number of 10.2.
I need a way to check all 10 hosts are all at version 10.2. If they are - ok. If they are not - then MSG a warning and show the array/list with the hostname and version.
The usecase is something like this.
Validate that all databases in the environment are at the same level. That level is not known ahead of time.
thanks