Dell PowerVault ML6000 User Manual

Page 79

Advertising
background image

Dell PowerVault ML6000 SMI-S Reference Guide

75

Table 92

Creation/Deletion of a TapeDrive

Table 93

Creation/Deletion of a ChangerDevice

Table 94

Creation/Deletion of an FCPort

Table 95

Change in Operational Status of a ComputerSystem

Table 96

Change in Operational Status of a PhysicalMedia

Query

Comments/Remarks

SELECT * FROM CIM_InstCreation WHERE
SourceInstance ISA CIM_TapeDrive
SELECT * FROM CIM_InstDeletion WHERE
SourceInstance ISA CIM_TapeDrive

Event to notify when a tape drive comes into the
library or leaves the library.

Query

Comments/Remarks

SELECT * FROM CIM_InstCreation WHERE
SourceInstance ISA CIM_ChangerDevice
CIM_SELECT * FROM CIM_InstDeletion WHERE
SourceInstance ISA CIM_ChangerDevice

Event to notify that the robotics is ready for use
after library is initialized (startup). Event to notify
when the library is getting de-intialized (shutdown)
and robotics becomes unavailable. Event to notify
when a logical library is created or deleted.

Query

Comments/Remarks

SELECT * FROM CIM_InstCreation WHERE
SourceInstance ISA CIM_FCPort
SELECT * FROM CIM_InstDeletion WHERE
SourceInstance ISA CIM_FCPort

Event to notify when an FC port comes into the
library or leaves the library. It is the same as when an
FC tape drive or FC I/O blade enters or leaves the
library.

Query

Comments/Remarks

SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_ComputerSystem AND
PreviousInstance.OperationalStatus <>
SourceInstance.OperationalStatus

Event to notify change in operational status of
overall library status.

Query

Comments/Remarks

SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_PhysicalMedia AND
PreviousInstance.OperationalStatus <>
SourceInstance.OperationalStatus

Event to notify change in operational status of
physical media.

Advertising