Repair accidental corruption of the persistence.properties file in Aria Operations
book
Article ID: 342843
calendar_today
Updated On:
Feedback
Subscribe
Products
VCF Operations/Automation (formerly VMware Aria Suite)
Show More
Show Less
Issue/Introduction
The Aria Operations cluster might fail to go online, waiting for analytics services. The problem can occur for different reasons, one of which is that persistence.properties might have become corrupted.
Environment
Aria Operations 8.x
vRealize Operations 8.x
Resolution
To check and repair
persistence.properties , take the following steps.
Make a note of the IP addresses of the master and replica nodes.
Use the administration interface to take the cluster offline.
Log in to the console of the master node.
Open the following file in a text editor.$ALIVE_BASE/user/conf/persistence/persistence.properties
Verify that the following values are set:repl.db.role = MASTER repl.jdbc.url = jdbc:postgresql://{master-ip-address }:5433/vcopsdb repl.db.replicator.url=jdbc:postgresql://{master-ip-address }:5433/vcopsdb
Save and close persistence.properties .
Log in to the console of the replica node.
Open the following file in a text editor.$ALIVE_BASE/user/conf/persistence/persistence.properties
Verify that the following values are set:repl.db.role = REPLICA repl.jdbc.url = jdbc:postgresql://{master-ip-address }:5433/vcopsdb repl.db.replicator.url=jdbc:postgresql://{replica-ip-address }:5433/vcopsdb
Save and close persistence.properties .
Log in to the console of each data node.
Open the following file in a text editor.$ALIVE_BASE/user/conf/persistence/persistence.properties
Verify that the following values are set:repl.db.role=CLIENT repl.jdbc.url=jdbc:postgresql://{master-ip-address }:5433/vcopsdb
Save and close persistence.properties .
Use the administration interface to bring the cluster online.
Feedback
thumb_up
Yes
thumb_down
No