HP Operations Manager for Windows

Table OV_PM_Package


Every row of the OV_PM_Package table represents exactly one logical package. It contains the name of the package (which is common for all versions of the same package) and a reference to the licensed product (if the package is licensed).

Column Name Constraint Column Type Description
PackageId PK, I1 uniqueidentifier ID of the package.
Name I2 nvarchar(64) Name of the package.
IsBootStrap   bit Set to true for the package that contains all required infrastructure to deploy additional packages. It is set to true for the HP Operations agent package. For all other packages, it is set to false.
LicenseIndex FK1 int Reference to the licensed product to which this package belongs.