Brocade Network Advisor 12.1.X Documentation Updates (53-1003016-05, January 2014)

Table Of Contents
1510 Brocade Network Advisor SAN User Manual
53-1002948-01
Database tables and fields
H
TABLE 461 ZONE_DB_CONFIG
Field Definition Format Size
ID Unique generated database identifier. int
ZONE_DB_ID PK of the owning zone DB int
DEFINED_CONTENT Defined zone raw config string, wrapped with $ to
prevent special char trimming
text
ACTIVE_CONTENT Active zone raw config string text
TI_ZONE_CONTENT TI zone raw config string text
TABLE 462 ZONE_DB_USERS
Field Definition Format Size
ID* Unique generated database identifier. int
ZONE_DB_ID PK of the owning zone DB. int
USER_NAME List of users currently editing this zone DB. varchar 128
TABLE 463 ZONE_IN-ZONE_SET
Field Definition Format Size
ZONE_SET_ID* PK of the owning zone set. INT
ZONE_ID* PK of the owning zone. INT
TABLE 464 ZONE_MEMBER
Field Definition Format Size
ID* Unique generated database identifier. int
TYPE Member type:
2 = WWN
4 = D,P
smallint
VALUE Member value (D,P or WWN). varchar 256
ZONE_ID PK of owning zone. int
TABLE 465 ZONE_SET
Field Definition Format Size
ID* Unique generated database identifier. int
ZONE_DB_ID PK of owning zone DB. int
NAME Zone set name. varchar 64
ACTIVE 1 = active zone set
0 = otherwise.
smallint