Skip to content

Commit 155e90e

Browse files
authored
Update howto-upgrade-nexus-fabric-template.md
1 parent 1e51642 commit 155e90e

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

articles/operator-nexus/howto-upgrade-nexus-fabric-template.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Runtime changes are categorized as follows:
2727
- \<ENVIRONMENT\>: Instance name
2828
- <AZURE_REGION>: - Azure region of instance
2929
- <CUSTOMER_SUB_NAME>: Subscription name
30-
- <CUSTOMER_SUB_TENANT_ID>: Tenant ID
3130
- <CUSTOMER_SUB_ID>: Subscription ID
3231
- <NEXUS_VERSION>: Operator Nexus release version (e.g. 2504.1)
3332
- <NNF_VERSION>: Operator Nexus Fabric release version (e.g. 8.1)
@@ -37,13 +36,13 @@ Runtime changes are categorized as follows:
3736
- <NF_NAME>: Network Fabric Name
3837
- <NF_RG>: Network Fabric Resource Group
3938
- <NF_RID>: Network Fabric ARM ID
40-
- <NFC_NAME>: Associated NFC
39+
- <NFC_NAME>: Associated Network Fabric Controller (NFC)
4140
- <NFC_RG>: NFC Resource Group
4241
- <NFC_RID>: NFC ARM ID
43-
- <CLUSTER_KEYVAULT_ID>: Cluster Keyvault ARM ID
44-
- <NFC_MRG>: Cluster Managed Resource Group
42+
- <NFC_MRG>: NFC Managed Resource Group
4543
- \<DURATION\>: Estimated Duration of upgrade
4644
- <DE_ID>: Deployment Engineer performing upgrade
45+
- <CLUSTER_NAME> Associated Cluster name
4746

4847
## Links
4948
- [Azure Portal](https://aka.ms/nexus-portal)
@@ -103,19 +102,11 @@ Runtime changes are categorized as follows:
103102

104103
4. Minimum available disk space on each device(CE, TOR, NPB, Mgmt Switch) must be more than 3.5 GB for a successful device upgrade.
105104

106-
Verify the available space on all devices using the following admin action.If there isn't enough space, remove archived EOS images and support bundle files.
105+
Verify the available space on all Fabric Devices using the following Azure CLI command. If there isn't enough space, remove archived EOS images and support bundle files.
107106
```
108107
az networkfabric device run-ro --resource-name <ND_DEVICE_NAME> --resource-group <NF_RG> --ro-command "dir flash" --subscription <CUSTOMER_SUB_ID> --debug
109108
```
110-
111-
5. Check no simultaneous fabric upgrade within NFC to prevent contention issues with the NFC storage account:
112-
```
113-
az networkfabric fabric list --subscription <CUSTOMER_SUB_ID> -o table | grep <NFC_NAME>
114-
```
115-
116-
Verify there are no other Fabrics showing `provisioningState` as `Updating` on the same Network Fabric Controller.
117-
118-
6. Check Network Packet Broker for any orphaned Network Taps:
109+
5. Check Network Packet Broker for any orphaned Network Taps:
119110
In the AZ Portal:
120111
* Select Network Fabrics -> <NF_NAME>.
121112
* Click on the Resource group.
@@ -128,14 +119,13 @@ Runtime changes are categorized as follows:
128119
If any taps are "not found", failed" or "error" status, do not start the upgrade until the network taps issues are cleared.
129120

130121
7. Run cabling validation report:
122+
123+
#Link
131124
```
132125
az networkfabric fabric validate-configuration --resource-group $NF_RG --resource-name $NF_NAME --validate-action "Cabling" --debug
133126
```
134-
Following link to Storage Account in output where report is uploaded in JSON format. Satya wrote a python tool to convert to html (see Teams chat).
135-
136-
Attached zipped html validation report to iTrack: e.g. report-01-05-2024-15-00.zip
137-
138-
Add comment to itrack with interface NotConnected Status or ports mismatched.
127+
128+
interface NotConnected Status or ports mismatched.
139129

140130
Report identifies following issues:
141131
Device Name Interface Map Name Validation Result Status Destination Hostname Destination Port Device

0 commit comments

Comments
 (0)