Database tables and fields

I

TABLE 491 VM_VIRTUAL_MACHINE

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

ID

Uniquely identifies the virtual machine

serial

 

 

 

 

 

HOST_ID

Identifies the server that contains this VM

int

 

 

 

 

 

HYPERVISOR_VM_ID

The VM number assigned by the hypervisor.

int

 

 

Some hypervisors identify VMs by number as

 

 

 

well as by name

 

 

 

 

 

 

NAME

User-assigned name for the VM

varchar

80

 

 

 

 

DESCRIPTION

Optional user-entered notes describing the VM.

varchar

256

 

(Annotation in VMware terminology.)

 

 

 

 

 

 

OS

Operating system name and version.

varchar

64

 

 

 

 

STATUS

VM status. 0 = stopped, 1 = running, 2 =

smallint

 

 

suspended.

 

 

 

 

 

 

VCPU_COUNT

Number of virtual CPUs used by the VM.

int

 

 

 

 

 

CPU_RESOURCES

Summary of CPU resource configuration.

varchar

64

 

Format may depend on VM vendor.

 

 

 

 

 

 

MEM_RESOURCES

Summary of memory resource configuration.

varchar

64

 

Format may depend on VM vendor.

 

 

 

 

 

 

IP_ADDRESS

The primary IPv4 or IPv6 IP address used by the

varchar

32

 

VM on the management LAN, if any.

 

 

 

Primary is defined by the VM vendor.

 

 

 

 

 

 

HOSTNAME

The primary hostname assigned to this VM.

varchar

128

 

 

 

 

BOOT_TIME

The date and time the VM was last started.

timestamp

 

 

 

 

 

DATASTORE_NAME

The user-assigned name for the VMs datastore.

varchar

80

 

The datastore holds the VMs virtual disks,

 

 

 

swap file, and configuration data.

 

 

 

 

 

 

DATASTORE_LOCATION

The location of the VMs datastore May be a

varchar

64

 

SAN target disk or a locally-attached host disk

 

 

 

folder.

 

 

 

For VMware, this is a target LUN name.

 

 

 

 

 

 

NODE_WWN

The Node WWN for this VM. If NPIV is not being

char

23

 

used, this will be the same as the Node WWN

 

 

 

in the host''s DEVICE_ENCLOSURE record. If

 

 

 

NPIV is being used, each VM has a unique

 

 

 

Node WWN.

 

 

 

 

 

 

 

UUID

 

 

varchar

64

 

 

 

 

BINARY_IP

IP address in binary format.

bytea

 

 

 

 

 

CONNECTION_STATE

The connectivity state of a virtual machine.

smallint

 

 

0 = not available

 

 

 

1 = connected

 

 

 

2 = disconnected

 

 

 

3 = inaccessible

 

 

 

4 = invalid

 

 

 

5 =orphaned

 

 

COMMITTED_STORAGE

Used storage by a particular virtual machine.

varchar

64

Brocade Network Advisor IP User Manual

1593

53-1003056-01

 

Page 1645
Image 1645
Brocade Communications Systems IP250 user manual Vmvirtualmachine