AZ-600 Exam QuestionsBrowse all questions from this exam

AZ-600 Exam - Question 46


You have an Azure Stack Hub integrated system.

A scale unit node has a hardware failure.

You replace the physical server based on the field replacement unit (FRU) documentation of the OEM hardware vendor.

You need to reintroduce the node to the scale unit.

Which PowerShell cmdlet should you run?

Show Answer
Correct Answer: E

To reintroduce a replaced node to the scale unit in Azure Stack Hub, you should run the Add-AzsScaleUnitNode cmdlet. This cmdlet is used to add a new node to the scale unit by specifying the BMC IP address, the computer name of the new node, and the scale unit cluster name. This matches the scenario where a physical server has been replaced and needs to be reintroduced to the scale unit.

Discussion

3 comments
Sign in to comment
EltoothOption: B
Feb 16, 2022

https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-node-actions?view=azs-2108&tabs=az1#repair

d0bermannn
Oct 28, 2021

correct for sure

Eltooth
Feb 4, 2022

Wrong. Correct answer is E ## Add a single Node Add-AzsScaleUnitNode -BMCIPv4Address "<BMCIP_address_of_new_node>" -computername "<name_of_new_node>" -ScaleUnit "<name_of_scale_unit_cluster>" https://docs.microsoft.com/en-gb/learn/modules/manage-capacityfor-azure-stack-hub/4-add-nodes

Eltooth
Feb 16, 2022

I was wrong - correct answer is B. https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-replace-node?view=azs-2108#scale-unit-node-replacement-process