Skip to content

Commit 9ac6cf1

Browse files
authored
Merge pull request #34022 from cbroglia/patch-2
ContinuouslyAvailable parameter is wrong
2 parents 2cca8c3 + 43d7382 commit 9ac6cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/workloads/sap/sap-high-availability-installation-wsfc-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ New-Item -Path $SAPGlobalFOlder -ItemType Directory
266266
$UsrSAPFolder = "C:\ClusterStorage\SAP$SAPSID\usr\sap\"
267267
268268
# Create a SAPMNT file share and set share security
269-
New-SmbShare -Name sapmnt -Path $UsrSAPFolder -FullAccess "BUILTIN\Administrators", $ASCSClusterObjectNode1, $ASCSClusterObjectNode2 -ContinuouslyAvailable $false -CachingMode None -Verbose
269+
New-SmbShare -Name sapmnt -Path $UsrSAPFolder -FullAccess "BUILTIN\Administrators", $ASCSClusterObjectNode1, $ASCSClusterObjectNode2 -ContinuouslyAvailable $true -CachingMode None -Verbose
270270
271271
# Get SAPMNT file share security settings
272272
Get-SmbShareAccess sapmnt

0 commit comments

Comments
 (0)