Skip to content

Commit 4458e14

Browse files
committed
Updated '4-Configure network' tutorials for GPU and Pro 2.
1 parent 60f0965 commit 4458e14

15 files changed

+220
-179
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: tutorial
10-
ms.date: 02/27/2024
10+
ms.date: 03/06/2024
1111
ms.author: alkohli
1212
zone_pivot_groups: azure-stack-edge-device-deployment
1313
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Pro so I can use it to transfer data to Azure.
@@ -63,8 +63,7 @@ In this tutorial, you learn about:
6363
Before you configure and set up your Azure Stack Edge Pro device with GPU, make sure that:
6464

6565
* You've installed the physical device as detailed in [Install Azure Stack Edge Pro](azure-stack-edge-gpu-deploy-install.md).
66-
* You've connected to the local web UI of the device as detailed in [Connect to Azure Stack Edge Pro](azure-stack-edge-gpu-deploy-connect.md)
67-
66+
* You've connected to the local web UI of the device as detailed in [Connect to Azure Stack Edge Pro with GPU](azure-stack-edge-gpu-deploy-connect.md).
6867

6968
::: zone pivot="single-node"
7069

@@ -73,8 +72,7 @@ Before you configure and set up your Azure Stack Edge Pro device with GPU, make
7372
1. Go to the **Get started** page.
7473
1. In the **Set up a single node device** tile, select **Start**.
7574

76-
![Screenshot of local web UI "Get started" page for one node.](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/setup-type-single-node-1.png)
77-
75+
:::image type="content" source="./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/setup-type-single-node-1.png" alt-text="Screenshot of local web UI 'Get started' page for one node." lightbox="./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/setup-type-single-node-1.png":::
7876

7977
## Configure network
8078

@@ -84,13 +82,13 @@ Follow these steps to configure the network for your device.
8482

8583
1. In the local web UI of your device, go to the **Get started** page.
8684

87-
2. On the **Network** tile, select **Configure**.
85+
2. On the **Network** tile, select **Needs setup**.
8886

89-
![Screenshot of local web UI "Network" tile for one node.](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-1.png)
87+
:::image type="content" source="./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-1.png" alt-text="Screenshot of local web UI 'Network' tile for one node." lightbox="./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-1.png":::
9088

91-
On your physical device, there are six network interfaces. PORT 1 and PORT 2 are 1-Gbps network interfaces. PORT 3, PORT 4, PORT 5, and PORT 6 are all 25-Gbps network interfaces that can also serve as 10-Gbps network interfaces. PORT 1 is automatically configured as a management-only port, and PORT 2 to PORT 6 are all data ports. For a new device, the **Network** page is as shown below.
89+
On your physical device, there are six network interfaces. Port 1 and Port 2 are 1-Gbps network interfaces. Port 3, Port 4, Port 5, and Port 6 are all 25-Gbps network interfaces that can also serve as 10-Gbps network interfaces. Port 1 is automatically configured as a management-only port, and Port 2 to Port 6 are all data ports. For a new device, the **Network** page is as shown below.
9290

93-
![Screenshot of local web UI "Network" page for one node.](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-2a.png)
91+
:::image type="content" source="./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-2a.png" alt-text="Screenshot of local web UI 'Network' page for one node." lightbox="./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-2a.png":::
9492

9593
3. To change the network settings, select a port and in the right pane that appears, modify the IP address, subnet, gateway, primary DNS, and secondary DNS.
9694

@@ -133,7 +131,10 @@ Follow these steps to configure the network for your device.
133131

134132
Follow these steps to add or delete virtual switches.
135133

136-
1. In the local UI, go to **Advanced networking** page.
134+
> [!NOTE]
135+
> There is no restriction on the number of virtual switches that you can create on your device. However, you can enable compute only on one virtual switch at a time.
136+
137+
1. In the local UI of your device, go to the **Advanced networking** page.
137138
1. In the **Virtual switch** section, add or delete virtual switches. Select **Add virtual switch** to create a new switch.
138139

139140
![Screenshot of the Add a virtual switch option on the Advanced networking page in local UI](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/azure-stack-edge-advanced-networking-add-virtual-switch.png)
@@ -193,7 +194,6 @@ You can add or delete virtual networks associated with your virtual switches. To
193194

194195
1. Select **Next: Kubernetes >** to next configure your compute IPs for Kubernetes.
195196

196-
197197
## Configure compute IPs
198198

199199
After the virtual switches are created, you can enable the switches for Kubernetes compute traffic.
@@ -236,7 +236,6 @@ After the virtual switches are created, you can enable the switches for Kubernet
236236

237237
::: zone-end
238238

239-
240239
::: zone pivot="two-node"
241240

242241
## Configure setup type
@@ -251,11 +250,12 @@ After the virtual switches are created, you can enable the switches for Kubernet
251250

252251
![Local web UI "Prepare a node" on "Get started" page](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/setup-type-prepare-node-1m.png)
253252

254-
255253
## Configure network, topology
256254

257255
You'll configure network as well as network topology on both the nodes. These steps can be done in parallel. The cabling on both nodes should be identical and should conform with the network topology you choose.
258256

257+
For more information about selecting a network topology, see [Supported networking topologies](azure-stack-edge-gpu-clustering-overview.md?tabs=1#supported-networking-topologies).
258+
259259
### Configure network on first node
260260

261261
To configure the network for a 2-node device, follow these steps on the first node of the device:
@@ -264,11 +264,13 @@ To configure the network for a 2-node device, follow these steps on the first no
264264

265265
![Local web UI "Network" tile](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/select-network-1m.png)
266266

267-
1. In the **Network** page, configure the IP addresses for your network interfaces. On your physical device, there are six network interfaces. PORT 1 and PORT 2 are 1-Gbps network interfaces. PORT 3, PORT 4, PORT 5, and PORT 6 are all 25-Gbps network interfaces that can also serve as 10-Gbps network interfaces. PORT 1 is automatically configured as a management-only port, and PORT 2 to PORT 6 are all data ports. For a new device, the **Network settings** page is as shown below.
267+
1. In the **Network** page, configure the IP addresses for your network interfaces. On your physical device, there are six network interfaces. Port 1 and Port 2 are 1-Gbps network interfaces. Port 3, Port 4, Port 5, and Port 6 are all 25-Gbps network interfaces that can also serve as 10-Gbps network interfaces. Port 1 is automatically configured as a management-only port, and Port 2 to Port 6 are all data ports.
268+
269+
For a new device, the **Network settings** page is as shown below.
268270

269271
![Local web UI "Advanced networking" page for a new device 1](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/configure-network-interface-1.png)
270272

271-
To change the network settings, select a port and in the right pane that appears, modify the IP address, subnet, gateway, primary DNS, and secondary DNS. You can configure your network interface as IPv4.
273+
1. To change the network settings, select a port and in the right pane that appears, modify the IP address, subnet, gateway, primary DNS, and secondary DNS. You can configure your network interface as IPv4.
272274

273275
![Local web UI "Advanced networking" page for a new device 2](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/configure-network-settings-1m.png)
274276

@@ -320,6 +322,7 @@ You'll now prepare the second node for clustering. You'll first need to configur
320322

321323
![Local web UI "Network" tile on second node](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/select-network-2.png)
322324

325+
1. Configure the network on the second node in a similar way that you configured the first node.
323326

324327
### Configure network topology on second node
325328

@@ -329,7 +332,6 @@ You'll now prepare the second node for clustering. You'll first need to configur
329332

330333
1. Select **Back to get started**.
331334

332-
333335
## Get authentication token
334336

335337
You'll now get the authentication token that will be needed when adding this node to form a cluster. Follow these steps in the local UI of the second node:
@@ -343,12 +345,10 @@ You'll now get the authentication token that will be needed when adding this nod
343345

344346
![Local web UI "Get authentication token" on second node](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/get-authentication-token-1m.png)
345347

346-
347348
## Configure cluster
348349

349350
To configure the cluster, you'll need to establish a cluster witness and then add a prepared node. You'll also need to configure virtual IP settings so that you can connect to a cluster as opposed to a specific node.
350351

351-
352352
### Configure cluster witness
353353

354354
You'll now create a cluster witness. A cluster witness helps establish quorum for a two-node device if a node goes down. To learn about quorum, see [Understanding quorum](/windows-server/failover-clustering/manage-cluster-quorum#understanding-quorum).
@@ -395,8 +395,6 @@ Follow these steps to configure the cluster witness.
395395

396396
![Local web UI "Cluster" page with local witness type selected in "Modify cluster witness" blade on first node](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/add-cluster-witness-local-1m.png)
397397

398-
399-
400398
### Add prepared node to cluster
401399

402400
You'll now add the prepared node to the first node and form the cluster. Before you add the prepared node, make sure the networking on the incoming node is configured in the same way as that of this node where you initiated cluster creation.
@@ -405,7 +403,6 @@ You'll now add the prepared node to the first node and form the cluster. Before
405403

406404
![Local web UI "Cluster" page with "Add node" option selected for "Existing" on first node](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/add-node-1m.png)
407405

408-
409406
1. In the **Add node** blade, input the following information for the incoming node:
410407

411408
1. Provide the serial number for the incoming node.
@@ -419,7 +416,6 @@ You'll now add the prepared node to the first node and form the cluster. Before
419416

420417
1. The node is now ready to join the cluster. Select **Apply**. The cluster creation takes several minutes. Once the cluster is created, the page updates to show both the nodes are added.
421418

422-
423419
## Configure virtual IPs
424420

425421
For Azure consistent services and NFS, you'll also need to 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. Azure consistent services and NFS must be on the same network.
@@ -646,4 +642,4 @@ In this tutorial, you learned about:
646642
To learn how to set up your Azure Stack Edge Pro GPU device, see:
647643

648644
> [!div class="nextstepaction"]
649-
> [Configure device settings](./azure-stack-edge-gpu-deploy-set-up-device-update-time.md)
645+
> [Configure device settings](./azure-stack-edge-gpu-deploy-set-up-device-update-time.md).

0 commit comments

Comments
 (0)