HP StorageWorks SAN Virtualization Services Platform SMI-S User Guide (5697-0209, April 2010)

This class represents the multiservice task. The affected task elements are elements on which the task
is acting.
EnumerateInstances:
Produce the list of multi-service jobs.
GetInstance:
Fetch the task.
DeleteInstance:
Delete the instance.
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
CommentsDescriptionProperty Name
Unique identifier of instances
of this class in the scoping
namespace
string InstanceID
User-friendly name for this job.string Name
Job Control Profile292