DMTF Change Request

DMTF Confidential

All changes to be submitted by the Working Group Chair (or designee) after approval by the working group.  

The Change Request sample (http://www.dmtf.org/members/zdata/CRTemplateSample.html) contains more detailed
information on how to complete the template.

DMTF Change Request Number   [CIMCoreCR006655]

CIMCoreCR01161

CR Owner Name, Email 
[My Name, my.name@company.com]

Richard Landau, Richard_Landau@dell.com
Alliance Partner submitting CR request (if applicable)
Printer Working Group, www.pwg.org
Alliance Partner vote history
(e.g. SNIA XYZ Approved on 8/12/06)
n/a
Alliance Partner identifier/tracking number (if available)
CIMCoreCR_ImagingMonitorStatisticalData_00b.html

Errata   [Yes|No]

No

Short Description

Create class CIM_ImagingMonitorStatisticalData

Spec, Document or Model(s) Being Changed
[Application|Core|Database|Device|Event|Interop|
Network|Physical|Policy|Support|System|User ]

Core

Spec, Document or Model Version Incorporating the Change  [2.16.0 Experimental | Final]

2.20 Experimental

Filename(s) Incorporating the Change
[Core/CIM_Container.mof, DSP0204.pdf]

Core/CIM_ImagingMonitorStatisticalData.mof

Date Originated  [mm/dd/yyyy]

07/07/2008

Date of Last Revision of the Change Request [mm/dd/yyyy]

07/07/2008

Dependencies   [CIMCoreCR00555,CIMCoreCR00600,...]


Terminology

The terminology used in this CR should conform to the "Rules for the structure and drafting of International Standards", 5th Edition, 2005 available at:

http://isotc.iso.org/livelink/livelink.exe/fetch/2000/2122/3146825/4229629/4230450/4230456/ISO_IEC_Directives__Part_2__Rules_for_the_structure_and_drafting_of_International_Standards__2004__5th_edition___pdf_format_.pdf?nodeid=4230517&vernum=0

Particular attention shall be paid to Annex H which lays out guidelines for the expression of provisions.

Background/Rationale (Explanation of the background and reason(s) for the requested change, and supporting documentation):

 
The concrete class CIM_ImagingMonitorStatisticalData usage, availability, and alert counters for imaging devices, services, jobs, and systems.  

The structure and properties of this family of classes derive directly from the Imaging State and Counter MIB, PWG Candidate Standard 5106.3-2008.  Early implementations are expected to be SNMP proxy providers using this MIB. 
 

Alliance Partner Status (tracking number, other key identifiers,  supporting documentation, etc.):

(insert text here)

Requested Change (Change information such as details before/after the change and/or references documents (other then MOF) if the changes are too lengthy to include inline):

// Create the class CIM_ImagingMonitorStatisticalData.


MOF Changes (The complete CIM Class (ASCII) using blue text for new, red text for removed and black text for no change, only one CIM Class can be changed per CR):

// Copyright (c) 2008 DMTF. All rights reserved.
// ==================================================================
// CIM_ImagingMonitorStatisticalData
// ==================================================================
[Experimental, Version ( "2.20.0" ),
UMLPackagePath ( "CIM::Core::Statistics" ), Description (
"This class defines the monitoring, availability, and traffic "
"ImagingStatisticalData associated with an imaging system "
"(e.g., ComputerSystem), imaging service (e.g., PrintService), "
"imaging device (e.g., Printer), imaging job (e.g., PrintJob), "
"or any other imaging element. \n"
"See: Section 4 Overview in PWG Counter MIB v2 (PWG 5106.3).")]

class CIM_ImagingMonitorStatisticalData : CIM_ImagingStatisticalData {

[Description (
"Total configuration changes that have occurred on this "
"managed element (i.e., changes to description, "
"capabilities, or settings but NOT changes to state, alerts, "
"counters, etc."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorConfigChanges" }]
uint32 ConfigChanges;

[Description (
"Total alerts that have occurred on this managed element."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorTotalAlerts" },
ModelCorrespondence { "CIM_Printer.AllAlerts" }]
uint32 TotalAlerts;

[Description (
"Critical alerts that have occurred on this managed element."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCriticalAlerts" },
ModelCorrespondence { "CIM_Printer.CriticalAlerts" }]
uint32 CriticalAlerts;

[Description (
"Total jobs that have been aborted (by the system software) "
"on this managed element."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorAbortedJobs" }]
uint32 AbortedJobs;

[Description (
"Total jobs that have been canceled (by an authorized user) "
"on this managed element."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCanceledJobs" }]
uint32 CanceledJobs;

[Description (
"Total jobs that have been completed (successfully or with "
"warnings/errors) on this managed element."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCompletedJobs" }]
uint32 CompletedJobs;

[Description (
"Total jobs that have been completed (successfully or with "
"warnings and errors) and for which any finishing process "
"was performed on this managed element."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCompletedFinisherJobs"
}]
uint32 CompletedFinisherJobs;

[Description (
"Total times that data stored by this managed element to "
"local memory caused a memory allocation failure."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorMemoryAllocErrors"
}]
uint32 MemoryAllocErrors;

[Description (
"Total times that data stored by this managed element to "
"local memory exceeded an implementation-defined or "
"administratively configured memory allocation threshold."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorMemoryAllocWarnings"
}]
uint32 MemoryAllocWarnings;

[Description (
"Total times that data stored by this managed element to a "
"local or remote file system caused a storage allocation "
"failure."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorStorageAllocErrors"
}]
uint32 StorageAllocErrors;

[Description (
"Total times that data stored by this managed element to a "
"local or remote file system exceeded an "
"implementation-defined or administratively configured "
"storage allocation threshold."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorStorageAllocWarnings"
}]
uint32 StorageAllocWarnings;

[Description (
"Total amount of data stored by this managed element to a "
"local file system."),
Punit ( "byte * 10^3" ),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorLocalStorageKOctets"
}]
uint32 LocalStorageKOctets;

[Description (
"Total amount of data stored by this managed element to a "
"remote file system."),
Punit ( "byte * 10^3" ),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorRemoteStorageKOctets"
}]
uint32 RemoteStorageKOctets;

[Description (
"Total amount of data received on ALL supported job channels "
"by this managed element (e.g., a Print service)."),
Punit ( "byte * 10^3" ),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icTrafficInputKOctets" }]
uint32 InputKOctets;

[Description (
"Total amount of data sent on ALL supported job channels by "
"this managed element (e.g., a Fax service)."),
Punit ( "byte * 10^3" ),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icTrafficOutputKOctets" }]
uint32 OutputKOctets;

[Description (
"Total messages received on ALL supported job channels by "
"this managed element (e.g., an Email service)."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icTrafficInputMessages" }]
uint32 InputMessages;

[Description (
"Total messages sent on ALL supported job channels by this "
"managed element (e.g., a Fax service)."),
MappingStrings {
"MIB.PWG|PWG-IMAGING-COUNTER-MIB.icTrafficOutputMessages" }]
uint32 OutputMessages;
};






Discussion Points (Summary of decisions and discussions of the WG in creating this CR) :


Change History (Mandatory after submission to the TC, May be used by the WGs):

Version

Date

Short description of changes

000

07/07/2008

Original version. 



Note that this document is labeled as "DMTF Confidential".  It is intended only for DMTF member companies and alliance partners.
This Change Request may be withdrawn or modified by subsequent Change Requests.

All submissions MUST comply with the DMTF Patent and Technology policy (http://www.dmtf.org/about/policies/patent-10-18-01.pdf)

Template Version 2.0.1b
Copyright (C) 2007 Distributed Management Task Force, Inc. (DMTF). All rights reserved.