Book Image

Microsoft Application Virtualization Cookbook

Book Image

Microsoft Application Virtualization Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Application Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring SQL Server


Microsoft SQL Server is required to host the App-V Management and Reporting databases. With the exception of very large deployments of App-V, SQL server can be collocated on the App-V Management Server (and on the Publishing server as well).

Getting ready

This recipe assumes that you have provisioned and domain-joined a server with the name APPV1, and that you have a valid licence to install Microsoft SQL Server 2008, 2008 R2, or 2012 at the Standard, Enterprise, Datacenter, or Developer Edition levels. Note that the Express edition is not supported.

How to do it...

Here are the fundamental steps involved in this recipe:

  1. Install and configure a default setup of SQL Server.

  2. Launch the SQL Setup application, select Installation and New SQL Server stand-alone installation or add features to an existing installation.

  3. Allow the Setup Support Rules check to complete and click on OK.

  4. Enter your product key and click on Next.

  5. Review the terms of the licensing agreement, tick the I accept the license terms box, and click on Next.

  6. Allow the Setup Support Rules check to finish. At this stage, you might have a warning on Windows Firewall stating that certain ports are not open. This can be safely ignored as we are hosting the App-V Management server and SQL server on the same machine. Click on Next.

  7. On the Setup Role screen, select SQL Server Feature Installation and click on Next.

  8. On the Feature Selection screen, tick the Database Engine Services option and click on Next.

    Tip

    Note that no other SQL Server features are required for App-V; however, you may install the Complete Management Tools set to allow you to examine the contents of the App-V Management database.

  9. Allow the Installation Rules check to complete and click on Next.

  10. Leave the Default instance option selected with Instance ID set to MSSQLSERVER. Click on Next.

  11. Review the Disk Space Requirements check and click on Next.

  12. Accept the defaults for the Service Accounts option and click on Next.

  13. On the Database Engine Configuration set, select Windows authentication mode and click on Add Current User to make the account that you are logged in with an administrator on SQL Server. You must use the same account to install the App-V Management Server in the next recipe.

  14. On the Error Reporting page, accept the defaults and click on Next.

  15. Review the Installation Configuration Rules check and click on Next.

  16. Review the final SQL Server configuration and click on Install to begin the setup.

  17. After the installation is complete (depending on your hardware this could take a few minutes), click on Close to finish the setup process.