Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1793

Advertising
background image

Brocade Network Advisor SAN User Manual

1741

53-1003154-01

Database tables and fields

H

REVERSE_POLICY

The flag to indicate whether or not the teaming policy is
applied to inbound frames as well. For example, if the policy
is explicit failover, a broadcast request goes through uplink1
and comes back through uplink2. Then if the reverse policy is
set, the frame is dropped when it is received from uplink2.
This reverse policy is useful to prevent the virtual machine
from getting reflections.

smallint

ROLLING_ORDER

The flag to indicate whether or not to use a rolling policy
when restoring links. For example, assume the explicit link
order is (vmnic9, vmnic0), therefore vmnic9 goes down,
vmnic0 comes up. However, when vmnic9 comes backup, if
rollingOrder is set to be true, vmnic0 continues to be used,
otherwise, vmnic9 is restored as specified in the explicitly
order.

smallint

ACTIVE_NICS_ORDER

Comma separated list of active network adapters used for
load balancing.

varchar

1056

STANDBY_NICS_ORDER

Standby network adapters used for failover.

varchar

1056

NIC_FAIL_CRITERIA_CH
K_BEACON

Failover detection policy for this network adapter team. The
bridge must be BondBridge for this property to be valid.
The flag to indicate whether or not to enable this property to
enable beacon probing as a method to validate the link
status of a physical network adapter.
checkBeacon can be enabled only if the VirtualSwitch has
been configured to use the beacon. Attempting to set
checkBeacon on a PortGroup or VirtualSwitch that does not
have beacon probing configured for the applicable
VirtualSwitch results in an error.

smallint

VM_NETWORK_SETTIN
GS_ID

ID of network settings table.

int

UNUSED_NICS_ORDER

Comma separated list of unused network adapters.

varchar

1056

TABLE 489

VM_PATH

Field

Definition

Format

Size

ID

Unique generated database identifier.

int

HOST_ID

Identifies the host containing this path. This is a
foreign key reference to VM_HOST.ID

int

VM_ID

Identifies the VM using this path to a LUN. If the path
is used by the host hypervisor instead of a VM, VM_ID
is 0. When non-zero, this value matches
VIRTUAL_MACHINE.ID

int

STORAGE_ID

Identifies the LUN that is assigned to the VM. Not a
foreign key, but the value matches VM_LUN.ID

int

NAME

The VM-assigned name for this path. For VMware,
this is the device name, such as vmhba0:0:1.

varchar

128

TABLE 488

VM_NIC_TEAMING_POLICY (Continued)

Field

Definition

Format

Size

Advertising