Re: [Entmib] FW: [psg.com #310] AutoReply: Alarm State Issues

"David T. Perkins" <dperkins@dsperkins.com> Fri, 13 February 2004 05:53 UTC

Received: from optimus.ietf.org (optimus.ietf.org [132.151.1.19]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA10019 for <entmib-archive@lists.ietf.org>; Fri, 13 Feb 2004 00:53:26 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org) by optimus.ietf.org with esmtp (Exim 4.20) id 1ArWG5-0002CT-5l; Fri, 13 Feb 2004 00:53:01 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by optimus.ietf.org with esmtp (Exim 4.20) id 1ArWFq-0002CF-Ls for entmib@optimus.ietf.org; Fri, 13 Feb 2004 00:52:46 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA10015 for <entmib@ietf.org>; Fri, 13 Feb 2004 00:52:41 -0500 (EST)
Received: from ietf-mx ([132.151.6.1]) by ietf-mx with esmtp (Exim 4.12) id 1ArWFk-0001cZ-00 for entmib@ietf.org; Fri, 13 Feb 2004 00:52:40 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12) id 1ArWEv-0001Yf-00 for entmib@ietf.org; Fri, 13 Feb 2004 00:51:50 -0500
Received: from shell4.bayarea.net ([209.128.82.1]) by ietf-mx with esmtp (Exim 4.12) id 1ArWEP-0001Tl-00 for entmib@ietf.org; Fri, 13 Feb 2004 00:51:17 -0500
Received: from NB5.dsperkins.com (shell4.bayarea.net [209.128.82.1]) by shell4.bayarea.net (8.11.6/8.11.6) with ESMTP id i1D5p8325663; Thu, 12 Feb 2004 21:51:08 -0800
Message-Id: <5.2.0.9.2.20040212173353.01f989f8@127.0.0.1>
X-Sender: dperkins@127.0.0.1
X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9
Date: Thu, 12 Feb 2004 21:50:30 -0800
To: Sharon Chisholm <schishol@nortelnetworks.com>, entmib@ietf.org
From: "David T. Perkins" <dperkins@dsperkins.com>
Subject: Re: [Entmib] FW: [psg.com #310] AutoReply: Alarm State Issues
In-Reply-To: <3549C09B853DD5119B540002A52CDD340A243B00@zcard0ka.ca.norte l.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on ietf-mx.ietf.org
X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.60
Sender: entmib-admin@ietf.org
Errors-To: entmib-admin@ietf.org
X-BeenThere: entmib@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/entmib>, <mailto:entmib-request@ietf.org?subject=unsubscribe>
List-Id: IETF Entity MIB WG <entmib.ietf.org>
List-Post: <mailto:entmib@ietf.org>
List-Help: <mailto:entmib-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/entmib>, <mailto:entmib-request@ietf.org?subject=subscribe>

HI,

The Alarm Status (not state) brings up the unsettled definition of
what is "an alarm" and what is "clearing an alarm". The definition 
of an alarm MUST be specified for the TC and object to be useful.
Or another term must be used (and, of course, that term must be 
well defined).
I suggest that the term "alarm" be replaced by "fault". And the
following be used for the TC and object definitions:

  FaultStatus  ::=  TEXTUAL-CONVENTION                                
     STATUS         current                                           
     DESCRIPTION                                                      
          "The fault status, which is a bit string.

          When all the bits are zero, then no faults are present.

          The bit 'unavailable(0)' indicates that the fault status
          is unknown. When set, all bits other than 'underRepair(1)'
          must be zero. The 'underRepair(1)' indicates that the
          an item is under repair.

          The following bits are one when one or more faults of
          the perceived severity exist. The value is zero for
          a bit when there is no existing fault of the perceived
          severity. The bits and faults are:
             'critical(2)'
             'major(3)'
             'minor(4)'
             'warning(5)'
             'indeterminate(6)' (the perceived severity cannot
                                 be determined)

          The entity may continue to operate while a fault
          condition exists."
      SYNTAX         BITS                                        
              {
              unavailable(0),                                      
              underRepair(1),                                         
              critical(2),                                            
              major(3),                                               
              minor(4),                                               
              -- The following are not defined in X.733               
              warning(6),                                            
              indeterminate(7)                                       
              }                                         

  entStateFault OBJECT-TYPE                                         
        SYNTAX      FaultStatus                                     
        MAX-ACCESS  read-only                                       
        STATUS      current                                         
        DESCRIPTION                                                 
             "The fault status for this entity. It does not include 
             the faults raised on entities within its       
             containment hierarchy. These are entities that
             specify this entity as the value for object
             entPhysicalContainedIn directly and indirectly."
        ::= { entStateEntry 5 }                                     



At 02:44 PM 2/11/2004 -0500, Sharon Chisholm wrote:
>The following is the proposed resolution to entstate-310. The issue will be
>considered closed pending the proposed edit being done.
>
>In the description of AlarmStatus replace
>
>"            When the
>             value of under repair is set, the resource is currently
>             being repaired."
>
>With
>
>"            When the
>             value of under repair is set, the resource is currently
>             being repaired, which depending on the implementation, 
>             may make the other values in this bit string unreliable."
>
>
>And replace
>
>"
>             When the value of 'alarmOutstanding' is set, one or more
>             alarms is active against the resource. The fault may or may
>             not be disabling. "
>
>With
>
>"
>             When the value of 'alarmOutstanding' is set, one or more
>             alarms is active against the resource. The fault may or may
>             not be disabling. This bit provides a high-level summary that 
>             can be used to determine whether or not to examine the rest of
>             the values."
>
>
>An explanation on the difference between raw and computed state, as defined
>in section 2.1 was previously provided in relation to the severity of alarms
>issue. No change appears to be necessary on that particular issue.
>
>Sharon
>
>
>-----Original Message-----
>From: entity-state [mailto:rt+entity-state@rt.psg.com] 
>Sent: Tuesday, January 13, 2004 2:58 AM
>To: Chisholm, Sharon [CAR:0S00:EXCH]
>Subject: [psg.com #310] AutoReply: Alarm State Issues
>
><clip>
>
>-------------------------------------------------------------------------
>Keith McCloghrie [kzm@cisco.com]
>
>">   'underRepair' is an operState, not an AlarmState.
>> 
>>   from what perspective are the alarms classified as
>critical/major/minor/etc.
>>   e.g., does a particular fault have the same alarm status
>in 'coldStandby'
>>   as it does in 'hotStandby' or in 'providingService' ??  (hint: the
>answer
>>   is no!!).
>"
>
>    
>
>Juergen Schoenwaelder [j.schoenwaelder@iu-bremen.de]
>
>"6) AlarmStatus TC: I do not really understand the alarmOutStanding
>bit. It seems like this is set whenever one of critical, major,
>minor, warning and indeterminate is set. But if this is true, I
>think the bit is not really terrible useful.
>
>Perhaps the bit has some other meaning. If so, please clarify." 
Regards,
/david t. perkins 


_______________________________________________
Entmib mailing list
Entmib@ietf.org
https://www1.ietf.org/mailman/listinfo/entmib