About building a script based IMF-aware custom agent

This chapter explains how you can build a script-based IMF-aware custom agent. VCS supports only process and script-based IMF-aware custom agents from VCS 6.0.1 and later release. The process to build a custom agent (without IMF) is similar to what is described in the previous chapter.

The following IMF entry points have been introduced in VCS 5.1SP1 to enable IMF for intelligent monitoring:

You must use the above-stated IMF entry points along with the other entry points if you want the IMF feature enabled for your custom agent. Veritas supports only the AMF plugins while implementing these entry points.

See About agent entry points.

See Syntax for the imf_init script .

See Syntax for the imf_register script .

See Syntax for the imf_getnotification script .

Building a script based IMF-aware agent involves the following steps:

  1. Linking AMF plugins with the script agent.

  2. Creating XML file (amfregister.xml) required for AMF plugins to do resource registration for online and offline state monitoring.

  3. Adding IMF and IMFRegList attributes in configuration files

    See Adding IMF and IMFRegList attributes in configuration.

  4. Installing the custom script based agent to enable IMF. See Installing the IMF-aware script-based custom agent.