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

Configuring the SCR Tool base path for the patching repository


The setting for the SCR Tool base path in VCM must point to the location where you installed the SCR Tool on the patching repository machine.

The base path directory contains directories for the SCR binary files, configuration files, and logs.

Getting ready

As usual, we are building a patching mechanism, so all previous recipes are important to continue with subsequent ones. The same is applicable for this recipe: complete all the previous recipes before starting this one.

How to do it...

In this recipe, we will make a few changes to the VCM configuration; just follow these steps:

  1. Navigate to AdministrationSettings | General  Settings | Patching |UNIX | Additional Settings.

  2. Select Default Machine Group Mapping for Temporary files during patching and change it to a folder you know will have enough space to download the patches before installation.

    How much space is enough will depend on how many patches are getting deployed.

    If you...