Installation guide
Configuring the Agent for Multiple Web Server Instances
44 Sun ONE Identity Server Policy Agents 2.1 • Web Policy Agents Guide • April 2005
Additionally, if Sun ONE Identity Server is running with SSL, the files
cert7.db
and
key3.db
must alsoallow ‘read’ access to theuser the Domino Server isrunning
as. These files are available in the directory specified by the property
com.sun.am.sslCertDir
in the
AMAgent.properties
file.
For example, if the property is set as
com.sun.am.sslCertDir =
/opt/my-agents-dir
, ensure that
/opt/my-agents-dir/{cert7.db,key3.db}
has the
necessary permissions by using the following command:
chown notes:notes /opt/my-agents-dir/cert7.db /opt/my-agents-dir/key3.db
Configuring the Agent for Multiple Web Server
Instances
To configure an 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
multipleweb server instancesusingtheconfig script. This scriptmustberun from
the command line as described in the next section.
In this release, you cannot install more than one type of agents on the same
machine. For example, you cannot install an Apache agent and a Sun ONE Web
Server agent on the same machine.
Configuring the Agent for Multiple Web Server
Instances on the Same Computer
Once you have installed an agent on a system, you can configure it for multiple
instances of the web server on that system using the config script that is copied
into the system during the agent installation. The two scripts, config and
unconfig, are located in the following directory:
Agent_Install_Dir
/SUNWam/agents/WS_TYPE/bin
WS_TYPE can be es6, proxy, apache or domino depending on which web server
the agent is protecting.