|
1 | 1 | <# |
2 | 2 | .SYNOPSIS |
3 | | - Builds a virutal two node, streched, general purpose file server cluster with storage replica |
| 3 | + Builds a virtual two node, stretched, general purpose file server cluster with storage replica |
4 | 4 | .DESCRIPTION |
5 | | - Script with all steps to build a streched cluster, based on two VMs, with a general purpose file server cluster role. |
6 | | - The underneath storage is not shared storage but local storage. The volume insiede the VMs will then replicated with Storage Replica |
| 5 | + Script with all steps to build a stretched cluster, based on two VMs, with a general purpose file server cluster role. |
| 6 | + The underneath storage is not shared storage but local storage. The volume inside the VMs will then replicated with Storage Replica |
7 | 7 |
|
8 | | - The sicript is intended to run on a third computer like a managemnt server where the Failover Cluster, Hyper-V and Storage Replica RSAT tools are installed. |
| 8 | + The script is intended to run on a third computer like a management server where the Failover Cluster, Hyper-V and Storage Replica RSAT tools are installed. |
9 | 9 |
|
10 | 10 | .PARAMETER Server |
11 | | - Computer names of the thwo cluster nodes |
| 11 | + Computer names of the two cluster nodes |
12 | 12 |
|
13 | 13 | .PARAMETER Locations |
14 | 14 | Name of the two sites. Will be used to name the sites in cluster fault domains configuration |
|
26 | 26 | Primary access Key of the Azure storage account which should be used as cloud witness (empty if cloud witness should not be configure) |
27 | 27 |
|
28 | 28 | .PARAMETER WitnessShare |
29 | | - Full UNC path to the sahre which sould be used as witness file share (only if cloud witness can/sould not be used) |
| 29 | + Full UNC path to the share which should be used as witness file share (only if cloud witness can/should not be used) |
30 | 30 |
|
31 | 31 | .PARAMETER HyperVHosts |
32 | 32 | Name of the Hyper-V hosts on which the two VMs are currently running (to attach the need VHDX to the VMs) |
|
56 | 56 | IP Address of the File Server Cluster Role |
57 | 57 |
|
58 | 58 | .PARAMETER ShareNames |
59 | | - An Arry with Hashtable(s) with file share which sould be created on the Data volume. (One Hashtable per File Share) |
| 59 | + An Array with Hashtable(s) with file share which should be created on the Data volume. (One Hashtable per File Share) |
60 | 60 | The Hashtable must contains to keys "Sharename" and "ContinuouslyAvailable" |
61 | 61 | Example: @{ShareName = "TestShare";ContinuouslyAvailable=$true} |
62 | 62 |
|
|
0 commit comments