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: azure-local/update/update-via-powershell-23h2.md
-38Lines changed: 0 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,18 +137,7 @@ Before you discover the updates, make sure that your system is running Azure Loc
137
137
138
138
## Step 2: Discover the updates
139
139
140
-
<<<<<<< HEAD
141
140
Follow these steps to discover the available updates for your system:
142
-
=======
143
-
You can discover updates in one of the following two ways:
144
-
145
-
- **Discover updates online** - The recommended option when your system has good internet connectivity. The solution updates are discovered via the online update catalog.
146
-
- **Import and discover updates** - An alternative to discovering updates online and should be used for scenarios with unreliable or slow internet connectivity, or when using solution extension updates provided by your hardware vendor. In these instances, you download the solution updates to a central location. You then import the updates to an Azure Local and discover the updates locally.
Discovering solution updates using the online catalog is the *recommended* method. Follow these steps to discover solution updates online:
151
-
>>>>>>> 353463fee2bdacc9e913a8219abcc73cb0f60bc6
152
141
153
142
1. Connect to a machine on your Azure Local using the deployment user account.
154
143
1. Review details of updates that are `Ready` to install using `Get-SolutionUpdate`.
@@ -272,7 +261,6 @@ Discovering solution updates using the online catalog is the *recommended* metho
272
261
273
262
</details>
274
263
275
-
<<<<<<< HEAD
276
264
You can now proceed to [Download and install the updates](#step-2-discover-the-updates).
277
265
278
266
### Step 3: Import and rediscover updates
@@ -289,14 +277,6 @@ Follow these steps to import and discover your solution updates.
289
277
290
278
1. Connect to a machine on your Azure Local using the deployment user account.
291
279
1. Go to the network share and acquire the update package that you use. Verify that the update package you import contains the following files:
292
-
=======
293
-
### Import and discover solution updates
294
-
295
-
If you're using solution extension updates from your hardware, you would need to import those updates. Follow these steps to import and discover your solution updates.
296
-
297
-
1. Connect to a machine on your Azure Local using the deployment user account.
298
-
2. Go to the network share and acquire the update package that you use. Verify that the update package you import contains the following files:
299
-
>>>>>>> 353463fee2bdacc9e913a8219abcc73cb0f60bc6
300
280
- *SolutionUpdate.xml*
301
281
- *SolutionUpdate.zip*
302
282
- *AS_Update_10.2408.2.7.zip*
@@ -594,25 +574,7 @@ After the updates are installed, verify the solution version of the environment
594
574
PS C:\Users\lcmuser>
595
575
```
596
576
597
-
<<<<<<< HEAD
598
577
</details>
599
-
=======
600
-
## Troubleshoot updates
601
-
602
-
To resume a previously failed update run via PowerShell, use the following command:
603
-
604
-
```powershell
605
-
Get-SolutionUpdate | ? Version -eq "10.2302.0.31" | Start-SolutionUpdate
606
-
```
607
-
608
-
To resume a previously failed update due to update health checks in a **Warning** state, use the following command:
609
-
610
-
```powershell
611
-
Get-SolutionUpdate | ? Version -eq "10.2302.0.31" | Start-SolutionUpdate -IgnoreWarnings
612
-
```
613
-
614
-
To troubleshoot other update run issues, see [Troubleshoot solution updates for Azure Local, version 23H2](./update-troubleshooting-23h2.md).
0 commit comments