Book Image

VMware vSphere 5.5 Cookbook

By : Abhilash G B
Book Image

VMware vSphere 5.5 Cookbook

By: Abhilash G B

Overview of this book

Table of Contents (22 chapters)
VMware vSphere 5.5 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a shared repository


We can export downloaded patch data from the repository used by the UMDS to a shared location so that the Update Manager server can be configured to use this shared location.

How to do it...

  1. To export the downloaded patch data to a shared repository, issue the following command:

    Syntax:

    vmware-umds -E --export-store repository_path
    

    Example:

    vmware-umds -E --export-store C:\PatchRepo
    vmware-umds -E --export-store \\vcenterhost001\atvc
    

How it works...

The command copies the data from the patch store to the shared repository. You have to periodically export the patch data to keep the shared repository up to date. The shared repository folder should have read permissions over the network.