Previous Topic: Rename an AgentNext Topic: Manage the Decommissioning of a Host with an Agent


Identify the Installation Path of an Agent

You can identify the path where an agent is installed. The default path for a Windows 7 operating system is:

C:\Program Files (x86)\CA\Pam Agent\PAMAgent

Follow this step:

Use the following script to identify the agent installation path:

echo %C2OHOME%

The script returns the full installation path of the CA Process Automation agent.

Note: This script assumes that you have defined C2OHOME as an environment variable.