HP Brocade 8/12c Brocade Network Advisor SMI Agent Developer's Guide - Page 39

SAN zoning, Brocade_ConcreteJob

Page 39 highlights

Fabric profile 3 • A second job for the same operation and same target cannot be started if a job is already in progress and in the running state. • A failed job shows an OperationalStatus of {"6", "17"}, while a successful job shows {"2", "17"}. • Although the GetError() method is mandatory, this operation is not supported. • Upon Brocade Network Advisor server restart, all existing Brocade_ConcreteJob instances are deleted because they are not persisted in the Brocade Network Advisor database. Supported indications Table 4 shows all the supported mandatory indications. TABLE 4 Supported indications Indication Description SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob AND SourceInstance.CIM_ConcreteJob::PercentComplet e PreviousInstance.CIM_ConcreteJob::Percent Complete Modification of PercentComplete for a concrete job. SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob AND ANY SourceInstance.CIM_ConcreteJob::Operation alStatus[*] = 17 AND ANY SourceInstance.CIM_ConcreteJob::Operation alStatus[*] = 2 Modification of OperationalStatus for a concrete job to Complete and OK. SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob AND ANY SourceInstance.CIM_ConcreteJob::Operation alStatus[*] = 17 AND ANY SourceInstance.CIM_ConcreteJob::Operation alStatus[*] = 6 Modification of OperationalStatus for a concrete job to Complete and Error. SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob AND SourceInstance.CIM_ConcreteJob::JobState PreviousInstance.CIM_ConcreteJob::JobState Modification of JobState for a concrete job. SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_ConcreteJob Creation of a concrete job. SAN zoning Storage Area Network (SAN) zoning is a method of arranging Fibre Channel devices into logical groups over the physical configuration of the fabric. Brocade Network Advisor SMI Agent provides SAN zoning configuration support such as CreateSANZone, AddSANZoneMemembers, RemoveSANZoneMembers, and DeleteSANZone through extrinsic methods. A Logical Storage Area Network (LSAN) consist of zones in two or more edge fabrics or backbone fabrics that contain the same devices.The LSANs provide selective device connectivity between fabrics without forcing you to merge those fabrics. Brocade Network Advisor SMI Agent Developer's Guide 27 53-1002169-01

  • 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
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168

Brocade Network Advisor SMI Agent Developer’s Guide
27
53-1002169-01
Fabric profile
3
A second job for the same operation and same target cannot be started if a job is already in
progress and in the running state.
A failed job shows an OperationalStatus of {"6", "17"}, while a successful job shows {"2", "17"}.
Although the GetError() method is mandatory, this operation is not supported.
Upon Brocade Network Advisor server restart, all existing
Brocade_ConcreteJob
instances are
deleted because they are not persisted in the Brocade Network Advisor database.
Supported indications
Table 4
shows all the supported mandatory indications.
SAN zoning
Storage Area Network (SAN) zoning is a method of arranging Fibre Channel devices into logical
groups over the physical configuration of the fabric. Brocade Network Advisor SMI Agent provides
SAN zoning configuration support such as CreateSANZone, AddSANZoneMemembers,
RemoveSANZoneMembers, and DeleteSANZone through extrinsic methods.
A Logical Storage Area Network (LSAN) consist of zones in two or more edge fabrics or backbone
fabrics that contain the same devices.The LSANs provide selective device connectivity between
fabrics without forcing you to merge those fabrics.
TABLE 4
Supported indications
Indication
Description
SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_ConcreteJob AND
SourceInstance.CIM_ConcreteJob::PercentComplet
e <> PreviousInstance.CIM_ConcreteJob::Percent
Complete
Modification of PercentComplete for a concrete job.
SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_ConcreteJob AND ANY
SourceInstance.CIM_ConcreteJob::Operation
alStatus[*] = 17 AND ANY
SourceInstance.CIM_ConcreteJob::Operation
alStatus[*] = 2
Modification of OperationalStatus for a
concrete job to Complete and OK.
SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_ConcreteJob AND ANY
SourceInstance.CIM_ConcreteJob::Operation
alStatus[*] = 17 AND ANY
SourceInstance.CIM_ConcreteJob::Operation
alStatus[*] = 6
Modification of OperationalStatus for a
concrete job to Complete and Error.
SELECT * FROM CIM_InstModification WHERE
SourceInstance ISA CIM_ConcreteJob AND
SourceInstance.CIM_ConcreteJob::JobState <>
PreviousInstance.CIM_ConcreteJob::JobState
Modification of JobState for a concrete job.
SELECT * FROM CIM_InstCreation WHERE
SourceInstance ISA CIM_ConcreteJob
Creation of a concrete job.