Book Image

VMware vRealize Configuration Manager Cookbook

By : Abhijeet Shriram Janwalkar
Book Image

VMware vRealize Configuration Manager Cookbook

By: Abhijeet Shriram Janwalkar

Overview of this book

VMware vRealize Configuration Manager (VCM) helps you to automate IT operations, manage performance, and gain visibility across physical and virtual infrastructure. It is continuously being used by enterprises to audit the configurations of the VMware infrastructure as well as the Windows, Linux, and UNIX operating systems. This book is filled with practical recipes through which you will learn about the latest features of vRealize Configuration Manager 5.8.X, starting with installation of various tiers of VCM followed by configuration management across physical and virtual servers. Throughout this book, you will explore how VCM can perform tasks such as patch management, compliance assessment, and software package distribution along with Machine filters for new platforms such as RHEL 7 and Windows 10. This book will ease your troubles while upgrading from the existing VCM to the latest version by providing you with step-by-step instructions about the process of migration along with upgrade and maintenance support. This book will help you understand how to integrate vRealize Configuration with other applications along with schedule management and also guide you on how to handle security issues. After reading this book, you will have a clear understanding of how VCM fits in the overall picture of the data center design from a patching and compliance perspective.
Table of Contents (18 chapters)
VMware vRealize Configuration Manager Cookbook
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
11
Understanding VCM Console

Adding a vCenter Server instance


Before we start managing our virtual infrastructure, we need to add the components to VCM. We will start adding them in the following recipes, starting with vCenter.

Getting ready

We will need a user with administrative access to the vCenter instance that we want to add to VCM as well as its fully qualified domain name (FQDN) or IP address.

How to do it...

To add the vCenter instance to VCM, log in to the VCM server UI and follow these steps:

  1. Log in to VCM with an administrative account.

  2. Go to Administration | Machines Manager | Licensed Machines | Licensed Virtual Environments.

  3. Click on Add Machines.

  4. Select Basic on the first page of the wizard.

  5. Enter the hostname (not FQDN here) for the machine name, select Domain from the dropdown which the machine belongs to, select DNS for Type, and vCenter Windows for Machine Type.

  6. Click on Add, and then click on Next.

  7. Click on Finish to close the wizard.

    Note

    With these steps, we added the vCenter instance to VCM, but we still...