Q-Logic 3000 Switch User Manual


 
5–Indication Support Classes
Predefined Filters
59223-03 E 5-5
Predefined Filters
The CIMAgent supports the following pre-defined filters.
Create:ComputerSystem
WQL: SELECT * FROM CIM_InstCreation WHERE SourceInstance
ISA CIM_ComputerSystem
CQL: SELECT * FROM CIM_InstCreation WHERE SourceInstance
ISA CIM_ComputerSystem
An indication will be thrown whenever a switch is added to the fabric as
seen by the switch hosting the CIMAgent. The embedded CIMAgent
ignores fabric changes for the first 30 seconds after the switch is
turned on or reset, as the internal fabric model is being initialized.
Delete:ComputerSystem
WQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance
ISA CIM_ComputerSystem
CQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance
ISA CIM_ComputerSystem
An indication will be thrown whenever a switch is removed from the
fabric as seen by the switch hosting the CIMAgent.
Modify:ComputerSystem
WQL: SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_ComputerSystem AND
SourceInstance.OperationalStatus <>
PreviousInstance.OperationalStatus
CQL: SELECT * FROM CIM_InstModification WHERE SourceInstance
ISA CIM_ComputerSystem AND
SourceInstance.CIM_ComputerSystem::OperationalStatus <>
PreviousInstance.CIM_ComputerSystem::OperationalStatus
An indication will be thrown whenever the operational status of the
switch hosting the CIMAgent changes.
Create:FCPort
WQL: SELECT * FROM CIM_InstCreation WHERE SourceInstance
ISA CIM_FCPort
CQL: SELECT * FROM CIM_InstCreation WHERE SourceInstance
ISA CIM_FCPort
An indication will be thrown whenever a new device registers itself with
the nameserver. Adding a new switch to the fabric will not cause the
Create:FCPort indication for each of the new switch ports.