Description: Checks vRealize Log Insight health status
Start Time: <DATE>
End Time: <DATE>
Health Status: Red
Impact: High. An unexpected exception occurred during the precheck
Remediation: Please review the vRealize Suite Lifecycle Manager logs for more details
Description: Checks if the SDDC Manager has a secure connection to vRLI
Start Time: <DATE>
End Time: <DATE>
Health Status: Red
Error Description: The provided hostname <FQDN> is invalid or the SSL certificate for <FQDN> is not trusted. Pease ensure that resource has a valid certificate and the hostname matches the CN name or is specified in the SAN field.
Impact: High. All managed resources must have valid certificates and be trusted by the SDDC Manager
Remediation: Ensure that the resource has a valid certificate with either SAN or CN matching hostname and is issued by an entity trusted by the SDDC Manager
/usr/lib/loginsight/application/lib/apache-cassandra-*/bin/cqlsh -u user -p password --cqlshrc=/storage/core/loginsight/cidata/cassandra/config/cqlshrc
Error message if certificate is expired:
Connection Error: ('Unable to connect to any servers', {'127.0.0.1': PermissionError(1, "Tried connecting to [(127.0.0.1', 9042)]. Last error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)")})
openssl s_client -connect <vRLI_FQDN:443> | openssl x509 -fingerprint -sha256 -noout -in /dev/stdin