Installation guide

Configuring the Agent for Multiple Web Server Instances
Chapter 4 Policy Agents on Red Hat, SuSE, and Debian Linux 121
Configuring the Agent for Multiple Web Server
Instances on the Same Computer
Once you have installed an agent on your system, youcan configure it for multiple
web server instances on that system using a script that is copied to the system
during the agent installation. The two scripts, config_linux and
unconfig_linux, located in the following directory:
Agent_Install_Dir/agents/apache/bin
To configure additional agents on a system after the original agent has been
installed, run the config_linux script from the bin directory using the following
command:
# ./config_linux
Follow the prompts to install the additional agents. For information on each of the
prompts, see “Installing using the GUI.” In general, information needs to be
entered for both the protected Apache server instance and the Sun ONE Identity
Server server(s). The following text shows an example run:
# ./config_linux
Enter the Apache Server Configuration Directory: [/etc/httpd/conf]
SSL Ready: [true] false
Enter the Local Hostname: [mycomputer.example.com]
Enter the Agent Web Server Port: [80]
Select Agent Web Server Protocol: [1] http [2] https-->[1]
Enter the Agent Deployment URI: [/amagent]
Select Identity Server Protocol: [1] http [2] https --> [1]
Enter the Identity Server Hostname: [mycomputer.example.com]
Enter the Identity Server Port: [58080]
Enter the Identity Server Deployment URI [/amserver]
Enter the Identity Server's Console Deployment URI [/amconsole]
Select Failover Identity Server Protocol: [1] http [2] https [3] no failover
--> []
Enter the Failover Identity Server Hostname: []mycomputer.example.com
Enter the Failover Identity Server Port: []
Enter the Identity Server Deployment URI [/amserver]
Enter the Identity Server's Console Deployment URI [/amconsole]
Enter Agent-Identity Server shared secret:
Re-enter Agent-Identity Server shared secret:
Is CDSSO Enabled: [1] yes [2] no --> [2]
Configuring Apache Web Server ...
Done