Setting AtRiskThreshold for SystemRedundancyGroup
search cancel

Setting AtRiskThreshold for SystemRedundancyGroup

book

Article ID: 416819

calendar_today

Updated On:

Products

VMware Smart Assurance Network Observability

Issue/Introduction

This article explains how to set the attribute AtRiskThreshold for SystemRedundancyGroup.

Default value of AtRiskThreshold is 1 at times user would like to change to different values. 

Environment

All Smarts versions

Resolution

Find current value as

dmctl -s AMPM get SystemRedundancyGroup :: Test-SRG | grep -iE 'ComposedOf|AtRisk'
AtRiskThreshold = 1
ComposedOf = { Switch::<HOSTNAME>, Host::Test_1, Host::Test_2 }

Set the value as 

dmctl -s AMPM put SystemRedundancyGroup :: Test-SRG :: AtRiskThreshold 2 | tee

Verify the value as

dmctl -s AMPM get SystemRedundancyGroup :: Test-SRG | grep -iE 'ComposedOf|AtRisk'
AtRiskThreshold = 2
ComposedOf = { Switch::<HOSTNAME>, Host::Test_1, Host::Test_2 }

Additional Information

As of now Nov 2025, GUI setting to set AtRiskThreshold is not available.