Book Image

vCenter Troubleshooting

Book Image

vCenter Troubleshooting

Overview of this book

Table of Contents (16 chapters)
vCenter Troubleshooting
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Reinitializing the vCenter Server database


There might be a time when a reset of the vCenter Server database is the only solution. As bad as that sounds, here are a few reasons to reinitialize the database:

  • Corruption of data

  • You need to build a new vCenter Server

  • VMware Support requires a rebuild

When you reinitialize the vCenter Server database, it will act as a brand new installed instance. It is taken to its default configuration.

You can reset the database with the following steps. All the data (including all custom fields) will be permanently destroyed. A complete backup of your database is highly recommended before executing these reset steps:

  1. Stop the vCenter Server service.

  2. Open the command prompt.

  3. Change to the folder that contains the program file for vCenter Server. If you installed this using the default folder, it will be found at: C:\Program Files\VMware\Infrastructure\VirtualCenter\.

  4. At the command prompt, type and execute the following command:

    vpxd.exe -b
    

    You can see this command...