HP StorageWorks 8/20q HP StorageWorks 8/20q Fibre Channel Switch CIM Agent ref - Page 54

WQL: SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort - san switch

Page 54 highlights

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 will 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 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. 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 is thrown whenever the operational status of a port on the switch hosting the CIM Agent 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 is thrown whenever the inactive zoning database changes. As the CIM Agent 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 is thrown whenever a zoneset is activated. 54 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

54
Indication support classes
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 will 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 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.
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 is thrown whenever the operational status of a port on the switch hosting the CIM
Agent 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 is thrown whenever the inactive zoning database changes. As the CIM Agent 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 is thrown whenever a zoneset is activated.