murano-deployment/ExecutionPlan/SqlServerAlwaysOnAvailabili...
Dmitry Teselkin 3614cb1bdc PowerShell functions updated.
* More traps
* Assign undesirable output to $null
* Reorganize some execution plans

Change-Id: Ifb877ba3facc526baa2855432ad2d408cf23cb98
2013-08-09 00:43:07 +04:00
..
ConfigureEnvironmentForAOAG.yaml PowerShell functions updated. 2013-08-09 00:43:07 +04:00
ConfigureEnvironmentForAOAG.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
FailoverCluster.yaml Numerous fixes and improvements in execution plans. 2013-08-06 21:27:56 +04:00
FailoverCluster.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
FailoverClusterPrerequisites.yaml PowerShell scripts updated. 2013-08-08 14:43:22 +04:00
FailoverClusterPrerequisites.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
GenerateJSON.sh Execution plans for SQL Server AOAG. 2013-08-01 13:33:46 +04:00
InitializeAOAGPrimaryReplica.yaml Numerous fixes and improvements in execution plans. 2013-08-06 21:27:56 +04:00
InitializeAOAGPrimaryReplica.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
InitializeAOAGSecondaryReplica.yaml Numerous fixes and improvements in execution plans. 2013-08-06 21:27:56 +04:00
InitializeAOAGSecondaryReplica.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
InitializeAlwaysOn.yaml Rename parameters in YAML files. 2013-08-06 12:04:40 +04:00
InitializeAlwaysOn.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
InstallSqlServerForAOAG.yaml PowerShell functions updated. 2013-08-09 00:43:07 +04:00
InstallSqlServerForAOAG.yaml.json PowerShell functions updated. 2013-08-09 00:43:07 +04:00
README.md New execution plan - InitializeAlwaysOn.yaml. 2013-08-05 18:35:49 +04:00

README.md

AlwaysOn Availability Group workflow

Create Active Directory domain

Install Failover Cluster prerequisites

Execute FailoverClusterPrerequisites.yaml execution plan on each node of the cluster.

Install and configure Failover Cluster

Choose one node from Failover Cluster nodes. This will be "Failover Cluster Master" node.

Execute FailoverCluster.yaml execution plan on 'Failover Cluster Master' node.

Configure environment for SQL Server installation

Choose one node from Failover Cluster. This will be "AG Primary" node. It might be the same node as "Faiover Cluster Master" node.

'primaryNode' parameter in execution plans refers to "AG Primary" node.

Execute ConfigureEnvironmentForAOAG.yaml on each node of the cluster.

Install SQL Server

Execute InstallSqlServerForAOAG.yaml on each node of the cluster.

Initialize AlwaysOn on SQL Server instancesces

Execute InitializeAlwaysOn.yaml on each node of the cluster.

Initialize AOAG Primary replica

Execute InitializeAOAGPrimaryReplica.yaml on each node of the cluster.

The underlying scripts will check 'primaryNode' parameter and execute the script if it is equal to instance's name.

Initialize AOAG Secondary replicas

Execute InitializeAOAGSecondaryReplica.yaml on each node of the cluster.

The underlying scripts will check 'primaryNode' parameter and execute the script if it is NOT equal to instance's name.