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/operator-nexus/howto-upgrade-nexus-fabric-template.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,10 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
109
109
## Prechecks
110
110
<details>
111
111
<summary> Prechecks before starting Fabric upgrade </summary>
112
-
112
+
113
113
1. The following role permissions should be assigned to end users responsible for Fabric create, upgrade, and delete operations.
114
-
115
-
These permissions can be granted temporarily, limited to the duration required to perform the upgrade.
114
+
115
+
These permissions can be granted temporarily, limited to the duration required to perform the upgrade.
116
116
* Microsoft.NexusIdentity/identitySets/read
117
117
* Microsoft.NexusIdentity/identitySets/write
118
118
* Microsoft.NexusIdentity/identitySets/delete
@@ -124,9 +124,9 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
124
124
- Role Based Access Control Administrator
125
125
126
126
2. Validate the provisioning status for the Network Fabric Controller (NFC), Fabric, and Fabric Devices.
127
-
127
+
128
128
Log in to Azure CLI and select or set the `<CUSTOMER_SUB_ID>`:
129
-
```
129
+
```
130
130
az login
131
131
az account set --subscription <CUSTOMER_SUB_ID>
132
132
```
@@ -137,7 +137,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
137
137
```
138
138
139
139
Check the NF status:
140
-
```
140
+
```
141
141
az networkfabric fabric show -g <NF_RG> --resource-name <NF_NAME> --subscription <CUSTOMER_SUB_ID> -o table
142
142
```
143
143
Record down the `fabricVersion` and `provisioningState`.
@@ -176,7 +176,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
176
176
```
177
177
178
178
Contact Microsoft support if there isn't enough space to perform the upgrade. Archived Extensible Operating System (EOS) images and support bundle files can be removed at the direction of support.
179
-
179
+
180
180
5. Check the Fabric's Network Packet Broker (NPB) for any orphaned `Network Taps` in Azure portal.
181
181
* Select `Network Fabrics` under `Azure Services` and then select the <NF_NAME>.
182
182
* Click on the `Resource group` for the Fabric.
@@ -188,7 +188,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
188
188
189
189
>[!Note]
190
190
> If any Taps show `Not Found`, `Failed`, or `Error` status, stop the upgrade until issues are cleared. Provide this information to Microsoft Support when opening a support ticket for Tap issues.
191
-
191
+
192
192
6. Run and validate the Fabric cable validation report.
193
193
Follow [Validate Cables for Nexus Network Fabric](how-to-validate-cables.md) to set up and run the report
194
194
@@ -198,19 +198,19 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
198
198
7. Review Operator Nexus Release notes for required checks and configuration updates not included in this document.
0 commit comments