HP 8/20q HP StorageWorks 8/20q and SN6000 Fibre Channel Switch CIM Agent Refer - Page 50

Pre-defined filters, WQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort

Page 50 highlights

Pre-defined filters The CIM Agent 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 is thrown whenever a switch is added to the fabric, as seen by the switch hosting the CIM Agent. The embedded CIM Agent 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 is thrown whenever a switch is removed from the fabric as seen by the switch hosting the CIM Agent. 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 is thrown whenever the operational status of the switch hosting the CIM Agent 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 is thrown whenever a new device registers itself with the nameserver. Adding a new switch to the fabric does not cause the Create:FCPort indication for each of the new switch ports. Delete:FCPort WQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort CQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort An indication is thrown whenever a device is removed from the nameserver. Removing a switch from the fabric does not cause a Delete:FCPort indication for each of the new switch ports, however it does cause Delete:FCPort indications for all the devices attached to the removed switch. 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 from the SAN as a whole, as the device remains 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 is thrown whenever the operational status of a port on the switch hosting the CIM Agent changes. 50 Indication Support Classes

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60

50
Indication Support Classes
Pre-defined filters
The CIM Agent 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 is thrown whenever a switch is added to the fabric, as seen by the switch hosting the
CIM Agent. The embedded CIM Agent 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 is thrown whenever a switch is removed from the fabric as seen by the switch hosting
the CIM Agent.
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 is thrown whenever the operational status of the switch hosting the CIM Agent
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 is thrown whenever a new device registers itself with the nameserver. Adding a new
switch to the fabric does not cause the Create:FCPort indication for each of the new switch ports.
Delete:FCPort
WQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort
CQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort
An indication is thrown whenever a device is removed from the nameserver. Removing a switch from
the fabric does not cause a
Delete:FCPort
indication for each of the new switch ports, however
it does cause
Delete:FCPort
indications for all the devices attached to the removed switch.
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 from the
SAN as a whole, as the device remains 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 is thrown whenever the operational status of a port on the switch hosting the CIM
Agent changes.