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]

CIMCoreCR01193

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_ImagingStatisticalData_fix_00.html

Errata   [Yes|No]

No

Short Description

Update (new) class CIM_ImagingStatisticalData.

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_ImagingStatisticalData.mof

Date Originated  [mm/dd/yyyy]

09/19/2008

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

09/19/2008

Dependencies   [CIMCoreCR00555,CIMCoreCR00600,...]

CIMCoreCR01160

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 MappingStrings of two of the properties inadvertently pointed to the PWG Imaging State and Counter MIB as "MIB.IETF" instead of "MIB.PWG".  This CR corrects these. 
 

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):

// Modify the class CIM_ImagingStatisticalData.


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_ImagingStatisticalData
// ==================================================================
[Experimental, Abstract, Version ( "2.20.0" ),
UMLPackagePath ( "CIM::Core::Statistics" ), Description (
"This class extends StatisticalData to abstract the concept of "
"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"
"This abstract class defines common properties for: \n"
"(a) persistence (PersistenceType and OtherPersistenceType); \n"
"(b) correlation of ImagingStatisticalData information between "
"CIM and SNMP interfaces (SNMPKeyId). \n"
"Note: An instance of any concrete class derived from this "
"abstract class shall be associated with exactly one instance "
"of a scoping imaging element (e.g., Printer) via an instance "
"of the ElementStatisticalData association class. \n"
"See: Model and diagram in section 4 of PWG Imaging System "
"State and Counter MIB (PWG 5106.3-2008, or successor).")]

class CIM_ImagingStatisticalData : CIM_StatisticalData {

[Description (
"Persistence of this instance of ImagingStatisticalData. \n"
"1 (Other) means vendor-specific persistence and should not "
"be used (to avoid interoperability problems). \n"
"2 (Unknown) means unknown persistence and should not be be "
"used (to avoid amgiguity in accounting applications). \n"
"3 (Lifetime) means since install of the scoping imaging "
"element (e.g., PrintService). \n"
"4 (PowerOn) means since last power on of the scoping "
"imaging element (e.g., Printer). \n"
"5 (Reset) means since the last reset of this instance of "
"ImagingStatisticalData."),
ValueMap { "1", "2", "3", "4", "5", ".." },
Values { "Other", "Unknown", "Lifetime", "PowerOn", "Reset",
"DMTF Reserved" },
MappingStrings {
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icMonitorPersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icTimePersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icMediaUsedPersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icTrafficPersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icImagePersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icImpressionPersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icTwoSidedPersistence",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icSheetPersistence" },
ModelCorrespondence {
"CIM_ImagingStatisticalData.OtherPersistenceType",
"CIM_StatisticalData.ResetSelectedStats",
"CIM_FileSystemSetting.PersistenceTypes" }]
uint16 PersistenceType;

[Description (
"A free-form string that describes the persistence when the "
"the value of the PersistenceType property is equal to 1 "
"(Other)."),
MinLen ( 0 ), MaxLen ( 255 ),
ModelCorrespondence {
"CIM_ImagingStatisticalData.PersistenceType",
"CIM_FileSystemSetting.OtherPersistenceTypes" }]
string OtherPersistenceType;

[Description (
"A unique value used by the scoping imaging element (e.g., "
"PrintService) to identify this ImagingStatisticalData. "
"Note: This property is necessary to correlate counter and "
"event information between CIM and SNMP interfaces."),
MinValue ( 1 ), MaxValue ( 2147483647 ),
MappingStrings {
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icMonitorKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icTimeKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icMediaUsedKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icTrafficKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icImageKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icImpressionKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icTwoSidedKeyIndex",
"MIB.IETFPWG|PWG-IMAGING-COUNTER-MIB.icSheetKeyIndex" }]
uint32 SNMPKeyId;

};





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

09/19/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.