Q-Logic 3000 Switch User Manual


 
5–Indication Support Classes
Predefined Filters
5-6 59223-03 E
Delete:FCPort
WQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance
ISA CIM_FCPort
CQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance
ISA CIM_FCPort
An indication will be thrown whenever a device is removed from the
nameserver. Removing a switch from the fabric will not cause a
Delete:FCPort indication for each of the new switch ports, however it
will cause Delete:FCPort indications for all the devices attached to the
removed switch.
Note that the Fabric Segmentation results in the creation of a new
Fabric for the isolated switches. The Delete:FCPort indication implies a
device removal from the original fabric, not from the SAN as a whole,
as the device will remain in the new fabric.
Modify:FCPort
WQL: SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_FCPort AND
SourceInstance.OperationalStatus <>
PreviousInstance.OperationalStatus
CQL: SELECT * FROM CIM_InstModification WHERE SourceInstance
ISA CIM_FCPort AND
SourceInstance.CIM_FCPort::OperationalStatus <>
PreviousInstance.CIM_FCPort::OperationalStatus
An indication will be thrown whenever the operational status of a port
on the switch hosting the CIMAgent changes.
Alert:ZoningDBChange
WQL: SELECT * FROM CIM_AlertIndication WHERE
OwnerEntity=SNIA and MessageID='32'
CQL: SELECT * FROM CIM_AlertIndication WHERE
OwnerEntity=SNIA and MessageID='32'
An indication will be thrown whenever the inactive zoning database
changes. As the CIMAgent doesn't support zoning sessions, this
means that a multi-step zoning change via CIM will result in multiple
indications.
Alert:ActivateZoneSet
WQL: SELECT * FROM CIM_AlertIndication WHERE
OwnerEntity=SNIA and MessageID='33'
CQL: SELECT * FROM CIM_AlertIndication WHERE
OwnerEntity=SNIA and MessageID='33'
An indication will be thrown whenever a Zoneset is Activated.