vRealize Automation 8.1 Deployment – Step by Step

Its been long busy with preparing for certifications and clearing them. I had been updating my labs with latest deployment for VCF, vRealize suite to prepare for certificates and made some deployment guides. Complete blog series links:

In this blog, we will look at Architecture of vRA 8.x, High Level Steps and detailed step by step clustered deployment of vRealize Automation 8.1. Also, we will cover issues encountered during deployment. In next blog, will cover initial configurations of vRealize Automation 8.1

Architecture

vRA architecture has been changed from previous 7.x deployments. Now, there is no separate deployment of IaaS Manager or Web Server, SQL Database, Agents VMs etc. Below three components are now integral part of vRealize automation deployment:

  1. vRealize Lifecycle Manager
  2. VMware Identity Manager
  3. vRealize Automation

Similar to 7.x deployments, there is either standard deployment or clustered deployment to support small or large environments accordingly. Let’s take a brief look at these deployments:

Small Deployment

Under this deployment, only single instance of vRealize Life cycle Manager, Identity Manager and Automation appliance is deployed. There is no need for load balancer VIPs.

Large Deployment

Under this deployment, high availability of environment is achieved through multiple instances of vRealize Identity Manager and vRealize Automation Appliance behind load balancer VIPs.

Below components are required for large deployment:

  1. Identity Manager Appliance Load Balanced VIP
  2. vRealize Automation Appliance Load Balanced VIP
  3. vRealize Lifecycle Manager Appliance
  4. vRealize Identity Manager Appliance x 3
  5. vRealize Automation Appliance x 3

Clustered or Large Deployment Guide

vRealize Automation 8.x uses Easy Installer method to perform automated deployment of vRSLCM, vIDM and vRA. The vRealize Easy Installer provides you with a functionality to install vRealize Automation 8.1 with minimum steps. The installer provides you with minimal or a clustered deployment options before you start your vRealize Automation configuration. Manual installation of vRealize Automation through OVA or ISO is not supported.

Pre-requisites

  1. For clustered deployments, Load Balancer is a must. If using TCP based load balancer, ensure SSL passthrough is selected during deployment.
  2. DNS resolution should be working fine. All A and PTR records must be created and should resolve.
  3. NTP should be in sync. Better to use NTP server, but ensure there is no time drift between ESXi hosts if using host based time sync.

High Level Steps

  1. Download Easy Installer ISO and mount it.
  2. Deploy vRealize Life Cycle Manager
  3. Deploy vRealize Identity Manager or Import it.
  4. Deploy vRealize Automation environment from vRLCM.

Detailed Steps

  1. Download Easy Installer ISO and mount it as virtual CD/DVD. Go to desired OS folder and run installer.exe. E.g. In my case it was Windows machine, so i went to F:\vrlcm-ui-installer\win32\installer.exe
  1. Click Install to Start New Deployment or Migrate to migrate from earlier versions of vRrealize Automation to 8.1
  1. Accept EULA to proceed ahead.
  1. Provide target details where vRSLCM, vIDM and vRA appliances will be deployed. These details include:
    • vCenter server FQDN
    • Port – default 443, change if using custom port
    • Username
    • Password
  1. Select Target VM folder location to place appliance VMs.
  1. Select Target cluster to provide compute resources to VMs.
  1. Select target datastore to provide storage for appliance VMs.
  1. At this step, provide common network details which will be used for all three types of appliances which are vRSLCM, vIDM, vRA.
    • Network – Select Distributed Port Group or Overlay Network for VMs
    • IP Assignment – Either Static or DHCP, if using DHCP ensure reservations are created to provide static IPs
    • Subnet Mask – Provide subnet details
    • Default Gateway – Default gateway for VMs to talk to network
    • DNS Server – Ensure DNS server provided here are able to resolve both A and PTR records created for environment
    • Domain Name – base domain name in which A and PTR records are created
  1. Provide default password which will be used by Lifecycle Manager for installations.
  1. Provide IP Configuration details for vRealize Life Cycle Manager. Also, you can set DataCenter Name for your deployments in vRLCM else default_datacenter name will be used. Also, select how vRLCM will sync time, either with NTP server or ESXi host.
  1. Similarly, configure IP settings for vIDM. Few points:
    • You can skip installation of vIDM here, if you want to deploy clustered vIDM appliances. vRSLCM by default deploy single vIDM appliance.
    • If your clustered vIDM environment is ready, you can import same to vRSLCM using easy installer.
    • Also, note your default configuration admin, this will be used to configure vIDM with vRA.
  1. Similarly, provide IP Configuration details for vRA environment. Again couple of things to remember:
    • If you need to use custom CA Certificates, skip vRA deployment using easy installer, use vRSLCM later on to deploy vRA with custom certificates or use vRSLCM to rotate certificates
    • Select either standard or cluster deployment
    • If cluster deployment is selected, then it will ask for Load Balancer VIP, carefully look at option SSL Terminated at Load Balancer
      • Tick this check box, if using Layer 7 load balancer
      • Untick this check box, if using Layer 4 TCP load balancer
      • Incorrectly, selecting this can fail your deployment.
  1. Review, your configuration and press Submit to start deployment.
  1. Review installation process of vRA deployment. In high level:
    • It will deploy vRSLCM VM in vCenter
    • Power it up.
    • Wait for vRLCM services to come online.
    • Move OVA files from desktop to vRSLCM for vIDM and vRA appliances.
    • Deploy vIDM and vRA based on previous inputs.
  1. You can try to look at progress in real time by going to
  1. Once, vRLCM is deployed, you can login into putty to check on progress of OVA files copying.
  1. After vRLCM is powered up, login into it. Go to requests. You will be able to see different environment creation in progress.
    1. Globalenvironment – vIDM deployment
    2. vRA Environment Name – vRA deployment
  1. It will either deploy OVF or import existing vIDM environment as per inputs provided during setup.
  1. If you go to vCenter server, you can monitor progress of deployment of VMs.
  1. Next stage to deploy and install vRA.
  1. Again, vRA deployment progress can be monitor through vRLCM by going to requests tab. Also, if deployment got failed in between, you can retry it from within vRLCM.
  1. It will show all stages completed post successful deployment of vRA.
  1. And our shiny new vRA deployment is up and running. This conclude our deployment part.

Issues Encountered

Deployment getting failed at client-secrets failed.

Issue was due to non functional DNS server present in vRA appliances. Ensure, to use only DNS servers which can properly resolve DNS records.

ABX-Service Failed to start

Issue was due to incorrect selection of Load Balacer SSL Termination. If Layer 4 TCP Load Balancer is used, ensure SSL Pass through is used.

You can below commands to check on status of services and logs:

kubectl get pods -n prelude
kubectl get deployments -n prelude
kubectl logs -n prelude <podname>

Reference Links:

https://kb.vmware.com/s/article/78566

https://docs.vmware.com/en/vRealize-Automation/8.1/reference-architecture/GUID-766BF6D4-733A-4346-A264-39D16EF3C9CA.html

https://kb.vmware.com/s/article/79609

Conclusion

This marks the ending for this blog. VMware has made deployment of vRA very easy. Using Easy Installer it can be further completed in minimal steps. In next blog, will cover the initial configuration of vRealize Automation and how it is different from vRealize Automation 7.x in terms of configurations.

5 thoughts on “vRealize Automation 8.1 Deployment – Step by Step

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.