6.2

Table Of Contents
3 Run the pg_is_in_recovery command to validate that the master appliance database is ready for
read-write connections.
su - postgres
/opt/vmware/vpostgres/current/bin/psql vcac
SELECT pg_is_in_recovery () ;
The command returns f for false.
vcac=# SELECT pg_is_in_recovery () ;
pg_is_in_recovery
--------------------
f
(1 row)
4 Quit psql using the \q command.
5 Log in to the secondary appliance with the replica database using SSH.
6 Run the pg_is_in_recovery command to validate that the replica database is read only.
su - postgres
/opt/vmware/vpostgres/current/bin/psql vcac
SELECT pg_is_in_recovery () ;
The command returns t for true.
vcac=# SELECT pg_is_in_recovery () ;
pg_is_in_recovery
----------------------
t
(1 row)
7 Quit psql using the \q command.
Install the IaaS Components in a Distributed
Configuration
The system administrator installs the IaaS components after the appliances are deployed and fully
configured. The IaaS components provide access to vRealize Automation Infrastructure features.
All components must run under the same service account.
Prerequisites
n
Configure the Identity Appliance.
n
Configure the Primary vRealize Appliance.
n
If your site includes multiple instances of vRealize Appliance, Join a vRealize Appliance to a Cluster.
Installation and Configuration
VMware, Inc. 84