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

Table Of Contents
Brocade Network Advisor SAN User Manual 1501
53-1002948-01
Database tables and fields
H
TABLE 441 VM_STORAGE_HBA_REMOTE_PORT_MAP
Field Definition Format Size
VM_STORAGE_ID A foreign key referencing VM_STORAGE (ID). int
HBA_REMOTE_PORT_ID A foreign key referencing HBA_REMOTE_PORT
(ID).
int
TABLE 442 VM_TRAFFIC_SHAPING_POLICY
Field Definition Format Size
ID Unique generated database identifier. serial
ENABLED 'The flag to indicate whether or not traffic
shaper is enabled on the port. 0 - false, 1 - true
smallint
AVERAGE_BANDWIDTH The average bandwidth in bits per second if
shaping is enabled on the port.
bigint
BURST_SIZE The maximum burst size allowed in bytes if
shaping is enabled on the port.
bigint
PEAK_BANDWIDTH The peak bandwidth during bursts in bits per
second if traffic shaping is enabled on the port.
bigint
VM_NETWORK_SETTIN
GS_ID
ID of network settings table. int
TYPE Type of traffic shaping policy, whether ingress
or egress. 0 is ingress, 1 is egress traffic
shaping policy.
smallint
TABLE 443 VM_VCENTER
Field Definition Format Size
ID Unique generated database identifier. serial
HOST The FQDN or the ip address of the host. varchar 256
PORT The port of the VCENTER server on the host. int
USER_NAME The username to login into the VCENTER. varchar 64
PASSWORD The password to login into the VCENTER. varchar 512
VERSION The version of VCENTER. varchar 10
TOKEN_ID The id to map the each VCENTER on the host. varchar 64
PLUGIN_STATUS Status of Plug-in registration to the vCenter
server.
varchar 32
PLUGIN_ENABLED Whether plug-in enabled or disabled. smallint
PLUGIN_FORWARD_EVE
NTS
Whether to forward events from Network
Advisor to the vCenter server or not
smallint
DISCOVERY_STATUS vCenter server discovery status. Can be one of
the below values:
1. Active 2. Failed - Authentication Failure 3.
Failed - Not reachable
smallint
DELETED_DISCOVERY The vCenter server discovery has been deleted.
Such a deleted vCenter server entry will not be
discovered.
smallint