Hpux_product table – HP Systems Insight Manager User Manual

Page 633

Advertising
background image

Description

Data Type

Column Name

Inherited from CIM_LogicalDevice.DeviceID; an address or
other identifying information to uniquely name the
LogicalDevice (Might return the name of the physical
volume. For example, /dev/dsk/c0t0d0.)

NVARCHAR(64)

DeviceID

Can return alternate physical volume path name (For
example, /dev/rdsk/c0t0d0; returns the same as
DeviceID replacing "dsk" for "rdsk")

NVARCHAR(256)

AlternatePVName

Availability status of Physical Volume. Returns (Available;
Unavailable).

NVARCHAR(32)

Status

Size in bytes; calculated by multiplying
HPUX_PhysicalVolume.BlockSize by the
HPUX_PhysicalVolume.NumberOfBlocks

BIGINT

PhysicalExtentSize

Capacity of the whole Physical Volume in number of
Physical Extent

BIGINT

Capacity

Size of the allocated Physical Volume in number of Physical
Extent

INT

Allocated

Size of the free Physical Volume space in number of Physical
Extent

INT

Free

Counter of Staled Physical Extent in the Physical Volume

INT

NumberStaledPEs

HPUX_Product table

Description

Data Type

Column Name

LUID uniquely defining this table row

BIGINT

Product_LUID

Node partly identifies HPUX_Product

BIGINT

NodeID

Snapshot partly identifies HPUX_Product

BIGINT

SnapshotID

Inherited from CIM_Product.IdentifyingNumber; product
identification such as a serial number on software, a die
number on a hardware chip, or a project number

NVARCHAR(64)

IdentifyingNumber

Inherited from CIM_Product.Name; commonly used Product
name

NVARCHAR(256)

Name

Inherited from CIM_Product.Version; a vendor-defined string
describing the revision of the product

NVARCHAR(64)

Version

Inherited from CIM_Product.Vendor; the name of the product
supplier or entity selling the product (the manufacturer,
reseller, or OEM)

NVARCHAR(256)

Vendor

A vendor-defined string used to distinguish variations of a
product (It is used for presentation purposes and for
resolving software specifications. If a product with the same
value of the revision and Vendor Tag attributes has different
versions of software for different target architectures or any
other variation (such as supported locale), then the value
of the architecture attribute is different for each version. No
additional semantics are assumed for its value.)

NVARCHAR(64)

Architecture

Used for resolving software specifications for installed
software (A specific product location refers to all filesets of
that product that are installed at that location. This is the
path beneath which the relocatable files of that product are
stored.)

NVARCHAR(256)

Location

Specified by a user when installing software and used for
identifying a product (or set of product versions) using a
logical name

NVARCHAR(64)

QualifierID

A value set by the implementation to be the time that the
catalog information for this object was first written; stored
as MS since the Epoch

BIGINT

CreateTime

Database tables 633

Advertising