Class CIM_DiagnosticSetting


  extends CIM_Setting
DiagnosticSetting is being deprecated and replaced by an identical class that derives from CIM_SettingData. CIM_Setting is to be replaced by CIM_SettingData in future versions of CIM. Specific diagnostic test parameters and execution instructions are defined by this class. To provide more detailed Settings for a type of test (i.e., additional properties), subclassing is appropriate.
Details...
This class is not implemented.

Class Qualifiers

NameData TypeValueScopeFlavors
DeprecatedstringCIM_DiagnosticSettingDataTOSUBCLASS= falseNone
DescriptionstringDiagnosticSetting is being deprecated and replaced by an identical class that derives from CIM_SettingData. CIM_Setting is to be replaced by CIM_SettingData in future versions of CIM. Specific diagnostic test parameters and execution instructions are defined by this class. To provide more detailed Settings for a type of test (i.e., additional properties), subclassing is appropriate.None TRANSLATABLE= true
UMLPackagePathstringCIM::System::DiagnosticsNone None
Versionstring2.11.0TOSUBCLASS= falseTRANSLATABLE= true

Local Class Properties

NameData TypeQualifiers
NameData TypeValueScopeFlavors
Captionstring
DescriptionstringThe Caption property is a short textual description (one- line string) of the object.None TRANSLATABLE= true
MaxLenuint3264None None
Descriptionstring
DescriptionstringThe Description property provides a textual description of the object.None TRANSLATABLE= true
ElementNamestring
DescriptionstringA user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.None TRANSLATABLE= true
Generationuint64
DescriptionstringGeneration is an optional, monotonically increasing property that may be used to identify a particular generation of the resource represented by this class. If Generation is supported by the implementation, its value shall not be null. Except as otherwise specified, a value (including null) of Generation specified at creation time shall be replaced by null if Generation is not supported by the implementation or shall be a, (possibly different), non-null value if the implementation does support Generation. After creation and if supported, Generation shall be updated, at least once per access, whenever the represented resource is modified, regardless of the source of the modification. Note: the Generation value only needs to be updated once between references, even if the resource is updated many times. The key point is to assure that it will be different if there have been updates, not to count each update. Note: unless otherwise specified, the value of Generation within one instance is not required to be coordinated with the value of Generation in any other instance. Note:the semantics of the instance, (as defined by its creation class), define the underlying resource. That underlying resource may be a collection or aggregation of resources. And, in that case, the semantics of the instance further define when updates to constituent resources also require updates to the Generation of the collective resource. Default behavior of composite aggregations should be to update the Generation of the composite whenever the Generation of a component is updated. Subclasses may define additional requirements for updates on some or all of related instances. For a particular instance, the value of Generation may wrap through zero, but the elapsed time between wraps shall be greater than 10's of years. This class does not require Generation to be unique across instances of other classes nor across instances of the same class that have different keys. Generation shall be different across power cycles, resets, or reboots if any of those actions results in an update. Generation may be different across power cycles, resets, or reboots if those actions do not result in an update. If the Generation property of an instance is non-null, and if any attempt to update the instance includes the Generation property, then if it doesn't match the current value, the update shall fail. The usage of this property is intended to be further specified by applicable management profiles. Typically, a client will read the value of this property and then supply that value as input to an operation that modifies the instance in some means. This may be via an explicit parameter in an extrinsic method or via an embedded value in an extrinsic method or intrinsic operation. For example: a profile may require that an intrinsic instance modification supply the Generation property and that it must match for the modification to succeed.None TRANSLATABLE= true
ExperimentalbooleantrueTOSUBCLASS= falseNone
HaltOnErrorboolean
DeprecatedstringCIM_DiagnosticSettingData.HaltOnErrorTOSUBCLASS= falseNone
DescriptionstringWhen this flag is true, the test will halt after finding the first error.None TRANSLATABLE= true
WritebooleantrueNone None
InstanceIDstring
DescriptionstringInstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. If not set to null for DMTF-defined instances, the "preferred" algorithm must be used with the <OrgID> set to CIM.None TRANSLATABLE= true
Localesstring
DeprecatedstringNo ValueTOSUBCLASS= falseNone
DescriptionstringThis property, along with the locale information in LocalizationCapabilities and DiagnosticServiceRecord, meets the requirement to specify locale for results produced by a diagnostic service. A locale indicates a particular geographical, political, or cultural region. The Locales property of the DiagnosticSetting class is an array of strings whose entries specify a language to be used in the formulation of information requested by or delivered to a client as a result of running a diagnostic service. It is specified by the client as an input parameter to the RunDiagnostic method, by virtue of its inclusion in this Setting class which is a parameter of the method. A single Setting object may specify more than one Locale. In this case, information MUST be returned in each language specified. Each array entry consists of three sub-strings, separated by underscores: - The first sub-string is the language code, as specified in ISO639. - The second sub-string is the country code, as specified in ISO3166. - The third sub-string is a variant, which is vendor specific. For example, US English appears as: "en_US_WIN", where the "WIN" variant would specify a Windows browser-specific collation (if one exists). Since the variant is not standardized, it is not commonly used and generally is limited to easily recognizable values ("WIN", "UNIX", "EURO", etc.) used in standard environments. The language and country codes are required; the variant may be empty.None TRANSLATABLE= true
ModelCorrespondencestringCIM_LocalizationCapabilities.SupportedOutputLocalesNone None
WritebooleantrueNone None
LogOptionsuint16
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.LogOptionsTOSUBCLASS= falseNone
DescriptionstringThe LogOptions property is used to specify the types of data that SHOULD be logged by the diagnostic service. Any number of values may be specified in the array. Note that the default behavior is for nothing to be logged. The AMOUNT of data to be logged can be controlled for each value selected by specifying a VerbosityLevel value. Verbosity may not apply to all LogOptions values, in which case the default VerbosityLevel of "Standard" SHOULD be used. The RecordForLog produced by running a service MUST be tagged with a RecordType that corresponds to one of these log option values. Following is a brief description of the available log options: * "Other" (value = 1): Details are given in the corresponding OtherLogOptionsDescriptions entry. * "Results" (value = 2): Log the results obtained by running the service. This is the most common value for reporting the service results. * "Subtests" (value = 3): Log a test summary report upon completion of each subtest and each loop iteration. The summary reports SHOULD state whether the individual subtest or iteration passed or failed and list relevant error codes and respective error counts. * "Actions" (value = 4): Log corrective action and instructional messages to guide service personnel; for example, a prioritized list of actions to perform in order to isolate a failure or correct a problem. When ordering steps or prioritizing actions, a number should proceed the text; for example, 1) Do this first, 2) Do this next, etc. * "Warnings" (value = 5): Log warning messages; for example, 'device will be taken off line', 'test is long-running' or 'available memory is low'. The VerbosityLevel value specified for the Warnings option is related to the severity of the warnings logged; for instance, one would specify a high level of verbosity to get all warnings logged, regardless of severity, and a low level of verbosity to have only the most severe warnings logged. * "Status" (value = 6): Log status messages; for example, state information for the driver, device, or system. * "Device Errors" (value = 7): Log errors related to the managed element being serviced. * "Service Errors" (value = 8): Log errors related to the service itself rather than the element being serviced, such as 'Resource Allocaton Failure'. * "Setting Data" (value=9): Log the property values of the DiagnosticSetting object used to configure the service. * "Statistics" (value = 10): Log statistical messages; for example, packets sent per second. * "Hardware Configuration" (value = 11): Log messages that contain information about the hardware configuration as viewed by the service; for example, vendor, version, FRU identification, and location information. The format and contents of this property is element dependent. Examples are: SCSI ID, LPTx, PCI Slot Number, and Dimm#. * "Software Configuration" (value = 12): Log messages that contain information about the software environment as viewed by the service; for example, the name and version of all the critical software elements controlling the device under test. Each configuration message SHOULD have the following common format: Element name; element type; manufacturer name; version; for example, 'Miniport driver; SCSI; Intel; Version 1.2'. * "Reference" (value = 13): Log the keys of an CIM object of of interest; for example, the element under test, or a data file. * "Debug" (value = 14): Log debug messages. These messages are vendor specific.None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.OtherLogOptionsDescriptions, CIM_DiagnosticServiceCapabilities.SupportedLogOptions, CIM_DiagnosticServiceRecord.RecordType, CIM_DiagnosticSetting.VerbosityLevelNone None
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 0x8000None None
ValuesstringUnknown, Other, Results, Subtests, Actions, Warnings, Status, Device Errors, Service Errors, Setting Data, Statistics, Hardware Configuration, Software Configuration, References, Debug, No Log OptionsNone TRANSLATABLE= true
WritebooleantrueNone None
LogStorageuint16
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.LogStorageTOSUBCLASS= falseNone
DescriptionstringThe LogStorage setting property indicates which types of supported storage should be used by the Diagnostic Service for logging of the data specified in LogOptions. The values are: "DiagnosticLog" (Value = 2): Use the DiagnosticLog and DiagnosticRecord classes. "MessageLog" (Value = 3): Use the MessageLog class and its methods. "File" (Value = 4): Write data to a file.None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.OtherLogStorageDescriptions, CIM_DiagnosticServiceCapabilities.SupportedLogStorageNone None
ValueMapstring0, 1, 2, 3, 4None None
ValuesstringUnknown, Other, DiagnosticLog, MessageLog, FileNone TRANSLATABLE= true
WritebooleantrueNone None
LoopControluint16
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.LoopControlTOSUBCLASS= falseNone
DescriptionstringLoopControl, used in conjunction with LoopControlParameter, sets one or more loop control mechanisms that limits the number of times a test should be repeated with a single invocation of a test method by a CIM client. There is an array-positional correspondence between LoopControl entries & LoopControlParameter entries. The entries in these coupled arrays of loop controls can be used in a logical OR fashion to achieve the desired loop control. For example, if a client wants to loop a test 1000 times, but quit if a timer runs out, it could set both controls into the LoopControl array as two separate entries in each array. The looping test will terminate when the first of the two Ored conditions are met. The descriptions for each loop control are given below: Unknown (= 0) Other (= 1) : Additional detail may be found in OtherLoopControlDescriptions. Continuous (= 2) : The corresponding LoopControl Parameter is ignored and the test will execute continuously. Tests that use this control should also support DiscontinueTest. Count(=3) : The corresponding LoopControlParameter is interpreted as a loop count (uint32), indicating the number of times the test should be repeated with a single invocation of a test method by a CIM client. Timer (= 4) : The corresponding LoopControlParameter is interpreted as an initial value (uint32) for a test loop timer, given in seconds. The looping is terminated when this timer has lapsed. ErrorCount (= 5) : The corresponding LoopControl Parameter is interpreted as an error count (uint32). The loop will continue until the number of errors that have occurred exceeds the ErrorCount. Note: the ErrorCount only refers to hard test errors; it does not include soft errors or warnings.None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LoopControlParameter, CIM_DiagnosticSetting.OtherLoopControlDescriptions, CIM_DiagnosticServiceCapabilities.SupportedLoopControlNone None
ValueMapstring0, 1, 2, 3, 4, 5None None
ValuesstringUnknown, Other, Continuous, Count, Timer, ErrorCountNone TRANSLATABLE= true
WritebooleantrueNone None
LoopControlParameterstring
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.LoopControlParameterTOSUBCLASS= falseNone
DescriptionstringArray entries contain parameters corresponding to entries in the LoopControl array, limiting the number of times a test should be repeated with a single invocation of a test method by a CIM client.None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LoopControlNone None
WritebooleantrueNone None
OtherLogOptionsDescriptionsstring
DeprecatedstringCIM_DiagnosticSettingData.OtherLogOptionsDescriptionsTOSUBCLASS= falseNone
DescriptionstringProvides additional information regarding the types of test messages that are logged when the property LogOptions includes the value 1 ("Other").None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LogOptionsNone None
WritebooleantrueNone None
OtherLogStorageDescriptionsstring
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.OtherLogStorageDescriptionsTOSUBCLASS= falseNone
DescriptionstringThis property provides additional information for LogStorage when the corresponding value is set to 1 ("Other").None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LogStorageNone None
WritebooleantrueNone None
OtherLoopControlDescriptionstring
DeprecatedstringCIM_DiagnosticSetting.OtherLoopControlDescriptionsTOSUBCLASS= falseNone
DescriptionstringThis property is deprecated and replaced with an array. It provides additional information for LoopControl when its value is set to 1 ('Other').None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LoopControlParameterNone None
WritebooleantrueNone None
OtherLoopControlDescriptionsstring
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.OtherLoopControlDescriptionsTOSUBCLASS= falseNone
DescriptionstringThis property provides additional information for LoopControl when the corresponding value is set to 1 ('Other').None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LoopControlParameter, CIM_DiagnosticSetting.LoopControlNone None
WritebooleantrueNone None
PercentOfTestCoverageuint8
DeprecatedstringCIM_DiagnosticSettingData.PercentOfTestCoverageTOSUBCLASS= falseNone
DescriptionstringRequests the diagnostic software to reduce test coverage to the specified percentage. For example, a hard drive scan test could be asked to run at 50%. The most effective way to accomplish this is for the test software to scan every other track, as opposed to only scanning the first half of a drive. It is assumed that the effectiveness of the test is impacted proportional to the percentage of testing requested. Permissible values for this property range from 0 to 100.None TRANSLATABLE= true
MaxValuesint64100None None
MinValuesint640None None
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.SupportedServiceModesNone None
PUnitstringpercentNone None
UnitsstringPercentNone TRANSLATABLE= true
WritebooleantrueNone None
QuickModeboolean
DeprecatedstringCIM_DiagnosticSettingData.QuickModeTOSUBCLASS= falseNone
DescriptionstringWhen this flag is true, the test software should attempt to run in an accelerated fashion either by reducing the coverage or number of tests performed.None TRANSLATABLE= true
WritebooleantrueNone None
ReportSoftErrorsboolean
DeprecatedstringCIM_DiagnosticSetting.LogOptionsTOSUBCLASS= falseNone
DescriptionstringWhen this flag is true, the diagnostic test will report 'soft errors'. In this context, a soft error is a message from the diagnostic reporting a known defect in the hardware or driver configuration, or execution environment. Examples are: 'Not enough memory', 'Driver IOCTL not implemented', 'Video RAM compare failed during polygon fill test (A known defect in the video chipset)', etc.None TRANSLATABLE= true
WritebooleantrueNone None
ReportStatusMessagesboolean
DeprecatedstringCIM_DiagnosticSetting.LogOptionsTOSUBCLASS= falseNone
DescriptionstringWhen this flag is true, the diagnostic test will report 'status messages'. In this context, a status message indicates that the diagnostic code is at a checkpoint. Examples are: "Completion of phase 1", "Complex pattern", etc.None TRANSLATABLE= true
WritebooleantrueNone None
ResultPersistenceuint32
DeprecatedstringCIM_DiagnosticSettingData.ResultPersistenceTOSUBCLASS= falseNone
DescriptionstringThe ResultPersistence property is a directive from a diagnostic client to a diagnostic provider. It allows the client to specify to the diagnostic service provider how long to persist the messages that result from execution of a diagnostic service. This applies to instances of DiagnosticResult as well as the preferred use of DiagnosticServiceRecord. The timeout period starts upon completion of the diagnostic action described by the DiagnosticService. Here is a summary of the choices and behaviors for different ResultPersistence values: 0 = "No Persistence": Setting the timer to zero tells the provider not to persist the diagnostic result. The diagnostic information is only available while the diagnostic is executing or at its conclusion. Value > 0 and < 0xFFFFFFFF = "Persist With TimeOut": Setting the ResultPersistenceOption to a integer will cause the DiagnosticResult to be persisted for that number of seconds. At the end of that time, the DiagnosticResult may be deleted by the diagnostic service provider. 0xFFFFFFFF = "Persist Forever": By setting the timeout value to the very large value, 0xFFFFFFFF, the provider shall persist results forever. In this case, the client MUST bear the responsibility for deleting them.None TRANSLATABLE= true
PUnitstringsecondNone None
UnitsstringSecondsNone TRANSLATABLE= true
WritebooleantrueNone None
SettingIDstring
DeprecatedstringCIM_SettingData.InstanceIDTOSUBCLASS= falseNone
DescriptionstringIn order to ensure uniqueness within the NameSpace, the value of SettingID SHOULD be constructed using the following 'preferred' algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon ':', and where <OrgID> MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the SettingID, or is a registered ID that is assigned to the business entity by a recognized global authority. (This is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness <OrgID> MUST NOT contain a colon (':'). When using this algorithm, the first colon to appear in SettingID MUST appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and SHOULD not be re-used to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity MUST assure that the resultant SettingID is not re-used across any SettingIDs produced by this or other providers for this instance's NameSpace. A preferred value for <LocalID> is a timestamp (CIM DateTime). For example, ACME:19980525133015.0000000-300.None TRANSLATABLE= true
KeybooleantrueNone OVERRIDABLE= false
MaxLenuint32256None None
OverridestringSettingIDTOSUBCLASS= falseNone
TestWarningLeveluint16
DeprecatedstringCIM_DiagnosticSetting.LogOptions, CIM_DiagnosticSetting.VerbosityLevelTOSUBCLASS= falseNone
DescriptionstringThis property is being deprecated because the TestWarningLevel and LogOptions properties serve the same purpose. It is deprecated in lieu of using the LogOptions ('Warnings') property in conjunction with VerbosityLevel to specify this information. The 'Missing Resources' and 'Testing Impacts' values are not included directly in LogOptions, but they are expected to be recorded in the resulting DiagnosticServiceRecord object. Sets the level of warning messages to be logged. If for example no warning information is required, the level would be set to "No Warnings" (value=0). Using "Missing Resources" (value=1) will cause warnings to be generated when required resources or hardware are not found. Setting the value to 2, "Testing Impacts", results in both missing resources and 'test impact' warnings (for example, multiple retries required) to be reported.None TRANSLATABLE= true
ValueMapstring0, 1, 2, 3None None
ValuesstringNo Warnings, Missing Resources, Testing Impacts, All WarningsNone TRANSLATABLE= true
WritebooleantrueNone None
VerbosityLeveluint16
ArrayTypestringIndexedNone OVERRIDABLE= false
DeprecatedstringCIM_DiagnosticSettingData.VerbosityLevelTOSUBCLASS= falseNone
DescriptionstringA client may want to specify the desired volume or detail logged by a diagnostic service. This property is applied to a corresponding logging option, acting as a qualifier on its description. Three levels of verbosity are defined as follows: * "Minimum" (value=2): Specified if the least amount of information is desired; for example, Pass or Fail. * "Standard" (value=3): This is the standard level of messaging provided by the service. It is the form most likely to be used if no verbosity value is specified (default). * "Full" (value=4): Specified when all information, regardless of size, is desired. Note that VerbosityLevel is a subjective property and relates to the degree of detail, not an absolute metric. A client simply specifies its desired level of detail and the provider publishes its data in accordance with this desired level of detail. Verbosity may not apply to all LogOptions values, in which case the default VerbosityLevel of "Standard" SHOULD be used.None TRANSLATABLE= true
ModelCorrespondencestringCIM_DiagnosticSetting.LogOptionsNone None
ValueMapstring2, 3, 4None None
ValuesstringMinimum, Standard, FullNone TRANSLATABLE= true
WritebooleantrueNone None

Copyright © 2008-2010 VMware, Inc. All rights reserved.