Steps to determine the NotificationList(NL) used by Smarts-MBIM module
search cancel

Steps to determine the NotificationList(NL) used by Smarts-MBIM module

book

Article ID: 304129

calendar_today

Updated On:

Products

VMware Smart Assurance Network Observability

Issue/Introduction

How to find the Notification List being used for a BIM instance subscribing to SAM?

Environment

All supported Smarts versions

Resolution

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_NLSubscription
dmctl -s <MBIM Server Name> -b <broker location> get GA_NLSubscription::ICS-Business-Impact-Driver-SUB

Command Example #1 - Getting the NL subscribers
dmctl -s INCHARGE-MBIM -b localhost:8131 geti GA_NLSubscription

Command Example #1 Output
******************************************************
ICS-Business-Impact-Driver-SUB
ICS-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-SUB

Command Example #2 Output
******************************************************
Properties of GA_NLSubscription::ICS-Business-Impact-Driver-SUB:
CreationClassName = GA_NLSubscription
NLName = ALL_NOTIFICATIONS
Name = ICS-Business-Impact-Driver-SUB
ServiceName =
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.