Yes, an older version of the agent should work (but wouldn't be officially supported).
You can get the rpm file by downloading whatever version of the UniversalR MP .mpb file you need on systemcenter.wiki (https://systemcenter.wiki/?Get-ManagementPack=Microsoft.Linux.UniversalR.1&Version=7.5.1005.0 for example ), and then unpack it using https://silect.com/mpbutil-a-free-utility-for-working-with-mpb-files/
RHEL Unix agent Open SSL 0.9.8 SCOM 2016
Hi,
I have couple of Rhel 5 servers where Open SSL is in 0.9.8zh version therefore I get error when installing agent
SCOM 2016
Tried with :
scx-1.6.2-343.rhel.5.x64.sh
scx-1.6.2-343.universalr.1.x64.sh
This system's OpenSSL version: 0.9.8zh
Supported versions: 1.0.*
Do you know if it is possible to install older agent and if so where could I find it ?
System Center Operations Manager
2 answers
Sort by: Most helpful
-
CyrAz 5,181 Reputation points
2021-08-02T11:13:57.28+00:00 -
AlexZhu-MSFT 6,591 Reputation points Moderator
2021-07-30T04:29:03.573+00:00 Hi,
Yes, opnssl 1.0.0-4 or above is required for RHEL 5.
https://learn.microsoft.com/en-us/system-center/scom/plan-supported-crossplat-os?view=sc-om-2016It seems to be a better choice to upgrade openssl version to 1.0.x, otther than finding a lower version agent. We may try to compile it manually and see if it works. (sudo yum install gcc first)
https://unix.stackexchange.com/questions/269131/how-can-i-upgrade-openssl-version-to-openssl-1-0-1s-in-rhel-5-machine
Note: this is not from MS, just for your reference.Alex
If the response is helpful, please click "Accept Answer" and upvote it.