After upgrading VCF Operations from version 9.0.2 to 9.1, the "Log Management" component does not appear in the component tab.
Manual import of VCF Log Operations fails at the "Discover Log Management Component Information" stage. This occurs while executing the steps in KB "Import VCF Operations in Fleet Lifecycle" stage of "Deploy VCF Management Components" workflow fails or completes with warnings
Running nodetool-no-pass status via root SSH reveals that one or more cluster nodes are in a Down/Normal (DN) state
The /storage/core/loginsight/var/cassandra.log file on one or more nodes contains the error: "Corrupt hint file found"
During the upgrade process, Cassandra hint files can become bloated or corrupted, preventing the Cassandra service from starting on the primary node and leading to a cluster synchronization failure.
Log in to the affected VCF Operations for Logs node via SSH as root.
Stop the Log Insight service:
service loginsight stopRemove the corrupted hint files:
rm -rf /usr/lib/loginsight/application/lib/apache-cassandra-*/data/hints/*Force start the Cassandra service to trigger a repair:
/usr/lib/loginsight/application/sbin/li-cassandra.sh --startnow --forceVerify the node status shows as UN (Up/Normal):
nodetool-no-pass statusRestart the Log Insight service:
service loginsight start