Sun Java System Access Manager Policy Agent 2.2 Guide for IBM Lotus Domino 7.0

Solaris Systems: Configuring the IBM Lotus Domino 7.0 Agent on Multiple Web Server Instances

To configure the IBM Lotus Domino 7.0 agent for multiple web server instances on a single computer, use the GUI or command-line version of the agent installation program to install the first agent. After the first agent is installed, you can then configure the agent for multiple instances of IBM Lotus Domino 7.0 using the config script that is copied into the system during the agent installation. This script must be run in the command line as described in the next section. The config script and the unconfig script are both located in the following directory:

PolicyAgent-base/SUNWam/agents/domino/bin

ProcedureTo Configure the IBM Lotus Domino 7.0 Agent on Multiple Web Server Instances on Solaris Systems

  1. To configure the agent for additional IBM Lotus Domino 7.0 instances on a system, run the config script in the bin directory using the following command:

    # ./config

  2. Follow the prompts to install additional instances of the IBM Lotus Domino 7.0 Agent.

    For information on each of the prompts, see Installing the IBM Lotus Domino 7.0 Agent Using the Command-Line Interface (CLI) on UNIX and Linux Systems.

    In general, information needs to be entered for both the protected IBM Lotus Domino 7.0 instance and the instances of Access Manager. The following text serves as example.


    # ./config
    Enter the Lotus Domino Data 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 script to uninstall any web agent that was installed using the config script. You cannot use the GUI installation program to uninstall web agents that were installed using the command line. The GUI uninstallation program must be executed only after unconfiguring all the existing web agents using the command-line unconfig script.