MOF package files

For the PATROL 7. x Console Server, you must create a MOF package file (package.mof ) that has the same pragma values that you specified in your KM files.

The following example shows the contents of the package.mof file:

instance of KM_Package 
 
 { 
 
 cosPath = "."; 
 
 Description = "PATROL PRD Knowledge Module"; 
 
 kmPackageType = 0x201; 
 
 version = "1.2"; 
 
 revision = "00"; 
 
 };

Note

The kmPackageType must be 0x201, and the cosPath must be "." for all KMs.

Was this page helpful? Yes No Submitting... Thank you

Comments