Silent install for CA PAM Windows proxy
search cancel

Silent install for CA PAM Windows proxy

book

Article ID: 118015

calendar_today

Updated On:

Products

CA Privileged Access Manager - Cloakware Password Authority (PA) CA Privileged Access Manager (PAM)

Issue/Introduction

A user wants to use a silent installer to install the Password Authority Agent on Windows servers from the command line. The process needs to be automated using a silent install script, instead of having an admin log in and running the process manually.

Environment

CA PAM Windows Proxy all versions

Cause

This is a reference article.

Resolution

To use the Silent install of the Password Authority Proxy, use the following command: 


setup_windows_agent.exe -i silent -DUSER_INSTALL_DIR="C:\cspm_agent\cloakware" -DCSPM_SERVER_HOSTNAME="yourhostname.domain.com" -DUSER_SELECTED_FOLDER="C:\WINDOWS\Temp"

This will install the Proxy in c:\cspm_agent\cloakware using Password Authority server “yourhostname” and a temp directory c:\windows\temp.
 

The install location is fixed. Please do not change that.

The other parameters must be adapted to your environment.

After installation the you may need to modify the configuration file “C:\cspm_agent\cloakware\cspmclient\config\cspm_client_config.xml” to meet your needs.
Then, on the system where you installed the Proxy, run these three commands:

sc failure cspmagentd actions= restart/120000/restart/120000// reset= 120
sc start cspmagentd

Finally, in the Password Authority GUI activate the proxy in “Targets -> Proxies”. The new proxies are marked with a warning.