After restarting your Aria Operations for Logs cluster, Cassandra will only start on the primary node leaving the web UI inaccessible.
nodetool-no-pass status only shows the primary node being up (UN status in the first column of the output)/storage/core/loginsight/var/cassandra.log on the primary node shows errors similar to:ERROR [main] 2025-09-11T13:04:49,477 CassandraDaemon.java:900 - Port already in use: 7199; nested exception is: java.net.BindException: Address already in use (Bind failed)java.net.BindException: Address already in use (Bind failed) at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:?] at java.net.AbstractPlainSocketImpl.bind(Unknown Source) ~[?:?] at java.net.ServerSocket.bind(Unknown Source) ~[?:?] at java.net.ServerSocket.<init>(Unknown Source) ~[?:?] at javax.net.DefaultServerSocketFactory.createServerSocket(Unknown Source) ~[?:?]Aria Operations for Logs 8.18.x
An orphaned Cassandra process is using port 7199 and cannot be stopped by systemctl stop loginsight or /usr/lib/loginsight/application/sbin/li-cassandra.sh --stopnow --force
To find and stop the orphaned Cassandra process to allow the proper Cassandra process to start:
systemctl stop loginsight/usr/lib/loginsight/application/sbin/li-cassandra.sh --stopnow --forceps aux | grep javaroot in the output, for example:root 3312kill -9 <PID> for all running java processes. (There is likely only one). systemctl start loginsightnodetool-no-pass status afterwards to ensure prior nodes now show the UN status before proceeding to the next node.