{
{ CML$ELEMENT_DISABLED
{
{ PURPOSE:
{    This statistic provides notification that an element has been disabled
{ by NOS/VE.  A disabled element remains in the ON state in the NOS/VE
{ configuration to support automatic restart of the NOS/VE system.  An element
{ is considered disabled when any of the following conditions are present:
{
{    1) The element is a channel and the driver isolated the failure to the
{       channel.
{
{    2) A controller has had all of its active downline connections disabled.
{
{    3) A controller or a unit has had all of its active upline connections
{       disabled.
{
{    A disabled element is reinstated when its state is manually changed to ON,
{ when the UNSTEP_SYSTEM command is entered, or when NOS/VE is deadstarted.
{ A redundant state change to ON is allowed if at least one of the connections
{ of the element is in a disabled condition.
{
{ FREQUENCY:
{    Whenever the system encounters one or more hardware failures that prevent
{ further use of the element.
{
{ CONTENT:
{    The  descriptive-data portion of this statistic contains:
{
{    '<mf>.<disabled_element>*<product identification>*<serial number>
{     *ELEMENT DISABLED'
{
{      where <mf> is the identification of the mainframe in the form
{        $SYSTEM_mmmm_ssss.  Where 'mmmm' is the model number of
{        Central Processor zero (CP0), e.g. 0990, and 'ssss' is the
{        serial number of that processor, e.g. 0104.
{
{      where <disabled_element> is the element name of the element that has
{        been disabled.  If the element is a channel the element name will
{        be of the form 'IOUx/CCHx' or 'IOUx/CHx'.
{
{      where  <product  identification> is the identification of the
{        element specified in the active configuration.  If the element is
{        a channel this field will contain an empty string (i.e. ' ').
{
{      where <serial number> is the unique identity of  the  element
{        relative  to its product family as specified in the active
{        configuration (in decimal).  If the element is a channel this field
{        will contain an empty string (i.e. ' ').
{
{      where ELEMENT DISABLED is a string constant used to help identify this
{        statistic in the engineering log.
{
{    The counter-value portion of this statistic is not defined.
{
{

  CONST
    cml$element_disabled = cmc$min_ecc + 203;

*copyc cmc$condition_limits
