In our last post we have installed and configured Identity Appliance which will serve as SSO for rest of the components of vCAC (vRA). In this post we will learn how to install and configure vRealize Automation Appliance (formerly vCAC).
Before diving into installation lets have a basic understanding of what is vRA and what it do.
Overview of vRA
The vRA appliance provides cloud management & a self-service portal for cloud services as well as authoring, administration, and governance. vRA can be deployed as a single instance or we can deploy multiple instances of it behind a load balancer to achieve high availability.
Installation Prerequisites
1: DNS (forward / reverse) entry created for vRA appliance.
2: Network Time Protocol (NTP) server configured.
3: SSO (Identity Appliance or vCenter 5.5 U1 SSO) installed and configured.
4: 2 vCPU / 8 GB of RAM / 30 GB of storage.
Database Consideration
The vRA appliance have an embedded Postgres database but we have also following choice for database selection:
a: Use the embedded vPostgres database available with vRA appliance.… Read More