- Category: Microsoft
SQL 2014 Availability Group with Windows 2016 Cloud Witness
Article Index
Page 3 of 5
Install SQL 2014
SQL needs to be installed on each Windows 2016 Server
- Start the SQL 2014 Enterprise installer
- Most of the screens can be continued through. On the feature selection select 'SQL Server Replication' and management tools
- Feel free to change the instance or leave default
- Configure the service account to run SQL along with adjusting service startup option
- Configure SQL access. I chose mixed mode.
- Continue through the prompts
Configure SQL Service
Adjust the SQL instance so it can join the cluster.
- Run 'SQL Server 2014 Configuration' from the start menu and select 'SQL Server Services'
- View the properties of 'SQL Server'
- Select the 'AlwaysOn High Availabilty' tab and place a check in 'Enable 'AlwaysOn Availability Groups' and hit OK
- Restart the SQL server service
Create Database Backup
For this example I created a single database called 'testag' running only on the first node. A backup is required to place in a availability group.
- Start the backup wizard on the database
- Run the backup with all defaults and location of your choice
- Verify backup is complete
Create Temporary Windows Share
The availability group wizard needs a Windows share that is accessible to all nodes where it will copy the backup files needed while setting up the group. This share is only used when the group is created.
- Create a folder on the first node or use an existing path that will have access. I used 'C:\TempShare'
Create SQL 2014 Availability Group
- Run the 'New Availability Group Wizard'
- Select the name for the availability group.
- Select the database to add to the group. (A backup must be created before this step.)
- Add replicas. In this case I only have two replicas but again feel free to add the third. Verify 'Synchronous' is selected.
- Select the share path created earlier
- AG will now create.