Hi,
It sounds like you're encountering some common issues with certificate-based authentication in SCOM.
Here are a few steps to help troubleshoot and resolve these errors:
- Check Certificate Validity:
- Ensure that the certificate is valid and not expired.
- Verify that the certificate's subject name matches the FQDN of the server.
- Import Certificates Correctly:
- Confirm that the certificate is imported into the Local Computer's Personal store on both the management server and the agent server.
- Ensure the root CA certificate is imported into the Trusted Root Certification Authorities store.
- Run MOMCertImport Tool:
- After importing the certificates, run the
MOMCertImport.exe
tool on both the management server and the agent server to ensure the certificates are correctly configured.
- After importing the certificates, run the
- Check DNS Resolution:
- Verify that both the management server and the agent server can resolve each other's FQDNs using DNS. Use the
nslookup
command to check this.
- Verify that both the management server and the agent server can resolve each other's FQDNs using DNS. Use the
- Review Event Logs:
- Check the Operations Manager event logs on both the management server and the agent server for any errors related to certificate validation or connectivity issues.
- Clear Cache:
- Try clearing the cache on the management server. You can do this by stopping the HealthService, deleting the Health Service State folder, and then restarting the service.
If these steps don't resolve the issue, you might want to look into more detailed troubleshooting guides.