Sun Java System Access Manager Policy Agent 2.2 Guide for Sun Java System Web Server 6.1

Linux Systems: Configuring Agent for Sun Java System Web Server 6.1 on Multiple Web Server Instances

To configure Agent for Sun Java System Web Server 6.1 for multiple web server instances on a single Linux computer, use the GUI or the command-line version of the agent installation program to install the first agent. After the first agent is installed, you can then install successive agents using the config_es6_linux script. This script must be run using the command line as described in the next section. The config_es6_linux script and the unconfig_es6_linux script are both located in the following directory:

PolicyAgent-base/agents/es6/bin

ProcedureTo Configure Agent for Sun Java System Web Server 6.1 on Multiple Web Server Instances on Linux Systems

Perform the following steps if you want to configure additional agent instances on a system after the original instance of Agent for Sun Java System Web Server 6.1 has been installed.

  1. Run the config_es6_linux script in the bin directory using the following command:


    # ./config_es6_linux
    
  2. Follow the prompts to install additional instances of Agent for Sun Java System Web Server 6.1.

    For information on each of the prompts, see GUI Installation of Agent for Sun Java System Web Server 6.1 on Linux Systems

    In general, information needs to be entered for both the protected Sun Java System Web Server 6.1 instance and the instances of Access Manager. The following text serves as an example:


    # ./config_es6_linux
    Enter the Web Server Instance Directory:
    Enter the Local Hostname:
    Enter the Agent Web Server Port: [80]
    Select Agent Web Server Protocol: [1] http [2] https --> [1]
    Enter the Agent Deployment URI [/amagent]
    Enter the Access Manager Hostname:
    Enter the Access Manager Port: [58080]
    Select Access Manager Protocol: [1] http [2] https --> [1]
    Enter the Access Manager Deployment URI [/amserver]
    Enter the Access Manager's Console Deployment URI [/amconsole]
    Do You Want Failover Server Support: [1] yes [2] No --> [2]
    Enter the User Name [UrlAccessAgent]
    Enter Agent-Access Manager shared secret:
    Re-enter Agent-Access Manager shared secret:
    Is CDSSO Enabled: [1] yes [2] no --> [2]
    Configuring webserver ...
    Done.
    
          

    Note –

    Be sure to use the unconfig_es6_linux script to uninstall any agent that was installed using the config_es6_linux script. You cannot use the GUI installation program to uninstall agents that were installed using the command line. The GUI uninstallation program must be executed only after unconfiguring all the existing agents installed using command-line unconfig_es6_linux script.