San zoning, Supported indications – Brocade Network Advisor SMI Agent Developers Guide v12.3.0 User Manual

Page 43

Advertising
background image

Brocade Network Advisor SMI Agent Developer’s Guide

27

53-1003159-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.

Advertising