After upgrading DX NetOps Data Aggregator (DA) and Proxy from version 25.4.1 to 25.4.8, the `dadaemon` service fails to start.
Running `consul members` returns an empty list or shows nodes pointing to incorrect IP addresses from a different environment (e.g., Production IPs showing up in a Test environment).
* DX NetOps Performance Management 25.4.8
* Fault Tolerant Data Aggregator setup
* Data Aggregator Proxy
Incorrect system information (IP addresses or hostnames) provided during the upgrade process, or the use of a cloned environment where Consul state still contains metadata from the source environment.
```
systemctl stop dadaemon
systemctl stop activemq
systemctl stop consul
systemctl stop consul-ext
```
```
systemctl start consul
```
```
/opt/IMDataAggregator/consul/bin/consul members
```