Update README.md

This commit is contained in:
sblow
2018-08-13 09:29:30 +01:00
committed by GitHub
parent ab728b64a9
commit 1a8af81136
+6 -6
View File
@@ -1,23 +1,23 @@
## Legal Disclaimer # Legal Disclaimer
This script is an example script and is not supported under any Zerto support program or service. The author and Zerto further disclaim all implied warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. This script is an example script and is not supported under any Zerto support program or service. The author and Zerto further disclaim all implied warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose.
In no event shall Zerto, its authors or anyone else involved in the creation, production or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or the inability to use the sample scripts or documentation, even if the author or Zerto has been advised of the possibility of such damages. The entire risk arising out of the use or performance of the sample scripts and documentation remains with you. In no event shall Zerto, its authors or anyone else involved in the creation, production or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or the inability to use the sample scripts or documentation, even if the author or Zerto has been advised of the possibility of such damages. The entire risk arising out of the use or performance of the sample scripts and documentation remains with you.
## Automating protection for MSCS Clusters when role owner changes # Automating protection for MSCS Clusters when role owner changes
This script is designed for MSCS clusters using shared RDMs where both the active and passive nodes are protected in their own VPGs. The active node VPG replicating while the passive node VPG is paused. When the Active node changes this script will alter the replicating/paused VPGs This script is designed for MSCS clusters using shared RDMs where both the active and passive nodes are protected in their own VPGs. The active node VPG replicating while the passive node VPG is paused. When the Active node changes this script will alter the replicating/paused VPGs
#Getting Started #Getting Started
Instructions coming soon. Instructions coming soon.
## Prerequisities # Prerequisities
# Environment Requirements: ## Environment Requirements:
PowerCLI 5.5+ PowerCLI 5.5+
PowerShell 5.0+ PowerShell 5.0+
ZVR 6.0u2 ZVR 6.0u2
Failoverclusters PowerShell Module Failoverclusters PowerShell Module
# In-Script Variables: ## In-Script Variables:
Cluster Node 1 Name Cluster Node 1 Name
VPG name for Node 1 VPG name for Node 1
@@ -27,7 +27,7 @@ Clustered SQL Instance Name
ZVM IP ZVM IP
ZVM User / Password ZVM User / Password
## Running Script # Running Script
Once the necessary requirements have been completed select an appropriate host to run the script from. To run the script type the following from the directory the script is located in: Once the necessary requirements have been completed select an appropriate host to run the script from. To run the script type the following from the directory the script is located in:
.\MSSQL_MSCS_Failover.ps1 .\MSSQL_MSCS_Failover.ps1