To reconfigure an A2A client to use a different PAM Server:
- Stop the A2A Client.
- Go to $CSPM_CLIENT_HOME/cspmclient/config/data and delete file .cspmclient.dat.
- Update the <cspmserver> entry in the client configuration file with your new server name. For example:
<cspmserver>new_server.example.com</cspmserver>
The client configuration file is $CSPM_CLIENT_HOME/cspmclient/config/cspm_client_config.xml.
$CSPM_CLIENT_HOME is your installation directory, for example /opt/cloakware on UNIX/Linux or C:\cspm\cloakware on Windows.
To stop the A2A Client:
• On UNIX enter:
cspmclientd stop
• On Windows, stop the cspmclientd service using the Services Administrative tool:
Find the tool by searching for "Services", or navigate to Start > Control Panel > Administrative Tools > Services, or run services.msc from a CMD window. Select cspmclientd in the Services list, and then click Stop.
–or–
Open a command line window and enter:
net stop cspmclientd
To start the A2A Client:
• On UNIX enter:
cspmclientd start
• On Windows, start service cspmclientd using the Services Administrative tool:
Find the tool by searching for "Services", or navigate to Start > Control Panel > Administrative Tools > Services, or run services.msc from a CMD window. Select cspmclientd in the Services list and then click Start.
–or–
Open a command line window and enter:
net start cspmclientd