The NetOps Portal web GUI fails to display server health information for the Data Aggregator (DA) following the installation of RHEL 9.6 OS patches.
SYMPTOMS:
Portal web GUI error when viewing DA server health.
Connection issues detected in system logs.
DA and Data Collector (DC) services show potential disconnection.
CONTEXT: Issue occurs specifically after OS patching on the Data Aggregator server
PREREQUISITES:
Root or administrative access to DA and DC servers.
Access to network security/firewall configuration.
STEPS:
CHECK NETWORK AND SECURITY CONFIGURATION Review local firewall and security software settings. OS patching may have enabled the firewall or updated security policies that now block communication.
EXPECTED: Port access for NetOps components is open and unblocked.
PERFORM SERVICE RESTART ON DATA COLLECTOR If the DA was updated, the DC may have disconnected. Restart the dcmd service on the Data Collector.
EXPECTED: DC reconnects to the DA.
RESTART DATA AGGREGOR SERVICES If the GUI issue persists, stop and start the activemq and dadaemon services on the DA.
Command: systemctl stop activemq
systemctl stop dadaemon
systemctl start dadaemon
EXPECTED: Services initialize without errors.
VALIDATE NETWORK ROUTING Ensure no internal routing changes or network device transitions are interfering with traffic between NetOps servers.
EXPECTED: Internal routing is stable and allows cross-organization traffic.
VERIFY SUCCESS:
Log in to the Portal web GUI.
Navigate to the DA server health page.
Confirm health metrics are displaying correctly.
The resolution was ultimately environmental (routing), but technical steps for service restarts provide a complete troubleshooting path for other users.
PREVENTION: Coordinate network infrastructure changes with monitoring teams to ensure routing stability.