Check cluster health update readiness
To test the SBE update readiness, run the following command:
Get-SolutionUpdate | Where-Object {$_.PackageType -eq 'SBE' -and $_.State -eq 'Ready' -and $_.Sbeversion -eq '4.1.2505.1065' } | Start-SolutionUpdate -PrepareOnly
This command does not invoke the SBE update yet. It runs the health check validation that ensures all settings and conditions are met to be able to start an update later.Note
If the -PrepareOnly flag is used, the command will need to be run again without this flag in order to kick off the update as shown in the next step.
Envoyer des commentaires