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

IaaS installation


Infrastructure as a Service (IaaS) enables the rapid modeling and provisioning of servers and desktops across virtual and physical, private and public, or hybrid cloud infrastructures. Access to the infrastructure features is provided by the IaaS component. The installation of all IaaS components takes place on a Windows machine (physical or virtual).

The IaaS component of vRealize Automation includes multiple parts:

  • MS SQL database

  • IaaS Web Server

  • IaaS Manager Service

  • Distributed Execution Managers (Orchestrator and Workers)

  • Proxy Agents

A list of supported OSes and databases for installing IaaS components can be found at https://www.vmware.com/pdf/vrealize-automation-62-support-matrix.pdf.

The following configuration will be used in this setup:

  • All IaaS components will be installed in a virtual machine

  • Windows OS—Windows 2012 Standard

  • Database—SQL Server 2008 R2 RTM (10.50.1600.1) Enterprise Edition (x64)

The following are just recommendations for virtual machine configuration; feel...