@@ -27,7 +27,6 @@ Runtime changes are categorized as follows:
27
27
- \< ENVIRONMENT\> : Instance name
28
28
- <AZURE_REGION>: - Azure region of instance
29
29
- <CUSTOMER_SUB_NAME>: Subscription name
30
- - <CUSTOMER_SUB_TENANT_ID>: Tenant ID
31
30
- <CUSTOMER_SUB_ID>: Subscription ID
32
31
- <NEXUS_VERSION>: Operator Nexus release version (e.g. 2504.1)
33
32
- <NNF_VERSION>: Operator Nexus Fabric release version (e.g. 8.1)
@@ -37,13 +36,13 @@ Runtime changes are categorized as follows:
37
36
- <NF_NAME>: Network Fabric Name
38
37
- <NF_RG>: Network Fabric Resource Group
39
38
- <NF_RID>: Network Fabric ARM ID
40
- - <NFC_NAME>: Associated NFC
39
+ - <NFC_NAME>: Associated Network Fabric Controller ( NFC)
41
40
- <NFC_RG>: NFC Resource Group
42
41
- <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
45
43
- \< DURATION\> : Estimated Duration of upgrade
46
44
- <DE_ID>: Deployment Engineer performing upgrade
45
+ - <CLUSTER_NAME> Associated Cluster name
47
46
48
47
## Links
49
48
- [ Azure Portal] ( https://aka.ms/nexus-portal )
@@ -103,19 +102,11 @@ Runtime changes are categorized as follows:
103
102
104
103
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.
105
104
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.
107
106
```
108
107
az networkfabric device run-ro --resource-name <ND_DEVICE_NAME> --resource-group <NF_RG> --ro-command "dir flash" --subscription <CUSTOMER_SUB_ID> --debug
109
108
```
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:
119
110
In the AZ Portal:
120
111
* Select Network Fabrics -> <NF_NAME>.
121
112
* Click on the Resource group.
@@ -128,14 +119,13 @@ Runtime changes are categorized as follows:
128
119
If any taps are "not found", failed" or "error" status, do not start the upgrade until the network taps issues are cleared.
129
120
130
121
7 . Run cabling validation report:
122
+
123
+ #Link
131
124
```
132
125
az networkfabric fabric validate-configuration --resource-group $NF_RG --resource-name $NF_NAME --validate-action "Cabling" --debug
133
126
```
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.
139
129
140
130
Report identifies following issues:
141
131
Device Name Interface Map Name Validation Result Status Destination Hostname Destination Port Device
0 commit comments