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/solution-builder-extension.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,31 +75,45 @@ The following table provides the hardware update method for different hardware v
75
75
| Lenovo | Premier Solutions and specific Integrated Systems:</br><br> MX455 V3, MX450 | Solution Builder Extension |[Azure Local Solution Builder Extension Update - Lenovo](https://thinkagile.lenovo.com/MX/)|
76
76
| Lenovo | Other Integrated Systems and Validated Nodes (not previously listed) |[Windows Admin Center Extension](https://dev.azure.com/WindowsAdminCenter/Windows%20Admin%20Center%20Feed/_artifacts/feed/WAC/NuGet/lnvgy_sw_xclarity_integrator_for_wac/overview/4.5.1)|[Lenovo XClarity Integrator for Microsoft Windows Admin Center](https://dev.azure.com/WindowsAdminCenter/Windows%20Admin%20Center%20Feed/_artifacts/feed/WAC/NuGet/lnvgy_sw_xclarity_integrator_for_wac/overview/4.5.1)|
77
77
78
-
## Discover Solution Builder Extension Updates
79
-
80
-
The Azure Local Lifecycle Management orchestration integrates Solution Builder Extension updates, which include both Solution Builder Extension (hardware-only) updates and full solution updates for Azure Local and Solution Builder Extension. These updates can be managed using the same update management tools for the Azure portal and PowerShell. This means that you can install an urgent Solution Builder Extension update by itself or a combined "Solution" update using the same process.
78
+
## Check for SBE installation
81
79
82
-
Check to see if you have SBE installed on your registered Azure Local system by running the following command:
80
+
To see if you have SBE installed on your registered Azure Local system, run the following command:
83
81
84
82
```powershell
85
83
$Update = Get-SolutionUpdateEnvironment
86
-
$Update | ft SbeFamily, HardwareModel, CurrentSbeVersion
84
+
$Update | ft SbeFamily, HardwareModel, CurrentSbeVersion, State
PS C:\Users\lcmuser> $Update | ft SbeFamily, HardwareModel, CurrentSbeVersion
91
+
PS C:\Users\lcmuser> $Update | ft SbeFamily, HardwareModel, CurrentSbeVersion, State
94
92
95
-
SbeFamily HardwareModel CurrentSbeVersion
96
-
--------- ------------- -----------------
97
-
Gen A Contoso680 4.0.0.0
93
+
SbeFamily HardwareModel CurrentSbeVersion State
94
+
--------- ------------- ----------------- -----
95
+
Gen A Contoso680 4.0.0.0 UpdateAvailable
98
96
```
99
97
100
98
> [!NOTE]
101
99
> If you don't have an SBE installed the CurrentSbeVersion default is shown as 2.1.0.0.
102
100
101
+
The following table describes the possible states of the SBE on your Azure Local system.
102
+
103
+
| State | Description | Action |
104
+
|-----------|----------------|-----------|
105
+
| AppliedSuccessfully | The SBE is installed and up to date.| No action required.|
106
+
| NeedsAttention | The SBE or Azure Local update requires attention.|[Troubleshoot solution updates for Azure Local](update-troubleshooting-23h2.md).|
107
+
| PreparationFailed | The system failed to prepare for the SBE or Azure Local update.|[Troubleshoot solution updates for Azure Local](update-troubleshooting-23h2.md).|
108
+
| PreparationInProgress | The system is preparing for an SBE or Azure Local update.|[Track system update progess and history](azure-update-manager-23h2.md#track-system-update-progress-and-history)|
109
+
| UpdateAvailable | A new SBE or Azure Local update is available.|[Discover Solution Builder Extension updates](#discover-solution-builder-extension-updates).|
110
+
| UpdateFailed | The SBE or Azure Local update failed.|[Troubleshoot solution updates for Azure Local](update-troubleshooting-23h2.md).|
111
+
| UpdateInProgress | An SBE or Azure Local update is in progress.|[Track system update progess and history](azure-update-manager-23h2.md#track-system-update-progress-and-history)|
112
+
113
+
## Discover Solution Builder Extension Updates
114
+
115
+
The Azure Local Lifecycle Management orchestration integrates Solution Builder Extension updates, which include both Solution Builder Extension (hardware-only) updates and full solution updates for Azure Local and Solution Builder Extension. These updates can be managed using the same update management tools for the Azure portal and PowerShell. This means that you can install an urgent Solution Builder Extension update by itself or a combined "Solution" update using the same process.
116
+
103
117
To discover and install SBE or your SBE updates, use one of the methods in the next sections.
104
118
105
119
### Discover Solution Builder Extension updates via the Azure portal
0 commit comments