To install the OEM extension package:
- From the Administration Portal, open the Updates pane and select <current version> OEM Update, then click Update Now.
- Close the Administration Portal and use the PEP to monitor the update status.
Note: Microsoft recommends that all Administration Portal sessions be closed for the duration of any update. Failure to close the sessions can result in extended run times and other issues.
The following is an example for querying the update status using the PEP:
$cred = Get-Credential
$pepsession = New-PSSession -ComputerName xxx.xxx.xxx.xxx -ConfigurationName PrivilegedEndpoint -Credential $cred
$log = Invoke-Command -Session $pepSession -ScriptBlock { Get-AzureStackUpdateVerboseLog }
$log > ".\UpdateVerboseLog2.txt"
get-content UpdateVeboseLog.txt -Tail 24
- After the installation completes, run Test-AzureStack -Group UpdateReadiness from the Privileged Endpoint to validate the status of your Azure Stack Hub and resolve any post-installation issues.
Note: If one or more of the validation tests report a failed status, resolve these issues before applying any updates. If required, log a ticket with Microsoft Azure Stack Support.
For the order of operations, return to Chapter 1: Patch and Update Overview.