File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The command does the following:
6868 Review the Update Summary for a specified region.
6969
7070``` powershell
71- Get-AzsUpdateSummary
71+ Get-AzsUpdateLocation
7272```
7373
7474The command does the following:
@@ -359,7 +359,7 @@ Get-AzsIpPool
359359
360360``` powershell
361361#Review Current Region Update Summary
362- Get-AzsUpdateSummary
362+ Get-AzsUpdateLocation
363363
364364#Check for available and applicable updates
365365Get-AzsUpdate
@@ -371,7 +371,7 @@ Install-AzsUpdate -Update "2.0.0.0"
371371Get-AzsUpdateRun -Update "2.0.0.0"
372372
373373#Review Region Update Summary after successful run
374- Get-AzsUpdateSummary
374+ Get-AzsUpdateLocation
375375```
376376
377377### Perform FRU procedure
@@ -385,10 +385,10 @@ $node | fl
385385#Enable Maintenance Mode for that node which drains all active resources
386386Disable-AzsScaleUnitNode -Name $node.name
387387
388- #Power Off Server using build in KVN or physical power button
388+ #Power Off Server using build in KVM or physical power button
389389#BMC IP Address is returned by previous command $node.properties | fl
390390#Apply FRU Procedure
391- #Power On Server using build in KVN or physical power button
391+ #Power On Server using build in KVM or physical power button
392392
393393#Resume ScaleUnitNode from Maintenance Mode
394394Enable-AzsScaleUnitNode -Name $node.name
You can’t perform that action at this time.
0 commit comments