Project:
|
![]() Figure An.09 - Anomaly Management State Model : StateMachine diagram
<font color="#172b4d">The following diagram shows the state model for Anomaly management. There are two set of states represented - namely the administrative state and operational state. The administrative states (IDLE, INACTIVE and ACTIVE). The administrative state represents the view point from the administrative role the states that Anomaly Management activity may pass through. Anomaly management task is started in an IDLE state where no specific action is carried out from management perspective except for instantiation of the administrative instance of the Anomaly. The state transistions to ACTIVE when the anomaly management activity is administratively initiated by administrator. The operational state which represents the runtime operational view of the Anomaly management transitions through various stages depending on the specific operational stage of the Anomaly sequence. The operational state is reported and transitioned based on to AnomalyReport . The handler of the AnomalyReport , i.e the comeponent or the closed loop activity may decide the operational state transition across - PREPARING, PREDICTING,DETECTING,ASSESSING,ANALYZING,MITIGATING, ABORTING, ARCHIVING state for a particular managed anomaly sequence (or an episode of a managed Anomaly). A brief detail of the Operational states is as follows </font><br/><ul>
<li><font color="#172b4d">Preparing stage indicates the management activity preparing for the collection of sufficient data to be used for Anomaly detection. Preparation may include any required training of the AI model as part of the Anomaly management </font></li><li><font color="#172b4d">Predicting stage indicates the prediction of the occurrence of Anomaly based on the collected data</font></li><li><font color="#172b4d">Detecting stage indicates the detection of Anomaly either based on prediction or based on available data which can be a stream of data</font></li><li><font color="#172b4d">Assessing stage indicates the assessment of the detected Anomaly in terms of priority, relevance or constraints</font></li><li><font color="#172b4d">Analysis stage indicates Analysis like Root cause, impact, associated problems, and potential mitigation actions which may be guided through the consequences defined as part of the indicators</font></li><li><font color="#172b4d">Mitigation stage indicates the particular actions being carried out to mitigate the effect of the Anomaly which can be a simple notification or generation of problem report or it can be execution of a provisioning task</font></li><li><font color="#172b4d">Aborting task which is common across all stages is used to address any errors in the Anomaly management process flow</font></li><li><font color="#172b4d">Archiving state is used for addressing any data archival required like logging and knowledge management</font></li></ul> <font color="#172b4d">The administrative user can transition the administrative state from Active to Inactive and any pending Anomaly management operation may be Aborted or archived depending on specific implementation. From an InActive administrative state the Anomaly management can be resumed by transitioning to an Active state and the operational state may either start from where it stopped or start from the initial stage depending on the specific implementation. </font><br/> |