Skip to content

Commit 92feff5

Browse files
committed
Re-ran DHCP commands in test, updated syntax and sample output
1 parent 482a573 commit 92feff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/databox-online/azure-stack-edge-powershell-based-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: alkohli
66
ms.service: databox
77
ms.subservice: edge
88
ms.topic: article
9-
ms.date: 03/20/2023
9+
ms.date: 03/21/2023
1010
ms.author: alkohli
1111
---
1212
# Use a config file to deploy an Azure Stack Edge device
@@ -1053,7 +1053,7 @@ You can set either an Azure Consistent Services or a Network File System configu
10531053
1. Set the `DeviceVIP` property to enable DHCP.
10541054
10551055
```azurepowershell
1056-
$acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = "10.57.51.32"; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1056+
$acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = $null"; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
10571057
```
10581058
10591059
1. Update the device with the `DeviceVIP` property.
@@ -1075,7 +1075,7 @@ You can set either an Azure Consistent Services or a Network File System configu
10751075
"acsVIP": {
10761076
"type": "ACS",
10771077
"name": "Azure Consistent Services",
1078-
"address": "10.57.52.126",
1078+
"address": "10.57.53.225",
10791079
"network": {
10801080
"name": "Cluster Network 3",
10811081
"address": "10.57.48.0",
@@ -1144,7 +1144,7 @@ You can set either an Azure Consistent Services or a Network File System configu
11441144
1. Set the `DeviceVIP` property to enable DHCP.
11451145
11461146
```azurepowershell
1147-
$nfsVip = New-Object PSObject -Property @{ Type = "NFS"; VipAddress = "10.57.53.215"; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1147+
$nfsVip = New-Object PSObject -Property @{ Type = "NFS"; VipAddress = $null; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
11481148
```
11491149
11501150
1. Update the device with the `DeviceVIP` property.
@@ -1166,7 +1166,7 @@ You can set either an Azure Consistent Services or a Network File System configu
11661166
"nfsVIP": {
11671167
"type": "NFS",
11681168
"name": "Network File System",
1169-
"address": "10.57.50.196",
1169+
"address": "10.57.53.228",
11701170
"network": {
11711171
"name": "Cluster Network 3",
11721172
"address": "10.57.48.0",

0 commit comments

Comments
 (0)