Download, check readiness and install
Important
Important Note for Lenovo ThinkAgile MX Premier Solutions
Before deploying a Lenovo ThinkAgile MX Premier Solution, ensure that IPV6 is Enabled in the Ethernet Configuration section of the XCC browser interface (navigate to BMC Configuration > Network). Other BMC Network settings should not be changed. Simply ensure that IPV6 is Enabled and Apply the setting if necessary.
Figure 1. Important Note: Enable IPv6


- To stage the Standard SBE update package and payloads (for example, firmware and driver updates), run the following command:
Get-SolutionUpdate | ? Version -eq "10.2302.0.31" | Start-SolutionUpdate
NoteTo only prepare the update without starting the installation, use the-PrepareOnly flag with the Start SolutionUpdate command in the example above. If the -PrepareOnly flag is used, the command will need to be run again without this flag in order to perform the update. - The update process should begin immediately, showing the Instance ID of the update on the output line, just after the version of the update being applied, as shown in the following output. Make sure to capture the Instance ID (highlighted in the yellow box) for use in monitoring the update process.Figure 2. Instance ID
- Once the update has been started, the Get-SolutionUpdate can be run to check status of the update process. Initially, the State will show as “Preparing” as shown in the following output:Figure 3. Get-SolutionUpdate State
- To remove much of the non-critical information from the output, use the modified PowerShell command shown below, which provides only summary status:
Output includes only the specified details, as shown in the following output:Get-SolutionUpdate | ft Version,State,UpdateStateProperties
Figure 4. Output for specified details - During the update process, repeat the command above to check status of the update process. The cluster servers may reboot and a PowerShell session may need to be reestablished to continue monitoring the process. Following are a few outputs from the command during the update:Figure 5. Update processFigure 6. Update process
- Once the installation is complete, the State changes to “Installed”.Figure 7. Installation complete
- After the updates are installed, verify the solution version of the environment and the operating system version via PowerShell using the following command:
Get-SolutionUpdateEnvironment | ft State, CurrentVersion
NoteOutput from our lab:Figure 8. CurrentVersion verify - Check the operating system version to confirm it matches the recipe that was installed by running the following command:
cmd /c ver
NoteOutput from our lab:Figure 9. Operating system version verify The Azure Local instance has been updated.
提供意見回饋