When attempting to activate or place into maintenance one of the Data Aggregators (DA) it fails with unable to find ACL token. For example:
[root@/opt/IMDataAggregator/scripts] # ./dadaemon activateWARNING: Cannot find the Consul ACL token
DX NetOps CA Performance Management (CAPM) all currently supported releases
The DA is unable to find the acl-token.properties file. This could be due to the file being missing or the /DAShareRepo directory (in which it resides) not being properly mounted on the DA
Fault-tolerant environments require a shared data directory. Check the da.data.home parameter in /etc/DA.cfg file on each machine
This shared data directory is normally set to be /DASharedRepo
The acl-token.properties will be in da.data.home=directory. By default, this is usually:
/DASharedRepo/acl-token.properties
This file and directory need to be accessible from both DAs. So ensure that the directory is mounted correctly on both the primary and failover DAs and that they have write permission to it. And ensure that the acl-token.properties file can be read by the install user account on both DAs.