Create a Database and DSN for Linked Clone Desktops
In this example where going to create a database instance and DSN for VMware View Composer on the standard database who is created during the installation of vCenter.
Add a linked clone desktop database instance to SQL Server 2005
Download and install SQL Server Management Studio Expres from Microsoft.
- On the vCenter host: Start | All Programs | Mircosoft SQL Server 2005 | SQL Server Management Studio Express and connect to the existing SQL Server instance.
- In the Object explorer pane, right-click the Database entry and select New Database.. The New Database dialog appears.
- Enter a name (Example: VMwareView) in the Database name field and click Ok.
- Exit
Add an ODBC datasource
- Select Start | Administrative Tools | Data Source (ODBC).
- Select the System DSN tab
- Click Add and select SQL Native Client from the list.
- Enter a name (Example: Vmware View Link Clones) and a brief description of the database. In the server field select your server (hostnamedatabasename) and click Next.
- Make sure the Connect to SQL Server to obtain default settings for the additional configuration options is selected.
- Select the authentication method:
- With intergrated Windows authentication: Works only if the database is on the vCenter host)
- With SQL Server authentication usering a login ID and password entered by the user: Use this option if you dabase is on a seperate server
- Enable the Change the default database to checkbox and select the database your earlier created and click Next.
- Click Finish and Ok.
- Close the ODBC Data Source Administrator.
About Michael
Michael Wilmsen is a experienced VMware Architect with more than 20 years in the IT industry. Main focus is VMware vSphere, Horizon View and Hyper Converged with a deep interest into performance and architecture.
Michael is VCDX 210 certified, has been rewarded with the vExpert title from 2011, Nutanix Tech Champion and a Nutanix Platform Professional.
By SQL Tutorials, May 1, 2009 @ 03:14
Does anyone know if there is another language or set of commands beside SQL for talking with databases?
I’m working on a project and am doing some research thanks
By Mike, May 5, 2009 @ 15:07
Hi, As far as I know, SQL is the only query language that is supported. If you find another, please
let me know!
By SQL Tutorials, May 1, 2009 @ 03:14
Does anyone know if there is another language or set of commands beside SQL for talking with databases?
I’m working on a project and am doing some research thanks
By Mike, May 5, 2009 @ 15:07
Hi, As far as I know, SQL is the only query language that is supported. If you find another, please
let me know!