Viewing SAM escalation policies using dmctl
To find out which VMWare Smart Assurance SAM escalation policy you have in your environment, use the following dmctl command to view the policy:
<basedir>/SAM/smarts/bin/dmctl -s <server> getI ICS_AutoActionPolicy
Enabling SAM escalation policies using dmctl
To enable the VMWare Smart Assurance SAM escalation policy in your environment, use the following dmctl command:
<basedir>/SAM/smarts/bin/dmctl -s <server> invoke ICS_AutoActionManager::ICS-AutoActionManager enable ICS_AutoAction-Policy::{Policy-Name-from-above}
Disabling SAM escalation policies using dmctl
To disable the VMWare Smart Assurance SAM escalation policy in your environment, use the following dmctl command:
<basedir>/SAM/smarts/bin/dmctl -s <server> invoke ICS_AutoActionManager::ICS-AutoActionManager disable ICS_AutoAction-Policy::{Policy-Name-from-above}