Skip to content

Commit 6b624c1

Browse files
authored
Update howto-upgrade-nexus-fabric-template.md
Fix blank chars from build issues.
1 parent 36e8905 commit 6b624c1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
109109
## Prechecks
110110
<details>
111111
<summary> Prechecks before starting Fabric upgrade </summary>
112-
112+
113113
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.
116116
* Microsoft.NexusIdentity/identitySets/read
117117
* Microsoft.NexusIdentity/identitySets/write
118118
* Microsoft.NexusIdentity/identitySets/delete
@@ -124,9 +124,9 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
124124
- Role Based Access Control Administrator
125125

126126
2. Validate the provisioning status for the Network Fabric Controller (NFC), Fabric, and Fabric Devices.
127-
127+
128128
Log in to Azure CLI and select or set the `<CUSTOMER_SUB_ID>`:
129-
```
129+
```
130130
az login
131131
az account set --subscription <CUSTOMER_SUB_ID>
132132
```
@@ -137,7 +137,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
137137
```
138138

139139
Check the NF status:
140-
```
140+
```
141141
az networkfabric fabric show -g <NF_RG> --resource-name <NF_NAME> --subscription <CUSTOMER_SUB_ID> -o table
142142
```
143143
Record down the `fabricVersion` and `provisioningState`.
@@ -176,7 +176,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
176176
```
177177

178178
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+
180180
5. Check the Fabric's Network Packet Broker (NPB) for any orphaned `Network Taps` in Azure portal.
181181
* Select `Network Fabrics` under `Azure Services` and then select the <NF_NAME>.
182182
* 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
188188

189189
>[!Note]
190190
> 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+
192192
6. Run and validate the Fabric cable validation report.
193193
Follow [Validate Cables for Nexus Network Fabric](how-to-validate-cables.md) to set up and run the report
194194

@@ -198,19 +198,19 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
198198
7. Review Operator Nexus Release notes for required checks and configuration updates not included in this document.
199199

200200
</details>
201-
201+
202202
## Upgrade Procedure
203203
<details>
204204
<summary> Fabric runtime upgrade procedure details </summary>
205-
205+
206206
### Verify current Fabric runtime version
207207
[How to check current cluster runtime version.](./howto-check-runtime-version.md#check-current-fabric-runtime-version)
208208

209209
```
210210
az networkfabric fabric list -g <NF_RG> --query "[].{name:name,fabricVersion:fabricVersion,configurationState:configurationState,provisioningState:provisioningState}" -o table --subscription <CUSTOMER_SUB_ID>
211211
az networkfabric fabric show -g <NF_RG> --resource-name <NF_NAME> --subscription <CUSTOMER_SUB_ID>
212212
```
213-
213+
214214
### Initiate Fabric upgrade
215215
Start the upgrade with the following command:
216216
```Azure CLI

0 commit comments

Comments
 (0)