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

Installation of the First DEM Worker and Proxy Agent


In this section, we will demonstrate the step-by-step procedure to install the first DEM Worker and Proxy Agent in a single server.

Prerequisites

  • Allocate the hostname and IP address, and create DNS records (A and PTR) for the Worker node.

  • Follow the instructions from the IaaS prerequisites and virtual machine preparation section in this chapter.

  • Since we will not execute the vRA PreReq PowerShell script in this node, we have to ensure that we take care of these three requirements:

    • Install .NET 4.5.2

    • Enable MSDTC (refer to page 30)

    • Start the Secondary Logon Service from services.msc until the installation is complete

Setup Details

The following details will be used for our setup:

FQDN

Hostnames

IP address

Purpose

WRK1.PKCT.LOCAL

WRK1

10.0.0.124

FQDN for first worker node

WRK2.PKCT.LOCAL

WRK2

10.0.0.125

FQDN for second worker node

Worker installation

Log in to the WRK1 node as the domain user or the service account user created...