User Manual v12.3.0 Owner's manual

1604 Brocade Network Advisor IP User Manual
53-1003153-01
Database tables and fields
I
TABLE 181 HOST_DISCOVERY_REQ_GROUP
Field Definition Format Size
ID Auto generated primary key int
NAME Unique name for the host request.
The default value is ‘ New Host Group'.
varchar( 256
DISCOVERY_OPTIONS_ID
Primary key from the host discovery options
table. Points to the associated discovery
options
int
MANAGEMENT_STATE Reflects the status of the request E.g. 0->
Completed, 1->Delete Pending.
The default value is 0.
int
TABLE 182 HOST_DISCOVERY_REQUEST
Field Definition Format Size
ID Autogenerated primary key int
HOST_NAME Hostname: IP address or host name varchar 256
DEVICE_ENCLOSURE_ID int
REQUEST_GROUP_ID Primary key from the request group
table. Null allowed
int
HOST_DISCOVERY_OPTI
ON_ID
This id is a foreign key to the id in the
host_discovery_option table.
The default value is -1.
int
VM_MANAGEMENT_STAT
E
The status of VM Discovery indicating
success or failure. The default value
is 0.
int
JSON_MANAGEMENT_ST
ATE
The status of HBA discovery using
JSON agent, indicating success or
failure.
The default value is 0.
int
CIM_MANAGEMENT_STA
TE
The status of HBA Discovery using
CIM, indicating success or failure.
The default value is 0.
int
MANAGEMENT_STATE Reflects the status of the request E.g.
0-> Completed, 1->Add Pending
2->Delete Pending 3->Edit Pending
4->Delete Failed.
The default value is 1.
int
MANAGEMENT_STATE_D
ETAILS
This field holds the detailed
information on the management state
if available. For example, in case of
management state 3, this field will
have details on all the manually
created conflicting enclosures.
varchar 1024