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

GOS – Windows


This recipe will introduce you to the how-to steps of preparing a Windows-based guest OS for a vSphere Blueprint.

  1. Log in to GOS (Windows 2012 or 2008 R2).

  2. As a side note, we presume that you have installed VMware tools, time synced, and you are able to ping IaaS and the CAFÉ appliance via FQDN and IP address.

  3. As a precaution, take a snapshot of this virtual machine if you would like to revert to its clean state when things go wrong.

  4. Open any browser and type the FQDN/IP address of the CAFE appliance:

    https://<IP address of CAFÉ appliance>: 5480/installer

    Note

    Connect to the CAFÉ node directly since the loadbalancer for CAFÉ is not configured to respond on the 5480 port.

  5. Download the guest agent files under the provisioning utilities:

  6. Right-click on the downloaded file and make sure that the contents are not blocked. If they are blocked, unblock the same:

  7. Unzip the file and copy the VRMGuestagent folder to the C drive. (C:\VRMGuestAgent).

  8. Open the Command Prompt by selecting...