li-reset-admin-passwd.sh", the operation fails with the error message: "Unable to get user data. Possible Cassandra is down."nodetool-no-pass status command reports that the Cassandra service is UP and Normal for all nodes.Unable to connect to any servers', {'127.0.0.1:9042': OSError (136, "Tried connecting to [ ('127.0.0.1', 9042) ]. Last error: [X509: NOCERTIFICATEORCRLFOUND] no certificate or crl found"netstat -tulpn | grep LISTEN" shows the port is set to LISTEN. The port 9042 set to LISTEN state implies that the service is running but communication is failing due to the missing/corrupt certificate. /storage/core/loginsight/var/runtime.log reports SSL handshake errors, indicating disrupted SSL communication between system components:["netty-event-loop-28"/##.##.##.## ERROR] [play.core.server.netty.PlayRequestHandler] [Exception caught in Netty]io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:477) ~[netty-codec-4.1.72.Final.jar:4.1.72.Final] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) ~[netty-codec-4.1.72.Final.jar:4.1.72.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.72.Final.jar:4.1.72.Final]VMware Aria Operations for Logs 8.18.x
The cacert.pem file located in the Cassandra configuration directory /storage/core/loginsight/cidata/cassandra/config/ was found to be empty or corrupted.
To resolve this issue, perform the following steps:
cp -p /storage/core/loginsight/cidata/cassandra/config/cacert.pem /storage/core/loginsight/cidata/cassandra/config/cacert.pem.backup
cp /usr/lib/loginsight/application/etc/certs/cluster.pem /storage/core/loginsight/cidata/cassandra/config/cacert.pem