Class keys/properties – HP SAN Virtualization Services Platform User Manual
Page 295
Indications
•
Name: Job Progress Report
• Filter: SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob
AND SourceInstance.CIM_ConcreteJob::PercentComplete <> PreviousInstance.CIM_Concrete-
Job::PercentComplete
• Description: Job PercentComplete has changed.
•
Name: Job Completed Successfully
• Filter: SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob
AND ANY SourceInstance.CIM_ConcreteJob::OperationalStatus[*] = 17 AND ANY
SourceInstance.CIM_ConcreteJob::OperationalStatus[*] = 2
• Description: OperationalStatus has changed to 'Complete' and 'OK'
•
Name: Job Failed
• Filter: SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob
AND ANY SourceInstance.CIM_ConcreteJob::OperationalStatus[*] = 17 AND ANY
SourceInstance.CIM_ConcreteJob::OperationalStatus[*] = 6
• Description: OperationalStatus has changed to 'Complete' and 'Error'
•
Name: Job State Change
• Filter: SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob
AND SourceInstance.CIM_ConcreteJob::JobState <> PreviousInstance.CIM_ConcreteJob::Job-
State
• Description: JobState has changed
•
Name: Job Started
• Filter: SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_ConcreteJob
• Description: New job has been created
Class keys/properties
Comments
Description
Property Name
Unique identifier of instances
of this class in the scoping
namespace
string InstanceID
User-friendly name for this job.
Set the name to the group name.
string Name
It is not clear whether there is
a need to expose the splitting
and merging status through the
SMI-S API.
•
0 "Unknown"
•
2 "OK"
•
4 "Stressed"
•
6 "Error"
uint16[] OperationalStatus
•
2 "OK"
•
4 "OK"
•
10 "Exception"
uint16 JobState
Percentage of the task that has
been completed.
Use the parent group's progress,
SmGroupDetails.Progress to populate this
property.
uint16 PercentComplete
SAN Virtualization Services Platform SMI-S User Guide
295