Linux Host discovery

vahid 96 Reputation points
2020-09-21T09:07:52.58+00:00

Hi
I want to discover a Host with SLES 11 SP4 operating system version, but I get the following error :


Details: Failed to install kit. Exit code: 1
Standard Output: Sudo path: /usr/bin/Extracting ... Installing cross-platform agent ...

Standard Error: INTERNAL ERROR: Incorrect number of parameters passe to

getVersionNumberINTERNAL ERROR: Incorrect number of parameters passed to check_version_installable

Exception Message:


Has anyone ever encountered this problem?

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,426 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. SChalakov 10,276 Reputation points MVP
    2020-09-21T09:11:53.043+00:00

    Hi @vahid ,

    which version of SCOM are you using and which Update Rollup Update do you have?
    Can you please also post the version of your Linux Management Pack.

    What I would do:

    • Ensure all permissions on the SLES Side are set properly as per:

    SCOM: Configuring sudo Elevation for UNIX and Linux Monitoring

    https://social.technet.microsoft.com/wiki/contents/articles/7375.scom-configuring-sudo-elevation-for-unix-and-linux-monitoring.aspx

    • Ensure you have followed all the steps from:

    Monitoring UNIX/Linux with OpsMgr 2016

    https://kevinholman.com/2016/11/11/monitoring-unix-linux-with-opsmgr-2016/


    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)
    Best regards,
    Stoyan

    0 comments No comments

  2. Leon Laude 85,686 Reputation points
    2020-09-21T09:12:23.747+00:00

    Hi @vahid ,

    Which SCOM version are you currently running? Have you made sure that your SCOM version supports SUSE Linux Enterprise Server (SLES) 11?

    A few things to check:

    You may also refer to the following links that may provide some help:

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon


  3. SChalakov 10,276 Reputation points MVP
    2020-09-21T12:00:20.567+00:00

    Hi,
    as you see from the link I have posted, this error is displayed when the version check cannot be done. From:

    Bundle Agent Linux

    check_version_installable()
    
    {    
        # POSIX Semantic Version <= Test    
        # Exit code 0 is true (i.e. installable).    
        # Exit code non-zero means existing version is >= version to install.    
        #
    
        # Parameter:   
        #   Installed: "x.y.z.b" (like "4.2.2.135"), for major.minor.patch.build versions    
        #   Available: "x.y.z.b" (like "4.2.2.135"), for major.minor.patch.build versions
    
    
        if [ $# -ne 2 ]; then    
            echo "INTERNAL ERROR: Incorrect number of parameters passed to check_version_installable" >&2    
            cleanup_and_exit $INTERNAL_ERROR    
        
    

    Do you have this behavior with one or with more systems?

    Regards,
    Stoyan


  4. Alireza Zarif 16 Reputation points
    2020-09-21T13:27:22.733+00:00

    Same question here:
    Still waiting for a solution!

    0 comments No comments

  5. AlexZhu-MSFT 5,551 Reputation points Microsoft Vendor
    2020-09-22T05:20:15.93+00:00

    Hi,

    As Stoyan has suggested, the situation is the same as that described in the TN thread. Is there any chance for us to try one more SLES 11 to see if we can repo the problem?

    Alex Zhu


    If the response is helpful, please click "Accept Answer" and upvote it.