Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Learning VMware vRealize Automation
Learning VMware vRealize Automation

Learning VMware vRealize Automation: Learn the fundamentals of vRealize Automation to accelerate the delivery of your IT services

eBook
₹799 ₹2919.99
Paperback
₹3649.99
Subscription
Free Trial
Renews at ₹800p/m

What do you get with a Packt Subscription?

Free for first 7 days. ₹800 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Learning VMware vRealize Automation

Chapter 1. vRealize Automation and the Deconstruction of Components

Welcome to the world of automation! I am sure you have heard about vRealize Automation product (vRA), formerly vCloud Automation Center (vCAC). In this chapter, we will focus on the use cases and what vRealize Automation solution is. We will further discuss the following topics:

  • The conceptual diagram of vRealize Automation
  • CAFÉ Appliance and component deep dive
    • vPostgres
    • RabbitMQ
    • vCAC server
    • tcServer (Tomcat)
    • Telemetry
  • IaaS – architecture and component deep dive
    • Model Manager Web (a.k.a. repository)
    • Model Manager Data
    • MSSQL database
    • Manager Service
    • DEM (Orchestrator and Worker)
    • Proxy agents
    • Management agents (starting vRA 6.2)

What is vRealize Automation?

vRealize Automation (a.k.a vRA) is a complete Cloud Management Platform (CMP) that can be used to build and manage a multi-vendor cloud infrastructure. Using an automation solution, end users can self-provision virtual machines in private and public cloud environments, physical machines (install OEM images), applications, and IT services according to policies defined by administrators.

Using a sales pitch definition—it is a self-serviced, policy-driven orchestration and cloud automation engine with integration capabilities built into the core of the product.

What is vRealize Automation?

Before you move forward, I would like you to take a closer look at the preceding image that depicts how various products in VMware dovetail to complement the automation solution. The automation construct is built upon a layer of management that can automate tasks and activities in compute, storage, and network components that is referred to as Software-Defined Data Center (SDDC).

Key capabilities

I have listed a few key capabilities about vRealize Automation. While there could be many more, the following list should cover it all:

  • A single solution of abstracted service models
  • Model once, deploy anywhere
  • Personalization through policies

A single solution of abstracted service models

vRealize Automation provides the ability to create models of services. These services are abstracted from each other within a single solution. For example, application services (PaaS) are abstracted from infrastructure services (IaaS), which are further abstracted from resource pools. I like to think about these as layers of services, layered on top of each other like the layers of an onion. If you think about it, VMware has always been in the business of providing abstraction.

Model once – deploy anywhere

The power of the abstracted service model is that you can treat a model the same irrespective of where the service gets deployed. You can model a service once, and deploy it anywhere; be it production or development or a cloud (private or public) setup.

Personalization through policies (governance)

Governance is considered a high priority item in the world of automation. Even though we want to create models of abstracted services that can be treated the same irrespective of where they get deployed, we do not want to provide each consumer with the same service. Each consumer demands a personalized service for specific business needs. vRealize Automation provides this ability through policies. Fine-grained policies work in conjunction with personalization of a service. For example, if a developer requests a service, they will receive a development environment with a small footprint, without the need for approvals, perhaps deployed into the public cloud. If a business analyst requests the same service, their personalized service may get deployed into the private cloud by placing approvals in place.

These key capabilities of vRealize Automation are unique. They are critical for providing agility by automating the delivery of personalized services.

Common use cases of vRealize Automation

From my experience, here are the most common use cases of vRealize Automation solution:

  • Create a catalog of standard operating systems that can be consumed by an organization with a single click
  • Offer other services beyond infrastructure, for example—PaaS, XaaS
  • Requirement to integrate with CMDB or ITSM tools to track activities about a machine when it's provisioned
  • The integration of an IPAM system for an IP address when provisioning a machine
  • Advanced governance is priority
  • Hybrid cloud deployments

Many other use cases can be listed here, but I will limit the list since our primary requirement is to make you understand the core capabilities of the product.

Do spend some time to recognize the goodness this product has:

Common use cases of vRealize Automation

vRealize Automation – a conceptual diagram

Just for the ease of understanding, we have broken down the components of vRealize Automation into the following:

  • An identity source used for authentication (can be a Windows- or Linux-based identity management server)
  • A vRealize Automation appliance, a.k.a. a Cloud Automation Framework for Extensibility (CAFÉ) appliance
  • An IaaS server
    vRealize Automation – a conceptual diagram

Identity management appliance or SSO or PSC

The identity management appliance or vSphere 5.5 SSO or vSphere 6.0 PSC provides Single Sign-On (SSO) capabilities that allow connectivity to Active Directory (AD) or Open LDAP-compatible directory services.

Identity management appliance

This is a preconfigured virtual appliance that serves as the heart of the SSO system with limited capabilities released specifically for the vRealize Automation product. It serves all authentication requests and handles multiple identity sources and uses a routing layer to route requests to an appropriate subsystem (a configuration or authentication interface). It is important to note that an IDM appliance is recommended for small-scale deployments. If your design demands high availability, you could use a vSphere feature such as HA and FT since the IDM appliance does not have native capability to cluster or join with the existing SSO deployments.

vSphere 5.5 SSO

vSphere 5.5 SSO is available as a Windows-based as well as a Linux-based appliance and can be added to an existing SSO domain. If your design demands an SSO configuration to be highly available behind a load balancer, you are limited to using only a Windows version of SSO, but be aware that it supports active/passive failover mode.

vSphere 6.0 PSC

Since the release of vSphere 6, the SSO configuration has been built into Platform Service Controller (PSC) that is available in both Linux and Windows-based flavor. If your design demands an SSO configuration to be highly available behind a load balancer, you have the flexibility to choose between both Linux and Windows:

vSphere 6.0 PSC

vRealize Automation or CAFÉ appliance

A vRealize Automation or CAFÉ appliance is a preconfigured virtual appliance that deploys vRealize Automation services and related components. The virtual appliance is built on top of the SUSE Linux Enterprise Server 11 (SLES) operating system. The CAFÉ appliance is focused on the business logic behind vRA that allows the IaaS component to focus on provisioning.

The server includes the vRealize Automation services, which provide the following:

  • A single portal for self-service provisioning
  • The management of cloud services
  • Authoring and administration
  • Governance-related tasks

It includes an embedded vPostgres database, vRealize Orchestrator (server/configurator), Rabbit MQ messaging server, and vFabric Tomcat server:

vRealize Automation or CAFÉ appliance

vPostgres

The CAFÉ appliance has an embedded vPostgres database for catalog persistence. This appliance has the option to either use the embedded Postgres database or an external vPostgres database. Some of the contents of the database include the following:

  • Catalog item details
  • Entitlements
  • Approval policies
  • Advanced Service Designer information
  • Service definitions

RabbitMQ

This is a message broker that uses the Advanced Message Queuing Protocol (AMQP). Since RabbitMQ service will start before the vcac-server service, it is important that RabbitMQ service starts successfully; otherwise, some of the vRA services will fail. While the services in the CAFÉ appliance use REST API to communicate with each other, RabbitMQ is used to handle the following:

  • Work queues
  • Buffer and batch operations
  • Request offloading
  • Workload distribution

To check whether the RabbitMQ server is connected, execute the command as shown in the screenshot in the vRealize Automation server — rabbitmqctl list_queues.

If the RabbitMQ server is connected, the output will match the following screenshot:

RabbitMQ

In case the RabbitMQ server is down, the result will be an error as shown:

Listing queues...
Error: unable to connect to node rabbit@localhost: nodedown

vCAC server

This service is the core of vRealize Automation. It starts the tcServer component when it is initialized.

tcServer (Tomcat)

VMware vFabric tcServer is a web application server based on open source Apache Tomcat. With its lean architecture and small memory footprint, tcServer requires significantly fewer resources than conventional Tomcat servers and allows you to have a greater server density in virtual and cloud environments. vRealize Automation deploys all the web applications inside the vFabric tcServer:

tcServer (Tomcat)
  • Shell-UI: This is the web interface that users hit when they connect to the CAFÉ UI.
  • Component registry: This is similar to the SSO lookup service in vCenter. It acts as a central repository that manages all the common services and endpoints. Since all services are registered to component registry, a lookup is performed against it to find the URI and its certificates.
    • A central repository for all the services and stores endpoint-related information
    • A central repository for clients to get the required service and endpoint information
    • A central repository that provides the health status of every service—checks whether a service is alive or dead

Telemetry

Telemetry was introduced with the vRealize Automation 6.2 version and is also known as the Customer Experience Improvement Program (CEIP). The intent of this new feature is to allow customers to opt-in to send information back to VMware for the purpose of improving the product. This functionality lives within the CAFÉ appliance and is turned off by default when the VA is deployed. To access it, you will have to navigate to the vRA VA VAMI page and click the new tab called Telemetry. Within this screen, you can set when and how often the data is sent back to VMware along with any sort of data masking rules that you want to set up.

IaaS – architecture and component deep dive

vRA IaaS is made up of several components, and it is important to understand how they all relate to each other. The following conceptual diagram will help to illustrate what is being installed on the Windows Server:

  • Model Manager Web (a.k.a. repository)
    • IaaS Web UI
    • WAPI
    • Reports
  • Model Manager Data
  • MSSQL database
  • Manager Service
  • DEM (orchestrator and worker)
  • Proxy agents
  • Management agents (starting with vRA 6.2)

All of the preceding components will be installed in Windows OS:

IaaS – architecture and component deep dive

Model Manager

The Model Manager role actually refers to two types of data—Model Manager Data and Model Manager Web a.k.a. repository.

Model Manager Data

The Model Manager Data holds the business logic required to connect/manage endpoints and execute workflows.

Since the business logic is uploaded to the database during the installation of the first web node, the successive web node installation in a distributed install does not allow us to install the Model Manager Data.

Please note, the business logic is always referenced from the database and never referenced from the Model Manager Data folder stored in the filesystem of first web node. While the business logic is not referenced during runtime, it is used only during upgrades or when executing the Register Solution User and RepoUtil commands.

Model Manager Web a.k.a. repository

Model Manager is designed for Microsoft IIS and therefore, needs to be installed on a Microsoft IIS Web Server. Model Manager Web is also referred to as repository. It exposes the IaaS data model as a service and allows Create/Read/Update/Delete (CRUD) operations on the IaaS database. They implement the business logic that is executed by Distributed Execution Manager (DEM)—this triggers DEM workflows (more details later in this chapter) on create/update/delete.

The website component communicates with the Model Manager, which provides the component with updates from the DEM, proxy agents, and database.

There are four websites that are configured while installing the Model Manager Web component:

  • IaaS Web UI: https://FQDN-of-IAAS-Web-Server/vcac

    When a user requests to log in to this website, the IaaS Web UI presents the form in a frame on the Infrastructure tab on the CAFÉ UI.

  • WAPI portal: https://FQDN-of-IAAS-Web-Server/WAPI

    This is a IIS web application exposing a private API through a REST interface. Web API is a proxy layer that exists in the web machine, which is a service-oriented API developed using .NET, and acts as the integration point between the CAFÉ appliance and the repository. WAPI is registered in the component registry against the IaaS service. The important point to note is that the vCAC service uses the WAPI endpoint registered in component registry to communicate with IaaS components. WAPI is also used to check the health status of the IaaS service. In short, all communication for IIS goes through WAPI.

  • Reporting website: https://FQDN-of-IaaS-Web-Server/vcacReports

    As the name suggests, it is used for any reporting-related information.

  • Repository website: https://FQDN-of-IaaS-Server/Repository

    Connecting to this website will fetch you the details related to the repository. However, the only catch is that you should connect to the nodes (WEB1 or WEB2) directly and not via the load balancer virtual IP.

MSSQL database

This database is used by the IaaS component to store the following:

  • Business groups
  • Fabric groups
  • Endpoint definitions
  • IaaS resources
  • Reservation policies
  • Blueprints

Note

Microsoft Distributed Transaction Coordinator (MSDTC) must be enabled in the database machine. The only supported high availability model for the database is through Windows Server Failover Clustering, and this requires a shared block storage. The newer Always On replication model is not supported today due to the vRA dependency of the MSDTC but it does not work with Always On.

Manager Service

The vCloud Automation Center service (commonly called the Manager Service) is a Windows .NET service that coordinates communication between DEMs, agents including guest agents (over SOAP), the IaaS database, AD (or LDAP), and SMTP. The Manager Service communicates with the repository to queue external workflows in the SQL database that will be later picked up by either a DEM worker or a proxy agent or a guest agent.

Some of the key functionalities of Manager Services are listed here:

  • Triggers inventory/state/performance data collection for the managed compute resource.
  • Processes data collection response ONLY for proxy agent-based hypervisor.
  • The master workflows (machine transition states from requested to destroy) are handled by Manager Service. For details on the life cycle states, refer the following diagram:
    Manager Service

Tip

The grayed-out states give extensibility hooks.

A Virtual Machine Observer (VMO) task is another important task performed by Manager Service. This task is scheduled to be executed every 60 minutes to check whether any machine has expired or reached the archive state and initiates the required operations. Earlier, in the vRA 6.2 version, a VMO task was executed every 10 seconds. Since it's a resource-intensive action, it has been added as a configuration parameter in the manager service config file (ProcessLeaseWorkflowTimerCallbackIntervalMiliSeconds).

For additional details, please refer to http://pubs.vmware.com/vra-62/index.jsp?topic=%2Fcom.vmware.vra.system.administration.doc%2FGUID-5FBB7C73-2AAD-4106-9C0D-DE7B416A4716.html.

Distributed Execution Manager

The Distributed Execution Manager (DEM) is of two types. It can either act as a DEM Worker or a DEM Orchestrator.

DEM Orchestrator (DEO)

One of the main tasks of a DEM Orchestrator is to monitor the status and health of DEM Workers:

  • If the Worker service stops or loses its connection to the repository (Model Manager Web), the DEM Orchestrator clears all associated workflow instances to the non-functional DEM Worker, thus allowing the other DEM Workers to pick up the workflows. This explains why we don't need to explicitly create high availability for DEM workers.
  • Performs the scheduling of daily recurring workflows, such as inventory data collections, state data collection, and performance collections, by creating new workflow instances at the scheduled time.
  • The RunOneOnly feature in the DEM Orchestrator ensures that only one instance of any workflow is executed at a given time by the DEM Worker.
  • It pre-processes workflows before they are executed including checking the preconditions that are required for the workflows.
  • From an availability standpoint, the DEM Orchestrator works in an active/standby configuration. At least one DEM Orchestrator is necessary every time workflows are run. It's also recommended to install an additional DEM Orchestrator instance on a separate machine to help in providing HA in case of failure. In case of failure in the active DEM Orchestrator, the standby Orchestrator will take over automatically since it monitors the status of the active DEM Orchestrator.

DEM Worker

Distributed Execution Manager (DEM) Worker executes the core business logic of custom models by interacting with the VMware database and with systems such as vRealize Orchestrator (vRO), vCloud Director, and vCloud Air . Multiple DEMs can be deployed for scalability, availability, and distribution. DEMs can also manage physical machine-related life cycle events.

Infrastructure agent

The agents are designed to interact with external systems. There are different types of agents, each having specific functions:

  • Virtualization proxy agents: These interact with hypervisors (vSphere, KVM, Hyper-V) to provision virtual machines and the data collection of an inventory. There can be multiple proxy agents to the same hypervisor (N: 1).
  • Integration agents: Virtual desktop integration (VDI) and external provisioning integration (EPI) fall under this purview.
  • WMI agents: These enable data collection from the Windows machines managed by vRealize Automation.

Note

If you have more than one vCenter endpoint, then you have to install an additional vSphere agent—it's a 1:1 mapping between the vCenter endpoint and the vSphere Agent. You can have multiple agents talking to the same vCenter endpoint in case of high availability but each agent should be on a different server, and they all should have the same name else you will run into many issues. For example if you have three agents pointing to a single vCenter Server, then all the three agents pointing to this vCenter Server should be named as Agent. Please refer to KB: 2052062 for additional details.

Management agent

The management agent helps to collect support and telemetry log information through a cluster collection process. The management agent is automatically installed as a part of deployment in every IaaS node. The management agent pings the CAFÉ appliance via port 5480 every three minutes to check whether any work item (telemetry information or a log bundle collection) is pending. If a work item is pending, it will execute the work item and send back the response. So even if the vCAC server service in the CAFÉ appliance has been stopped, the management agent will be able to function.

The roadmap for the management agent in the upcoming releases of vRA will be the following:

  • Enable vRealize Automation to automate the installation of IaaS components (Windows-based)
  • Can be installed via command line or UI

Startup order

As you have understood that the vRealize Automation solution has multiple components, the startup order for every component plays an important role when recovering from a power outage or an orchestrated shutdown. Here is the recommended startup method.

Start with the load balancer; ensure that it is fully functional before moving on to the next step. If NSX LB is used, connect to the NSX Edge appliance via SSH and execute the command (show service loadbalancer monitor) and check whether the configuration is intact and enabled:

  1. Power on the PostgreSQL and MSSQL database machines if external to your servers. If embedded with the CAFÉ nodes, these must come up first in the boot order.
  2. Power on the identity appliance or vSphere SSO/PSC, and wait until the startup finishes. Before moving on to the next step, do the following:
    1. Connect to the SSO/PSC web portal using its virtual IP (only for SSO and PSC, if they are behind a load balancer). For example, https://psc.pkct.local (this should take you to the SSO/PSC page).
    2. For the identity appliance, connect to the VAMI page. For example, https://FQDN-of-Identify-Appliance:5480
  3. Power on the primary vRealize Appliance. If you are running a distributed deployment, start the secondary virtual appliances next and wait until the startup finishes.
  4. Power on vRealize Orchestrator. If you are running a distributed deployment, start the secondary appliances next and wait until the startup finishes.
  5. Power on the primary web node and wait until the startup finishes:
    1. If you are running a distributed deployment, start all the secondary web nodes.
  6. Power on all the Manager Service nodes.
  7. Power on the Distributed Execution Manager Orchestrator, Workers, and all vRealize Automation agents.
  8. You can start these components in any order and you do not need to wait for one startup to finish before you start another.

Once all these steps are completed, perform the following steps:

  1. In a simple deployment—https://FQDN-or-IP-of-CAFE:5480/ and wait until all the services show up as REGISTERED.
  2. In a distributed deployment—https://FQDN-or-IP-of-CAFÉ(1/2..n):5480 and wait until all the services show up as REGISTERED.
    Startup order

Shutdown order

To preserve data integrity, follow the following shutdown order for the vRealize Automation components:

  1. Shut down the primary vRO appliance. Once the shutdown completes, shut down the secondary nodes.
  2. Shut down the Distributed Execution Manager Orchestrator, Workers, and all the vRealize Automation agents in any order and wait until all components finish shutting down.
  3. Shut down the Manager Service machine. Once the shutdown finishes, continue to shut down additional nodes if they exist.
  4. Shut down the primary web node. Once the shutdown finishes, continue to shut down additional nodes if they exist.
  5. Shut down the primary vRealize CAFÉ appliance. Once the shutdown finishes, continue to shut down additional node if they exist.
  6. Shut down the PostgreSQL and MSSQL virtual machines in any order and wait until the shutdown finishes.
  7. Shut down your SSO appliance, which could be an identity appliance or a vSphere SSO/PSC if this is dedicated for the vRA deployment.
  8. Shutting down the load balancer will be the last step.
    Shutdown order

Summary

This chapter is intended to refresh your understanding of the vRA architecture, and it depicts the high level details of every component involved. It's important for us to understand the functionality of each component and its workflow before we set out to build the distributed vRealize Automation installation. In the next chapter, we will focus on planning the requirements and steps involved in building the distributed vRealize Automation infrastructure.

Left arrow icon Right arrow icon

Key benefits

  • Learn to install the vRealize Automation product in a distributed architecture using a load balancer
  • Plan backup and recovery strategies for every vRealize automation component
  • Use vRealize Automation to manage applications and improve operational efficiency using this simple and intuitive guide

Description

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.

Who is this book for?

This book is for anyone who wants to start their journey with vRealize Automation. It is your one-stop instruction guide to installing and configuring a distributed setup using NSX load balancer. Regardless of whether or not you have used vRealize Automation before, following the steps provided in each chapter will get you started with the product.

What you will learn

  • Understand the basic building blocks of vRealize Automation before embarking on the journey of installation
  • Familiarize yourself with the requirements and steps that need to be performed during the first phase of the distributed installation
  • Carry out a functional validation of the first phase of installation before completing the installation
  • Build a blueprint for vSphere endpoint, an essential step for a successful deployment of a service catalog
  • Create, configure, and deploy tenants, endpoints, blueprints, and the service catalog
  • Get to grips with the failover process for all components in vRealize Automation
  • Learn to configure the NSX loadbalancer for vRealize Orchestrator for high availability
  • Leverage ASD to develop XaaS (Anything as a Service) in vRealize Automation to deliver valuable competence

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 03, 2016
Length: 230 pages
Edition : 1st
Language : English
ISBN-13 : 9781785885839
Vendor :
VMware
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. ₹800 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Feb 03, 2016
Length: 230 pages
Edition : 1st
Language : English
ISBN-13 : 9781785885839
Vendor :
VMware
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
₹800 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
₹4500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts
₹5000 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 10,949.97
VMware vRealize Operations Essentials
₹3649.99
VMware vRealize Orchestrator Essentials
₹3649.99
Learning VMware vRealize Automation
₹3649.99
Total 10,949.97 Stars icon
Banner background image

Table of Contents

9 Chapters
1. vRealize Automation and the Deconstruction of Components Chevron down icon Chevron up icon
2. Distributed Installation Using Custom Certificates Chevron down icon Chevron up icon
3. Functional Validation – Phase 1 and Installing Secondary Nodes Chevron down icon Chevron up icon
4. Configuring a Guest OS for vRealize Automation vSphere Blueprints Chevron down icon Chevron up icon
5. Functional Validation – Phase 2 and Zero to VM Provisioning Chevron down icon Chevron up icon
6. Testing Failover Scenarios for vRealize Automation Components Chevron down icon Chevron up icon
7. vRealize Orchestrator in High Availability via the NSX Load Balancer Chevron down icon Chevron up icon
8. The Power of Advanced Service Designer (ASD) Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.7
(3 Ratings)
5 star 0%
4 star 33.3%
3 star 33.3%
2 star 0%
1 star 33.3%
Amazon Customer Feb 09, 2016
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I was the technical reviewer of this book and I really enjoyed while perform the review of this book. Sriram Rajendran has done a great job in explaining the concepts of the vRA and the do’s and don’ts while designing and implementing vRealize Automation.The book is for anyone who is interested in learning the concepts of the vRA and planning to perform the deployments. It’s necessary to have basic system administration and virtualization skills particularity on the VMware vSphere.The book consists of 8 chapters, the first chapters gives a good overview of the vRA and the components which are part of the vRA suite. Chapter 2 – 5 takes you through installation & configuration of the vRA with the required functional testing to be done for a successful deployment. Chapter 6 helps to understand the failover testing which are performed as part of the User Acceptance testing of the vRealize Automation.Since the book is focused on the distributed install, load balancer is required for certain components of the vRA. VMware NSX load balancer is used as load balacer through this book for configuration. However do note this book covers only the basic configuration of the LB on NSX, it is assume NSX has been setup and fully functional for the vRA.The books ends with explaining the benefits of Advanced Service Designer (ASD), and how to achieve XaaS using the ASD.I would recommend this book for anyone interested in learning about automation and Orchestration.
Amazon Verified review Amazon
Bengt Grønås Apr 16, 2017
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
Vra6, basic for understanding vra. Very well written, simple to understand. Very pedagogically and comprehesive for you to understand the basics
Amazon Verified review Amazon
John Warner Sep 25, 2017
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
It's ok as an installation guide but is *extremely* shallow on blueprints. Not really worth buying.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.