Installation guide
Post-installation Tasks
Chapter 2 Policy Agents on Solaris and HP-UX 43
2. From the listed servers, select the required server.
3. Click Internet Protocols > HTTP tab.
4. At the DSAPI Filter File Names field, enter the file names as follows:
❍ For IBM Lotus Domino 5.0.11, enter
Agent_Install_Dir/SUNWam/Agents/Domino/lib/libamdomino.so
❍ For IBM Lotus Domino 6.5, enter
Agent_Install_Dir/
SUNWam/agents/domino6/lib/libamdomino6.so
5. Click the Save and Close button to save the changes.
6. Open Domino console and restart the server by entering the following
commands:
tell http quit
load http
Setting File Ownership and Permissions
For the agents for IBM Lotus Domino to work properly, make sure that the user
that Domino server is running as has ‘read’ permission to the following files:
• Agent_Install_Dir
/SUNWam/agents/domino6/lib/libamdomino6.so
• Agent_Install_Dir
/domino6/config/_opt_lotus_notes_notesdata/AMAgent.propert
ies
• /var/tmp/debug/_opt_lotus_notes_notesdata/amAgent
To set the required permission, you can use the commands as shown in the
following examples:
In the above examples,
notes
is the default user created during IBM Lotus Domino
installation.
chown notes:notes Agent_Install_Dir/SUNWam/agents/domino6/lib/libamdomino6.so
chmown notes:notes
/Agent_Install_Dir/SUNWam/domino6/config/_opt_lotus_notes_notesdata/AMAgent.prop
erties
chown notes:notes (+w) /var/tmp/debug/_opt_lotus_notes_notesdata/amAgent