HP Operations Manager for Windows

Table OV_PM_PackagePlatform


The OV_PM_PackagePlatform table references the node platforms that are supported by a certain package implementation.

Column Name Constraint Column Type Description
ImplementationId FK5 uniqueidentifier ID of the package implementation.
SystemTypeId     ID of the system type that the referenced package implementation supports. It can be NULL, if all system types are supported.
OSTypeId FK3 int ID of the OS type that the referenced package implementation supports. It can be NULL, if all OS types are supported.
OSVersionId FK4 int ID of the OS versions that the referenced package implementation supports. It can be NULL, if all OS versions are supported.
AgentBinaryFormatId FK1 int ID of the Agent Binary Format that the referenced package implementation supports. It can be NULL, if all Agent Binary Formats are supported.
AgentCommTypeId FK2 int ID of the Agent Communication Type that the referenced package implementation supports. It can be NULL, if all Agent Communication Types are supported.