AirWatch 9.0 Installation: Part 1 – Database Configuration

The first component for Airwatch initial setup is to configure the SQL database. Below are the SQL Server Software Requirements:

  • SQL Server 2008 R2, SQL Server 2012, or SQL Server 2014 (in 2012 compatibility mode) with Client Tools

(SQL Management Studio, Reporting Services, Integration Services, SQL Server Agent, latest service packs). Ensure the SQL Servers are 64-bit (OS and SQL Server). SQL Server 2008 R2 or higher is required for reports.

  • Currently only Standard and Enterprise Editions are supported.
  • .NET 4.5.2 through 4.6.2 is required to run the database installer.
  • Ensure the SQL Server Agent Windows service is set to Automatic or Automatic (Delayed) as the Start type for the service. If set to Manual, it has to be manually started before database installation.

TCP/IP should be enabled

  • Use TCP/IP to connect to the database and disable Named Pipes. In SQL Server Configuration Manager, navigate to SQL Server Network Configuration and select Protocols for MSSQLSERVER.1 

     

    Once the prerequisites in place, we can start the database configuration.

    Creating the Database

    To create the database, you must perform the following steps with an administrator account that has the correct read/write permissions.

    1. On the SQL Server, open SQL Server Management Studio.
    2. Log in using your user name and password.
    3. Click Connect.
    4. Right-click Databases and select New Database.

    1.png

    1. Enter AirWatch as the Database name
    2. Scroll to the right side of Database files, select the … next to Autogrowth for AirWatch, and change File Growth to

    “In Megabytes” and the size to 128, then select OK.

  • 1.png

    Select Options, and select SQL_Latin1_General_CP1_C1_AS and select Close.1.pngNow we will Create AirWatch SQL Service Account and Assign DB Owner Roles

    – Log in to the DB server containing the AirWatch database.

    – Navigate to Security > Login, right-click, and select New Login.

    1.png. Select whether to use your Windows account or local SQL Server account for authentication. For SQL Server authentication, enter your user credentials.

    . Select the AirWatch database as the Default database.1.png

    -Navigate to the Server Roles tab. Select server role as Public.1.png

    -Select User Mapping.

    -Select the AirWatch Database. Then, select the db_owner role.1

    Select the msdb Database. Then, select the SQLAgentUserRole and db_datareader roles.1.png

    AirWatch Database Setup Utility

    Once all prerequisites are met, such as creating the database and the AirWatch

    SQL account and assigning DB owner roles used for installation, run the AirWatch database setup utility.

    It’s really simple installation (no brainer) , simply run the executable and follow the installation wizard1

    You can see above, Airwatch Database utility will install any pending component upon execution.

    11.png1.png1.pngMake sure to select correct database catalog and user have proper rights to make changes to the AirWatch database instance.11

    That’s all for database configuration for Airwatch . In Part 2 I will cover the SSL certificate and domain configuration for Device services server.

2 thoughts on “AirWatch 9.0 Installation: Part 1 – Database Configuration

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s