Book Image

Learning VMware vRealize Automation

By : SRIRAM RAJENDRAN, Sriram Rajendran
Book Image

Learning VMware vRealize Automation

By: SRIRAM RAJENDRAN, Sriram Rajendran

Overview of this book

With the growing interest in Software Defined Data Centers (SDDC), vRealize Automation offers data center users an organized service catalog and governance for administrators. This way, end users gain autonomy while the IT department stays in control, making sure security and compliance requirements are met. Learning what each component does and how they dovetail with each other will bolster your understanding of vRealize Automation. The book starts off with an introduction to the distributed architecture that has been tested and installed in large scale deployments. Implementing and configuring distributed architecture with custom certificates is unarguably a demanding task, and it will be covered next. After this, we will progress with the installation. A vRealize Automation blueprint can be prepared in multiple ways; we will focus solely on vSphere endpoint blueprint. After this, we will discuss the high availability configuration via NSX loadbalancer for vRealize Orchestrator. Finally, we end with Advanced Service Designer, which provides service architects with the ability to create advanced services and publish them as catalog items.
Table of Contents (15 chapters)
Learning VMware vRealize Automation
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Proxy Agent installation


A proxy agent is a type of infrastructure agent used to interact with hypervisor endpoints for the provisioning of virtual machines. vRA has the ability to have multiple vCenters as endpoints. This is cool if you need to do true multi-tenancy and a tenant has security requirements that require them to have their own vCenter instance. There can be multiple proxy agents pointing to the same endpoint for high availability reasons.

In order to include an additional vCenter Server in vRA, you'll need to install an additional agent; every vCenter instance requires its own agent:

  1. Right-click on the installer (setup_cafe1.pkct.local@5480) used for installing DEM Worker and select Run as Administrator to begin the installation.

  2. On the installation type page, select Custom Install and then choose Proxy Agents under Component Selection.

  3. Once again, the installer will execute the Prerequisite checker; if every requirement is satisfied, the Bypass button will be grayed out. Click...