Linux/Unix monitoring error

py 206 Reputation points
2021-07-30T13:01:09.71+00:00

Hello All,

I have this error while discovering the SCOM agent. Agent has been installed and i have verified the certificate and also reset the certificate. There seems to no issue with the password or accounts. Kindly advise

119423-untitled.png

119380-untitled.png

omiserver: is running
omiagent: 1 instance running
[xxxxxx]$ cat /etc/os-release
NAME="Red Hat Enterprise Linux Server"
VERSION="7.9 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.9"
PRETTY_NAME="Red Hat Enterprise Linux"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.9:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.9
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.9"

Unexpected DiscoveryResult.ErrorData type. Please file bug report.
ErrorData: Microsoft.SystemCenter.CrossPlatform.ClientLibrary.MPAbstractions.WSManUnknownErrorException
WinRM cannot process the request. The following error occurred while using Kerberos authentication: The computer xxxxx is unknown to Kerberos. Verify that the computer exists on the network, that the name provided is spelled correctly, and that the Kerberos configuration for accessing the computer is correct. The most common Kerberos configuration issue is that an SPN with the format HTTP/xxxxx is not configured for the target. If Kerberos is not required, specify the Negotiate authentication mechanism and resubmit the operation.
at System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout) at System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary2 inputs, TimeSpan timeout, WorkflowInstanceExtensionManager extensions)
at Microsoft.SystemCenter.CrossPlatform.ClientActions.DefaultDiscovery.InvokeWorkflow(IManagedObject managementActionPoint, DiscoveryTargetEndpoint criteria, IInstallableAgents installableAgents)

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,446 questions
0 comments No comments
{count} votes

Accepted answer
  1. CyrAz 5,181 Reputation points
    2021-08-02T10:49:21.633+00:00

    The error message clearly shows that SCOM is trying to authenticate using kerberos instead of basic auth, and that it's failing because the linux server isn't registered in Active Directory (at least not under the va700700.ds.dev.accenture.com name).
    So you should first check whether that server is joined to AD or not, and if it's supposed to use kerberos authentication or not.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful