Changing agent file paths and binaries

By default, VCS runs agent binaries from the path $VCS_HOME/bin/AgentName/AgentNameAgent. For example, /opt/VRTSvcs/bin/FileOnOff/FileOnOffAgent.

You can instruct VCS to run a different set of agent binaries or scripts by specifying values for the AgentFile and AgentDirectory attributes.

To change the path of an agent

haattr -add -static resource_type AgentFile \

"binary_name"

haattr -add -static resource_type AgentDirectory \

"complete_path_to_agent_binary"