SCOM 2022 UR2 support for Ubuntu 22.04

Brian W 121 Reputation points
2024-04-25T12:26:21.28+00:00

I've been searching and testing for a solution for hours and can't seem to find a fix. In some documentation it is said that Ubuntu 22.04 is supported (with a hotfix for UR1 or later)

https://learn.microsoft.com/en-us/system-center/scom/plan-supported-crossplat-os?view=sc-om-2022#universal-linux-debian-package-1

I applied the hotfix to my test enviornment (even though its at UR2) and not only did that not fix the problem, it wanted to "update" all my windows agents to 10.22.10056.0 (I think that's 2022 RTM), where they all are at 10.22.10208 (UR2). consequently I reverted back to UR2 on my MSs and GWs

The problem is when using the discovery wizard and attempting to push the agent to an Ubuntu 22.04 server I get "Failed to find a matching kit to install"

I have the latest Unix/Linux MPs imported (10.22.1072.0) in the MP guide it only lists versions 16.04, 18.04, 20.04. How can I get the agent pushed to Ubuntu 22.04 running SCOM 2022 UR2

User's image

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
838 questions
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 14,536 Reputation points
    2024-04-26T07:23:30.55+00:00

    Hi,

    It looks like the command was broken down into three pieces, please try to manual install the agent:

    Standard Output:
    
    Standard Error: find: ‘/tmp/scx-as-scom/scx-1.9.0-0.universald.1.s.x64’: No such file or directory
    
    find: ‘-’: No such file or directory
    
    find: ‘Copy.sh’: No such file or directory
    
    

    Installation examples:

    Ubuntu x64:

    sudo dpkg -i ./scx-1.9.0-0.ssl_100.universal.x64.deb

    For troubleshoot UNIX/Linux agent discovery in Operations Manager, please refer to the link below:

    https://learn.microsoft.com/en-us/troubleshoot/system-center/scom/troubleshoot-unix-linux-agent-discovery

    0 comments No comments