|
Configuring VMware vCenter with SQL Server - Configuring SQL Server for vCenter |
|
|
|
|
Written by Tom Hirt
|
|
Saturday, 10 October 2009 18:27 |
|
Page 3 of 6
Configuring SQL Server for vCenter
Continuing with our configuration of vCenter / Virtual Center and SQL Server 2005, its now time to configure the database. Microsoft provides a free tool called SSMS (SQL Server Management Studio) to help manage SQL Server. Download and install SSMS on the host you intend to install vCenter on.
In the following section, we will use SSMS to create a new database and set the appropriate permissions to allow vCenter to interface with SQL Server. Lets begin!
- Using SSMS, login to our newly created SQL Server instance

- Create a new login for vCenter in order to access the database. Expand the Security folder and right click on Login selecting the "New Login" option

- Provide a login name and password for vCenter removing the "Enforce password expiration" option

- On the Server Roles screen, select the "sysadmin" security privilege and click "OK"

- From the Object explorer window, right click on the "Databases" folder and select "New Database"

- On the New Database window, provide a name for the database and set the Owner to the user created from step #3 above

- From the Options page, change the Recovery model to "Simple" and click "OK"

- Locate the user created from step #3 above, and click properties

- On the Login Properties window, change the users default database to the database created from step #6 above

Your SQL database is now configured for vCenter! We will now continue with the configuration installing the SQL Native Client Driver on the vCenter host.
|
|
Last Updated on Thursday, 29 October 2009 19:31 |