HP Operations Manager for Windows

Table OV_PM_PackageOnNode


The OV_PM_PackageOnNode table keeps the inventory information about all the packages installed on the nodes of the managed environment. Records in this table are cascaded, and so removed automatically when the corresponding package or managed node are removed.

Column Name Constraint Column Type Description
PackageVersionId PK, FK1, I1 uniqueidentifier ID of the package version that is installed on the referenced node.
NodeId PK, FK2, I1 nvarchar(64) ID of the node where the referenced package version is installed.
DeployedBy   nvarchar(64) Name of the user who has deployed the package to the node.
DeployedOn   datetime Deployment time of the package.