Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

Brocade Network Advisor SAN User Manual 1049
53-1002167-01
Database tables and fields
E
Quartz
TABLE 193 PORT_FENCING_POLICY_MAP
Field Definition Format Size
ID* int
POLICY_ID Foreign key to ID column of PORT_FENCING_POLICY
table.
int
LEVEL 0 = All Fabric
1 = Fabric
2 = Core Switch Group
3 = Switch
4 = Port Type
5 = Port List
smallint
SUB_LEVEL 1 = E_Port
2 = F_Port
3 = FL_Port, Fabric WWN, Switch WWN
char 23
NODE WWN of Node which policy assigned. char 23
INHERITANCE Directly assigned or inherited from root level.
0 = Directly assigned
1 = Indirectly assigned
smallint
TABLE 194 QRTZ_JOB_DETAILS
Field Definition Format Size
JOB_NAME* Name of the job. varchar 80
JOB_GROUP* Name of the job group. varchar 80
DESCRIPTION Description of the job (optional). varchar 120
JOB_CLASS_NAME The instance of the job that will be executed. varchar 128
IS_DURABLE Whether the job should remain stored after it is
orphaned.
boolean
IS_VOLATILE Whether the job should not be persisted in the
JobStore for re-use after program restarts.
boolean
IS_STATEFUL Whether the job implements the interface
StatefulJob.
boolean
REQUESTS_RECOVERY Instructs the scheduler whether or not the job should
be re-executed if a "recovery" or "fail-over" situation is
encountered.
boolean
JOB_DATA To persist the job-related and application-related
informations.
bytea
TABLE 195 QRTZ_TRIGGERS
Field Definition Format Size
TRIGGER_NAME* Name of the trigger. varchar 80
TRIGGER_GROUP* Name of the trigger group. varchar 80
JOB_NAME Name of the job. varchar 80