User Manual v12.3.0 Owner's manual

1574 Brocade Network Advisor IP User Manual
53-1003153-01
Database tables and fields
I
VCS_LICENSED Indicates whether the fabric has VCS license or not.
Possible values are 0 for not applicable, 1 for licensed,
2 for not licensed. 0 is default. Fabrics representing
clusters with 2 or less nodes will have value of 0 as all
those are automatically licensed. Fabrics representing
clusters with 3 or more nodes will have values 1 or 2
depending on whether the license was acquired or
not.
int
HAS_NOS_AG Denotes whether fabric has NOS AG connected to it or
not. 0 denotes that the fabric has no NOS AG
connected to it and 1 denotes a NOS AG is connected
to the fabric. -1 denotes that it is not applicable and
will be set to NOS clusters.
int
TABLE 131 FABRIC_CHECKSUM
Field Definition Format Size
FABRIC_ID * Fabric ID, foreign key to the FABRIC table. int
CHECKSUM_KEY * Type of checksum, e.g. device data or zone data. varchar 32
CHECKSUM Actual checksum value. varchar 16
TABLE 132 FABRIC_COLLECTION
Field Definition Format Size
FABRIC_ID * Fabric ID, foreign key to the FABRIC table. int
COLLECTOR_NAME * Name of the collector, e.g., NameServerInfoCollector,
TopologyCollector, ZoneInfoCollector,
ActiveZoneInfoCollector.
varchar 256
SEED_SWITCH_IP IP address of the switch which serves as the seed
switch. This is the switch from which above mentioned
fabric level collectors get their information.
varchar 128
LAST_SEED_SW_
MODIFICATION
Timestamp of the seed switch, when the particular
HTML page was changed last. Note that this is not
when the last time collection was done.
timestamp
TABLE 133 FABRIC_DISCOVERY_POLICY
Field Definition Format Size
FABRIC_ID The database ID of the fabric that the policy belongs
to.
int
DISCOVER_ALL_MEMBERS This column indicates if all the members of the fabric
can be discovered. 1 means discover all members
and 0 means do not discover all members. In the
case of 0, the filtering rules comes from
FabricDiscoveryPolicyRule table.
smallint
CREATION_TIME timestamp
LAST_UPDATE_TIME timestamp
TABLE 130 FABRIC (Continued)
Field Definition Format Size