Database tables and fields

I

 

TABLE 478 VM_NIC_TEAMING_POLICY (Continued)

 

 

 

 

 

 

 

 

 

 

Field

Definition

 

Format

Size

 

 

 

 

 

 

 

REVERSE_POLICY

The flag to indicate whether or not the teaming policy is

 

smallint

 

 

 

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.

 

 

 

 

 

 

 

 

 

 

ROLLING_ORDER

The flag to indicate whether or not to use a rolling policy

 

smallint

 

 

 

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.

 

 

 

 

 

 

 

 

 

 

ACTIVE_NICS_ORDER

Comma separated list of active network adapters used for

 

varchar

1056

 

 

load balancing.

 

 

 

 

 

 

 

 

 

 

STANDBY_NICS_ORDER

Standby network adapters used for failover.

 

varchar

1056

 

 

 

 

 

 

NIC_FAIL_CRITERIA_CH

Failover detection policy for this network adapter team. The

smallint

 

 

K_BEACON

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.

 

 

 

 

 

 

 

 

 

 

VM_NETWORK_SETTING

ID of network settings table.

 

int

 

 

S_ID

 

 

 

 

 

 

 

 

 

 

 

UNUSED_NICS_ORDER

Comma separated list of unused network adapters.

 

varchar

1056

 

 

 

 

 

 

 

TABLE 479 VM_PATH

 

 

 

 

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

 

 

 

ID

Unique generated database identifier.

int

 

 

 

 

 

 

 

 

 

HOST_ID

Identifies the host containing this path. This is a

int

 

 

 

 

foreign key reference to VM_HOST.ID

 

 

 

 

 

 

 

 

 

 

VM_ID

Identifies the VM using this path to a LUN. If the path

int

 

 

 

 

is used by the host hypervisor instead of a VM, VM_ID

 

 

 

 

 

is 0. When non-zero, this value matches

 

 

 

 

 

VIRTUAL_MACHINE.ID

 

 

 

 

 

 

 

 

 

 

STORAGE_ID

Identifies the LUN that is assigned to the VM. Not a

int

 

 

 

 

foreign key, but the value matches VM_LUN.ID

 

 

 

 

 

 

 

 

 

NAME

The VM-assigned name for this path. For VMware,

varchar

128

 

 

this is the device name, such as vmhba0:0:1.

 

 

 

 

Brocade Network Advisor IP User Manual

1585

53-1003056-01

 

Page 1637
Image 1637
Brocade Communications Systems IP250 user manual Vmpath, Database tables and fields Vmnicteamingpolicy