Database tables and fields

I

TABLE 129 FABRIC_COLLECTION (Continued)

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

SEED_SWITCH_IP

IP address of the switch which serves as the seed

varchar

128

 

switch. This is the switch from which above mentioned

 

 

 

fabric level collectors get their information.

 

 

 

 

 

 

LAST_SEED_SW_

Timestamp of the seed switch, when the particular

timestamp

 

MODIFICATION

HTML page was changed last. Note that this is not

 

 

 

when the last time collection was done.

 

 

 

 

 

TABLE 130 FABRIC_DISCOVERY_POLICY

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

FABRIC_ID

The database ID of the fabric that the policy belongs

int

 

 

to.

 

 

 

 

 

 

DISCOVER_ALL_MEMBERS

This column indicates if all the members of the fabric

smallint

 

 

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.

 

 

 

 

 

 

CREATION_TIME

 

timestamp

 

 

 

 

 

LAST_UPDATE_TIME

 

timestamp

 

 

 

 

TABLE 131 FABRIC_DISCOVERY_POLICY_RULE

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

ID

 

serial

 

 

 

 

 

FABRIC_ID

The database ID of the fabric that the policy belongs

int

 

 

to.

 

 

 

 

 

 

FILTER

Filter to be applied for this fabric. This could be IP

varchar

128

 

Address or WWN or SwitchType. The Type of the filter

 

 

 

comes from the FilterType column. This can be either

 

 

 

in included list or excluded list depending on the

 

 

 

EXCLUDED column value.

 

 

 

 

 

 

FILTER_TYPE

This column indicates type of the filter. It could take

smallint

 

 

values like 0 for IP Address, 1 for WWN and 2 for

 

 

 

SwitchType. Default is IP address type.

 

 

 

 

 

 

EXCLUDED

This column indicates if the Filter in the record

smallint

 

 

should be included or excluded. 1 means exclude

 

 

 

and 0 means include. Default is to include.

 

 

 

 

 

 

CREATION_TIME

 

timestamp

 

 

 

 

 

LAST_UPDATE_TIME

 

timestamp

 

 

 

 

TABLE 132 FABRIC_MEMBER

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

FABRIC_ID*

Fabric ID, foreign key to FABRIC table.

int

 

 

 

 

 

VIRTUAL_SWITCH_ID*

ID of the virtual switch which is a member of this fabric,

int

 

 

foreign key to VIRTUAL_SWITCH table.

 

 

Brocade Network Advisor IP User Manual

1431

53-1003056-01

 

Page 1483
Image 1483
Brocade Communications Systems IP250 Database tables and fields Fabriccollection, Fabricdiscoverypolicy, Fabricmember