Smarts SAM: How to change the Minimum Certainity Value using dmctl commands
search cancel

Smarts SAM: How to change the Minimum Certainity Value using dmctl commands

book

Article ID: 314571

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Symptoms:


How to Read, Update and Reconfigure the Minimum Certainity Value using dmctl command in Smarts Service Assurance Manager (Smarts SAM)
How to change the Minimum Certainity value in Smarts SAM


Cannot change the Minimum Certainity value in Smarts SAM 7.x from the console

Environment

VMware Smart Assurance - SMARTS

Resolution

The following sections provide the dmctl commands to Read, Update and Reconfigure the Minimum Certainity Value in Smarts SAM (see Note statment).

Command to read the current Minimum Certainty value:

dmctl -s INCHARGE-SA get ICS_DomainTypeConfiguration::ICS-DomainType-INCHARGE-SAM-SUITE::MinimumCertainty

Command to update with the new Minimum Certainty value:

dmctl -s INCHARGE-SA put ICS_DomainTypeConfiguration::ICS-DomainType-INCHARGE-SAM-SUITE::MinimumCertainty 0.24

Commands to reconfigure the new Minimum Certainty value:

dmctl -s INCHARGE-SA put ICS_DomainTypeConfiguration::ICS-DomainType-INCHARGE-SAM-SUITE::MinimumCertainty 0.45

dmctl -s INCHARGE-SA invoke DomainConfigHandler::Domain-ConfigHandler setPending TRUE

dmctl -s INCHARGE-SA invoke DomainConfigHandler::Domain-ConfigHandler reconfigure



Additional Information

The above commands will work on all Smarts SAM versions. If you are still running Smarts SAM 7.x (which is EOSL), these commands can still be used to make the desired changes.