Skip to content

Commit 61d9d9a

Browse files
authored
Merge pull request #16857 from ManikaDhiman/md-remove-nw-hud
Removed the Network HUD article and its references
2 parents 1a797fb + fb0f9b3 commit 61d9d9a

File tree

6 files changed

+12
-142
lines changed

6 files changed

+12
-142
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,11 @@
16741674
"source_path": "azure-stack/hci/security-update/hci-security-update-apr-2024.md",
16751675
"redirect_url": "/azure-stack/hci/security-update/security-update-apr-2024",
16761676
"redirect_document_id": false
1677+
},
1678+
{
1679+
"source_path": "azure-local/concepts/network-hud-overview.md",
1680+
"redirect_url": "/azure/azure-local/concepts/network-atc-overview",
1681+
"redirect_document_id": false
16771682
}
16781683
]
16791684
}

azure-local/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -826,10 +826,6 @@ items:
826826
href: concepts/persistent-memory-health.md
827827
- name: Nested virtualization
828828
href: concepts/nested-virtualization.md
829-
- name: Host networking
830-
items:
831-
- name: Network HUD overview
832-
href: concepts/network-hud-overview.md
833829
- name: Software Defined Networking (SDN)
834830
items:
835831
- name: SDN overview

azure-local/concepts/network-hud-overview.md

Lines changed: 0 additions & 127 deletions
This file was deleted.

azure-local/deploy/create-cluster-powershell.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,21 @@ The next step is to install required Windows roles and features on every server
122122
- RSAT-Clustering-PowerShell module
123123
- RSAT-AD-PowerShell module
124124
- NetworkATC
125-
- NetworkHUD
126125
- SMB Bandwidth Limit
127126
- Storage Replica (for stretched clusters)
128127

129128
Use the following command for each server (if you're connected via Remote Desktop omit the `-ComputerName` parameter here and in subsequent commands):
130129

131130
```powershell
132-
Install-WindowsFeature -ComputerName "Server1" -Name "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "FS-SMBBW", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "NetworkHUD", "Storage-Replica" -IncludeAllSubFeature -IncludeManagementTools
131+
Install-WindowsFeature -ComputerName "Server1" -Name "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "FS-SMBBW", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "Storage-Replica" -IncludeAllSubFeature -IncludeManagementTools
133132
```
134133

135134
To run the command on all servers in the cluster at the same time, use the following script, modifying the list of variables at the beginning to fit your environment:
136135

137136
```powershell
138137
# Fill in these variables with your values
139138
$ServerList = "Server1", "Server2", "Server3", "Server4"
140-
$FeatureList = "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "NetworkHUD", "FS-SMBBW", "Storage-Replica"
139+
$FeatureList = "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "FS-SMBBW", "Storage-Replica"
141140
142141
# This part runs the Install-WindowsFeature cmdlet on all servers in $ServerList, passing the list of features in $FeatureList.
143142
Invoke-Command ($ServerList) {

azure-local/deploy/network-atc.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ Complete the following prerequisites for using Network ATC in Azure Stack HCI:
5858
- Each node must have the following Azure Stack HCI features installed:
5959

6060
- Network ATC
61-
- Network HUD
6261
- Hyper-V
6362
- Failover Clustering
6463
- Data Center Bridging
6564

6665
Here's an example of installing the required features via PowerShell:
6766

6867
```powershell
69-
Install-WindowsFeature -Name NetworkATC, NetworkHUD, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
68+
Install-WindowsFeature -Name NetworkATC, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
7069
```
7170

7271
- Best practice: Insert each adapter in the same PCI slot(s) in each host. This practice leads to ease in automated naming conventions by imaging systems.
@@ -90,20 +89,19 @@ The following are requirements and best practices for using Network ATC in Azure
9089
- Each node must have the following Azure Stack HCI features installed:
9190

9291
- Network ATC
93-
- Network HUD
9492
- Hyper-V
9593
- Failover Clustering
9694
- Data Center Bridging
9795

9896
Here's an example of installing the required features via PowerShell:
9997

10098
```powershell
101-
Install-WindowsFeature -Name NetworkATC, NetworkHUD, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
99+
Install-WindowsFeature -Name NetworkATC, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
102100
```
103101

104102
- Best practice: Insert each adapter in the same PCI slot(s) in each host. This practice leads to ease in automated naming conventions by imaging systems.
105103

106-
- Best practice: Configure the physical network (switches) prior to Network ATC including VLANs, MTU, and DCB configuration. For more information, please see [Physical Network Requirements](../concepts/physical-network-requirements.md). In 21H2 and 22H2, Network HUD can help you identify misconfiguration of the physical network.
104+
- Best practice: Configure the physical network (switches) prior to Network ATC including VLANs, MTU, and DCB configuration. For more information, please see [Physical Network Requirements](../concepts/physical-network-requirements.md).
107105

108106
---
109107

@@ -130,15 +128,14 @@ Complete the following prerequisites for using Network ATC in Windows Server:
130128
- Each node must have the following Windows Server features installed:
131129

132130
- Network ATC
133-
- Network HUD
134131
- Hyper-V
135132
- Failover Clustering
136133
- Data Center Bridging
137134

138135
Here's an example of installing the required features via PowerShell:
139136

140137
```powershell
141-
Install-WindowsFeature -Name NetworkATC, NetworkHUD, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
138+
Install-WindowsFeature -Name NetworkATC, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
142139
```
143140

144141
- Insert each adapter in the same PCI slot(s) in each host. This practice leads to ease in automated naming conventions by imaging systems.

azure-local/deploy/single-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here are the steps to install the Azure Stack HCI OS on a single server, create
4242
1. Install the required roles and features using the following command, then reboot before continuing.
4343
4444
```powershell
45-
Install-WindowsFeature -Name "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "Storage-Replica", "NetworkHUD" -IncludeAllSubFeature -IncludeManagementTools
45+
Install-WindowsFeature -Name "BitLocker", "Data-Center-Bridging", "Failover-Clustering", "FS-FileServer", "FS-Data-Deduplication", "Hyper-V", "Hyper-V-PowerShell", "RSAT-AD-Powershell", "RSAT-Clustering-PowerShell", "NetworkATC", "Storage-Replica", -IncludeAllSubFeature -IncludeManagementTools
4646
```
4747

4848
1. Use PowerShell to [create a cluster](../deploy/create-cluster-powershell.md), skipping creating a cluster witness.

0 commit comments

Comments
 (0)