KM directives
For the PATROL 7.x Console Server and BMC ProactiveNet Performance Management 9.5, several directives should be added to the KM file. These directives appear as comments at the top of the KM file. The following table describes the KM directives:
KM Directives
Directive | Description |
---|---|
Release | Identifies the version and release of the KM. Three levels are supported, v.r.m. The productcode value and the release value are concatenated to form the product-specific install directory on the console server for the KM. |
Revision | String that identifies the revision of the KM. This value is not currently used by the console server. |
Package | String that identifies what KM package this KM belongs to. |
Description | String that describes the KM This value is not currently used by the console server. |
Productcode | String that represents the BMC product code, which must be of atleast three characters. The productcode value and the release value are concatenated to form the product-specific install directory on the console server for the KM. |
Example for KM directives
The following example shows the syntax of the directives that are added to all your KM files:
!revision 00
!package PRD
!description PATROL PRD Knowledge Module
!productcode PRD
The productcode value and the release value are concatenated to form the product specific install directory on the console server for the KM. This example requires the following directory structure on the console server:
./lib/knowledge/PRD_v_r_m/
All of the *.km files in your product must add these directives.