VMware ACE EN-000042-00 Administrator's Manual page 78

Management server
Table of Contents

Advertisement

ACE Management Server Administrator's Manual
packageUID VARCHAR(128) NOT NULL,
aceUID VARCHAR(128) DEFAULT '' NOT NULL,
creatorIdName VARCHAR(128) NOT NULL,
creatorIdData VARCHAR(256),
creatorAuthType INTEGER NOT NULL,
activationDate VARCHAR(21) NOT NULL,
lastPolicyCheck VARCHAR(21) NOT NULL, /* Last time when the player called server */
revocationDate VARCHAR(21) NOT NULL,
replacementDate VARCHAR(21) NOT NULL, /* When replaced because of Copy Protect.
inheritsExpiration
VARCHAR(7) DEFAULT 'FALSE' NOT NULL,
insUseValidDates
VARCHAR(7) DEFAULT 'FALSE' NOT NULL,
insValidDateStart VARCHAR(21) NOT NULL,
insValidDateEnd VARCHAR(21) NOT NULL,
insPassword VARCHAR(128),
hostName VARCHAR(128),
hostIp VARCHAR(128),
insProtectionKey VARCHAR(1024),
copyProtectionId VARCHAR(1024),
insPreview VARCHAR(7) DEFAULT 'FALSE' NOT NULL, /* Is preview instance */
guestIpAddress VARCHAR(128) DEFAULT '',
guestMacAddress VARCHAR(128) DEFAULT '',
guestMachineName VARCHAR(128) DEFAULT '', /* The guest (VM) OS host name */
guestConfigStatus INTEGER DEFAULT 0,
guestConfigMsg VARCHAR(512),
insTsCreated VARCHAR(21) DEFAULT 0 NOT NULL,
insTsLastModified VARCHAR(21) DEFAULT 0 NOT NULL,
deleted VARCHAR(7) DEFAULT 'FALSE',
insCustom1 VARCHAR(255),
insCustom2 VARCHAR(255),
insCustom3 VARCHAR(255),
insCustom4 VARCHAR(255),
insCustom5 VARCHAR(255),
insCustom6 VARCHAR(255),
insCustom7 VARCHAR(255),
insCustom8 VARCHAR(255),
insCustom9 VARCHAR(255),
PRIMARY KEY(instanceUID),
FOREIGN KEY(packageUID) REFERENCES PolicyDb_Package(packageUID),
FOREIGN KEY(aceUID) REFERENCES PolicyDb_Ace(aceUID));
/* MAC Address Pool (reserved for future use) */
CREATE TABLE PolicyDb_MacPool (
macPoolUID VARCHAR(128),
aceUID VARCHAR(128) NOT NULL,
macPoolName VARCHAR(128),
78
/* The package it belongs to. */
/* The ACE Master it belongs to */
/* Display name of the activator user
/* Fully qualified name of the activator
/* The type of access check at activation
/* The date and time for the activation.
/* When the instance was revoked */
/* policy
*/
/* Use expiration info from Policy Set */
/* Use validity dates or always valid */
/* The instance is valid from this date*/
/* The instance is valid till this date*/
/* The login password for non-AD */
/* authentication for this instance */
/* The name of the host PC the VM runs on */
/* The IP addr of the host the VM runs on
/* Instance VM disk encryption key */
/* Stores location of the copy */
/* Reported VM IP address */
/* Assigned VM MAC address */
/* The completion status of guest */
/* auto-configuration */
/* Message for the guest auto-config */
/* Creation timestamp */
/* Last modified timestamp */
/* Is this entry deleted (tombstone) */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* User-defined field */
/* primary key */
/* ACE for which this MacPool is used */
/* User visible name */
*/
*/
*/
*/
*/
*/
VMware, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

En-000042-00Ace management server

Table of Contents