How to find the Notification List being used for a BIM instance subscribing to SAM?
All supported Smarts versions
To see the Notification List being used at the runtime when a BIM instance subscribes to SAM, execute following dmctl commands from the /bin directory (<BASEDIR>/SAM/smarts/bin):
Command Syntax:
dmctl -s <MBIM Server Name> -b <broker location> geti GA_NLSubscriptiondmctl -s <MBIM Server Name> -b <broker location> get GA_NLSubscription::ICS-Business-Impact-Driver-SUBCommand Example #1 - Getting the NL subscribers
dmctl -s INCHARGE-MBIM -b localhost:8131 geti GA_NLSubscriptionCommand Example #1 Output
******************************************************ICS-Business-Impact-Driver-SUBICS-MaintenanceHandler-SUB******************************************************Command Example #2 - Getting the NL for the BIM subscriber
dmctl -s INCHARGE-MBIM -b localhost:8131 get GA_NLSubscription::ICS-Business-Impact-Driver-SUBCommand Example #2 Output
******************************************************Properties of GA_NLSubscription::ICS-Business-Impact-Driver-SUB:CreationClassName = GA_NLSubscriptionNLName = ALL_NOTIFICATIONSName = ICS-Business-Impact-Driver-SUBServiceName =SubscribedFrom = { GA_SubscriberFE::ICS-Business-Impact-Driver-FE }******************************************************
In the above example, the output shows that ALL_NOTIFICATIONS is the Notification List being used by the BIM instance subscribing to SAM.