Skip to content

Commit 2b19775

Browse files
committed
Update readme
1 parent 23b48e6 commit 2b19775

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Personal PowerShell Script collection
33

44
## Content:
5-
* **StorageReplica/New-StrechedFileCluster.ps1:**
5+
* **StorageReplica/New-StretchedFileCluster.ps1:**
66
Simple Script to build a virtual two node, stretched, general purpose file server cluster with storage replica
77

88
* **Request-Certificate.ps1**

StorageReplica/New-StretchedFileCluster.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<#
22
.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
44
.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
77
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.
99
1010
.PARAMETER Server
11-
Computer names of the thwo cluster nodes
11+
Computer names of the two cluster nodes
1212
1313
.PARAMETER Locations
1414
Name of the two sites. Will be used to name the sites in cluster fault domains configuration
@@ -26,7 +26,7 @@
2626
Primary access Key of the Azure storage account which should be used as cloud witness (empty if cloud witness should not be configure)
2727
2828
.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)
3030
3131
.PARAMETER HyperVHosts
3232
Name of the Hyper-V hosts on which the two VMs are currently running (to attach the need VHDX to the VMs)
@@ -56,7 +56,7 @@
5656
IP Address of the File Server Cluster Role
5757
5858
.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)
6060
The Hashtable must contains to keys "Sharename" and "ContinuouslyAvailable"
6161
Example: @{ShareName = "TestShare";ContinuouslyAvailable=$true}
6262

0 commit comments

Comments
 (0)