After upgrading DX NetOps Performance Management to version 25.4.7:
wget or curl on port 8581 fail with: failed: Connection refused.dadaemon service status shows as active (running), but the Data Aggregator (DA) does not respond to requests.netops-data-aggregator.logcontains the following error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alarmSchemaManager': Invocation of init method failedCaused by: java.sql.SQLSyntaxErrorException: [Vertica][VJDBC](6999) ERROR: The library [VFunctionsLib] for the function [LISTAGG(varchar)] was compiled with an incompatible SDK Version [24.2.0]
DX NetOps Performance Management 25.4.7 requires Vertica version 25.3.0-8. If the Data Repository (Vertica) is on an older version (such as 24.4.0-5 or 24.2.0), the Data Aggregator fails to initialize because it cannot load the required SQL functions from the database. This prevents the DA from opening its listening ports (8581/8582), even though the process is running.
systemctl restart dadaemon