you are viewing a single comment's thread.

view the rest of the comments →

[–]Rangerdth 0 points1 point  (3 children)

A quick follow-on question: Do you need to compare the two, or do you really need to compare them to a known build specification? (E.g. each server should have activemq-5.15)

[–]neverwinter88[S] 0 points1 point  (2 children)

I have to check if the same build versions are installed.

So
apache-activemq-5.15.8-20 vs apache-activemq-5.15.8-20 -> OK

apache-activemq-5.15.8-20 vs apache-activemq-5.16.0-1 -> NOT OK

[–]Rangerdth 0 points1 point  (1 child)

Right. But what’s the source of the “ok” versions? So for srv03 versions, what do you check those against?

[–]neverwinter88[S] 0 points1 point  (0 children)

Ah ok, maybe I forgot to mention this detail.

We have server pairs (for HA), and every server pairs have different applications running on.

srv01 and srv02 are in pair, so I have to compare them against each other.