Overview of steps needed for disabling, and enabling, domain subscriptions. Both via the GUI and via CLI
SMARTS - 10.1.x
SMARTS - 2.X
TCSA - 2.X
Steps needed for disabling/enabling Smarts SAM domain subscription via the GUI interface:
Steps needed for disabling/enabling Smarts SAM domain subscription via the command line:
<BASEDIR>/SAM/smarts/bin/dmctl -s <SAM domainName> invoke DomainConfigHandler::Domain-ConfigHandler [enableConfig|disableConfig] <Underlying domainName> <config_subtype>
./dmctl -s INCHARGE-SA invoke DomainConfigHandler::Domain-ConfigHandler disableConfig INCHARGE-AM-PM Domain
./dmctl -s INCHARGE-SA invoke DomainConfigHandler::Domain-ConfigHandler enableConfig INCHARGE-AM-PM Domain
./dmctl -s INCHARGE-SA invoke DomainConfigHandler::Domain-ConfigHandler disableConfig INCHARGE-MBIM Domain
./dmctl -s INCHARGE-SA invoke DomainConfigHandler::Domain-ConfigHandler enableConfig INCHARGE-MBIM Domain
IMPORTANT! After executing the above enable or disable command, you must run a reconfigure command on your Smarts SAM domain to apply the change in your environment. You can do this using the following command:
<BASEDIR>/SAM/smarts/bin/dmctl -s <SAM domainName> invoke DomainConfigHandler::Domain-ConfigHandler reconfigure
This is not a way to set up a domain subscription. The above solution assumes that you already have a domain configured in Smarts SAM and you just want to enable or disable the domain. Domain subscriptions are setup using the Smarts Global Manager Admin Console. Instructions on how to set up a domain subscription are detailed in the Smarts SAM Configuration Guide.