Backing up the vCenter Server database running on Microsoft SQL or SQL Express server
book
Article ID: 345520
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
This article provides steps to back up the vCenter Server database running on Microsoft SQL or SQL Express server as a regular maintenance task.
Resolution
To back up the vCenter Server database:
Download and install Microsoft SQL Server Management Studio Express.
Open SQL Server Management Studio Express and connect to the vCenter Server database server or instance.
Note: If you are not using a dedicated SQL server, the database resides on vCenter Server. To verify the location and database name:
Open the ODBC connector.
Click the System DSN tab.
Find the vCenter Server item.
Click configure.
Proceed through the steps and note the SQL Server and the default database.
Stop all vCenter Server services on the vCenter Server system. This ensures that no service is out of sync during the backup. For more information, see Stopping, starting, or restarting vCenter services.
Expand Databases and look for the vCenter Server database, usually named as VIM_VCDB, unless you renamed it during the initial creation.
Right-click the vCenter Server database and Click Tasks > Back Up.
Select your backup options and Click OK.
Copy the backup file to a safe location during maintenance or upgrades. Ensure to perform this backup before performing any operation on vCenter Server, as it holds current and historical data.