Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1799

Advertising
background image

Brocade Network Advisor SAN User Manual

1747

53-1003154-01

Database tables and fields

H

MANAGED_ELEMENT_ID A foreign key referencing

MANAGED_ELEMENT(ID).

int

FAULT_MONITORING_ST
ATE

Flag to indicate whether fault monitoring is
registered or not for a VM Host. Possible values
are:
1.Not registered
2.Registered (Default)

smallint

NAME

The name of the VCenter.

varchar

64

UUID

Unique identifier for vCenter server instance.

varchar

64

TABLE 499

VM_VCENTER_MEMBER

Field

Definition

Format

Size

ID

Unique generated database identifier.

serial

HOST_NAME

Hostname of VM host.

varchar

256

IP_ADDRESS

IP address of VM host.

varchar

128

STATUS

Discovery status of VM host. This can be one of
the following: 1. Discovery Pending 2. Excluded
3. Conflict - Existing Host 4. Disconnected 5.Not
responding.

smallint

REASON

In case the status is 3 (Conflict - Existing host)
then this field will be used to persist the
hostname for conflicting user defined host.

varchar

1024

VM_VCENTER_ID

Id of the vCenter server managing this host.

int

VM_HOST_ID

Foreign Key to the vm_host table.

int

TABLE 500

VM_VIRTUAL_ETHERNET_ADAPTER

Field

Definition

Format

Size

ID

Unique generated database identifier.

serial

DISPLAY_LABEL

Display label for the virtual ethernet adapter.

varchar

256

DISPLAY_SUMMARY

Summary description.

varchar

256

KEY

This property is a unique key that distinguishes
this device from other devices in the same
virtual machine. Keys are immutable but may
be recycled; that is, a key does not change as
long as the device is associated with a
particular virtual machine. However, once a
device is removed, its key may be used when
another device is added.

int

TABLE 498

VM_VCENTER (Continued)

Field

Definition

Format

Size

Advertising