You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-zero-touch-provisioning.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: alkohli
6
6
ms.service: databox
7
7
ms.subservice: edge
8
8
ms.topic: article
9
-
ms.date: 02/14/2023
9
+
ms.date: 02/15/2023
10
10
ms.author: alkohli
11
11
---
12
12
# Use a config file to deploy an Azure Stack Edge device
@@ -22,6 +22,7 @@ You can run as many rounds of device configuration as necessary. You can also us
22
22
- You can apply individual configuration changes to a device using PowerShell cmdlets, or you can apply bulk configuration changes using a JSON file.
23
23
- To manage devices using the local web user interface, see [Connect to Azure Stack Edge Pro with GPU](azure-stack-edge-gpu-deploy-connect.md?pivots=single-node).
24
24
- You can't change device authentication using this method. To change device authentication settings, see [Change device password](azure-stack-edge-gpu-manage-access-power-connectivity-mode.md#change-device-password).
25
+
- Cluster formation is not supported using PowerShell cmdlets. For more information about Azure Stack Edge clusters, see [Install a two-node cluster](azure-stack-edge-gpu-deploy-install.md?pivots=two-node).
25
26
26
27
## About device setup and configuration
27
28
@@ -52,8 +53,8 @@ The following PowerShell cmdlets are supported to configure Azure Stack Edge dev
52
53
|*To-json*|A utility command that formats the cmdlet response in a JSON file. |
53
54
|*Get-DeviceLogConsent*|Fetch the proactive log consent setting for the device. |
54
55
|*Set-DeviceLogConsent*|Set the proactive log consent setting for the device. |
55
-
|*Get-DeviceVip*|Fetch the VIP settings on an ACS or NFS multi-node cluster. |
56
-
|*Set-DeviceVip*|Set the VIP settings on an ACS or NFS multi-node cluster. |
56
+
|*Get-DeviceVip*|Fetch the virtual IP settings on an ACS or NFS two-node cluster. |
57
+
|*Set-DeviceVip*|Set the virtual IP settings on an ACS or NFS two-node cluster. |
57
58
58
59
## Prerequisites
59
60
@@ -411,7 +412,9 @@ Use the following steps to sign in to the device, fetch the status of the `WebPr
411
412
412
413
## Enable proactive log consent
413
414
414
-
Use the following steps to fetch and then enable or disable proactive logging for your device.
415
+
Proactive log collection gathers system health indicators on your Azure Stack Edge device to help you efficiently troubleshoot any device issues. Proactive log collection is enabled by default. For more information, see [Proactive log collection](azure-stack-edge-gpu-proactive-log-collection.md).
416
+
417
+
Use the following steps to fetch the current setting and then enable or disable proactive logging for your device.
415
418
416
419
1. Sign in to the device.
417
420
@@ -451,6 +454,8 @@ Use the following steps to fetch and then enable or disable proactive logging fo
451
454
452
455
## Run device diagnostics
453
456
457
+
To diagnose and troubleshoot any device errors, you can run the diagnostics tests. For more information, see [Run diagnostics](azure-stack-edge-gpu-troubleshoot.md#run-diagnostics).
458
+
454
459
Use the following steps to sign in to the device and run device diagnostics to verify status after you apply a device configuration package.
455
460
456
461
1. Sign in to the device.
@@ -592,11 +597,15 @@ Use the following steps to sign in to the device and run device diagnostics to v
592
597
593
598
```
594
599
595
-
## Set the VIP configuration on a multi-node device
600
+
## Set the virtual IP configuration on a two-node device
601
+
602
+
For Azure consistent services and NFS, define a virtual IP that allows you to connect to a clustered device as opposed to a specific node. A virtual IP is an available IP in the cluster network and any client connecting to the cluster network on the two-node device should be able to access this IP.
603
+
604
+
You can set either an ACS or an NFS configuration. Additional options include static or DHCP network settings. For more information about setting virtual IPs, see [Configure virtual IPs](azure-stack-edge-pro-2-deploy-configure-network-compute-web-proxy.md&pivots=two-node#configure-virtual-ips).
596
605
597
-
Use the following steps to set the `DeviceVIP` configuration on a two-node Azure Stack Edge device.
606
+
Use the following steps to set the `DeviceVIP` configuration on a two-node Azure Stack Edge device.
598
607
599
-
You can set either an Azure Consistent Services (ACS) or a Network File System (NFS) configuration. Additional options include static or DHCP network settings. The example below shows a static ACS configuration.
608
+
The example below shows a static ACS configuration.
0 commit comments