Cisco Cisco Prime Network 4.2 Guida Dello Sviluppatore

Pagina di 214
3GPP OSS Integration
 
 
Cisco Prime OSS Integration Guide for MTOSI and 3GPP 
56
 
 
 
7.13.3 3GPP FT Notification Multi-DM Behavior 
Multi-DM environment when all participating DMs generate inventory files for all supported 
devices without encountering failure. 
1.  Notification Consumer ( eg: OSS Client ) subscribes to notifications. 
2.  Issues request to “getAllInventory” to Web Serice on PC host 
3.  All participating DMs are free to handle request. 
4.  Request initiated on all participating DMs 
5.  File Generation is successful on each of the DMs 
6.  Each DM sends a “FileReadyNotification” 
7.  Notification consumer receives one “FileReadyNotification” per DM instance. 
Multi-DM environment when no files are generated and DM encounters failure when 
generating inventory files for all managed devices 
1.  Notification Consumer ( eg: OSS Client ) subscribes to notifications. 
2.  Issues request to “getAllInventory” to Web Serice on PC host 
3.  All participating DMs are free to handle request. 
4.  Request initiated on all participating DMs 
5.  File Generation is un-successful on each of the DMs 
6.  Each DM sends a “FilePreparationErrorNotification” 
7.  Notification consumer receives one “FilePreparationErrorNotification” per DM instance. 
Multi-DM environment with partial success and partial failure use case, when some files gets 
generated for a set of managed devices and fails for a sub-set of the devices. 
1.  Notification Consumer ( eg: OSS Client ) subscribes to notifications. 
2.  Issues request to “getAllInventory” to Web Serice on PC host 
3.  All participating DMs are free to handle request. 
4.  Request initiated on all participating DMs 
5.  File Generation is successful for a sub-set of DMs and un-successful for a sub-set on 
each / some of the DMs 
6.  Each DM sends a “FileReadyNotification” containing those files which were successfully 
created and a  “FilePreparationErrorNotification” for those devices where the DM fails 
to generate any file. 
7.  Notification consumer receives one “FileReadyNotification” for a set of successful file 
creation and one  “FilePreparationErrorNotification” for all the failed file creation per 
DM instance.