Important

   

This documentation space contains information about PATROL Agents when deployed in a BMC Helix Operations Management environment. If you are a TrueSight Operations Management user, see PATROL Agent 21.02. Open link

Preloading applications based on architecture

The /AgentSetup/preloadedKMsArch configuration variable specifies which KMs are preloaded for a specific operating system or computer type.

Example

"/AgentSetup/preloadedKMsArch" = {REPLACE="/NT.*,KERNEL/"}

Format and type of data

This variable consists of two fields enclosed in forward slashes (//). Separate multiple entries with a comma (,).

MachineList — a comma-separated list of machine or computer types or regular expressions

KMList — a case-sensitive, comma-separated list of KMs (without the .km file extension)

/MachineList/KMList/ — load only on listed machines and only listed KMs

/MachineList/!KMList/ — load only on listed machines, load all except listed KMs

/!MachineList/KMList/ — load on all except the listed machines, load only listed KMs

/!MachineList/!KMList/ — load on all except listed machines, load all except listed KMs

You can also use the following format:

/MachineList/KMList/, /MachineList/KMList/ — load only on listed machines and only listed KMs

Implicit matches (using !) have a lower precedence than explicit matches.

Default value

None

Minimum and maximum

Not applicable

Dependencies

None

Recommendation

None

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

Comments