Implementing entry points using scripts

If entry points are implemented using scripts, the script file must be placed in the directory $VCS_HOME/bin/resource_type. It must be named correctly.

See About creating entry points in scripts.

If all entry points are scripts, all scripts should be in the directory $VCS_HOME/bin/resource_type. Copy the Script50Agent into the agent directory as $VCS_HOME/bin/resource_type/resource_typeAgent.

For example, if the online entry point for Oracle is implemented using Perl, the online script must be: $VCS_HOME/bin/Oracle/online.

We also recommend naming the agent binary resource_typeAgent. Place the agent in the directory $VCS_HOME/bin/resource_type.

The agent binary for Oracle would be $VCS_HOME/bin/Oracle/OracleAgent, for example.

If the agent file is different, for example /foo/ora_agent, the types.cf file must contain the following entry:

...

Type Oracle (

...

static str AgentFile = "/foo/ora_agent"

...

)