Configuring Windows Environment System Variables
Add the Notes data path to the Windows environmental system variables on both the MediaAgent and Web Server machines.
-
Log in to the MediaAgent machine.
-
Navigate to Control Panel > System > Advanced System Settings.
-
In the Advanced tab, click Environmental Variables.
-
Under System Variables, double-click the Path variable.
-
In the Variable Value box, type the path where the Notes data resides on your machine.
For example, C:\Program Files (x86)\ibm\notes.
-
Click OK to save your changes.
-
Log in to the Web Server machine and repeat steps 2-6.
Note
Ensure that Notes data path is included in the system path.
Configuring the Domino Domain
Use the following steps to register an external Domino Directory Domain with the CommServe.
Notes:
-
Each domain controller must have a unique name. You cannot register duplicate domain controllers with the CommServe.
-
After you register the Domain Controller, restart the IIS services on the Web Server to enable logging to the Web Console using the new domain.
Procedure
-
In Domino, do the following:
-
Enable web access on the Domino document by setting TCP/IP Port Status to Enabled.
-
Create an internet password for the Domino user in the Enter HTTP Password dialog box.
-
Ensure that LDAP is configured on the Domino server.
To verify whether the external domain client has been configured for LDAP, see Verify LDAP configuration on External Domain.
-
-
From the CommCell Browser, go to the Security node.
-
Right-click Domains and click Add new domain > Domino Directory Service.
The Add New Domain Controller dialog box is displayed.
-
Enter the details for the Domino Server.
For information on each option, see the online help for Add New Domain Controller.
-
Click Edit to enter the user account information for the external domain:
-
Type the user name in the User Name box.
-
Type the password for the user account in the Password box.
-
Re-type the password in the Confirm Password box.
-
Click OK.
-
-
Click OK.
-
After the domain controller is registered, restart the IIS services on the Web Server computer.
Result
Under Security > CommCell User Groups, Global Domino Enduser Group is automatically created after you configure the Domino Domain.
Configuring User Group
Use the following steps to enable End User Search for individual users.
Before You Begin
Verify that you have created a Domino Admin user for your organization. For steps to create a user for an organization, see Creating a User for an Organization.
Procedure
-
From the CommCell Browser, navigate to Security > CommCell User Groups > Global Domino Enduser Group.
Note: Global Domino Enduser Group is visible only after you configure the Domino domain. For more information, see Configuring the Domino Domain.
-
Right-click Global Domino Enduser Group, and then click Properties.
The User Group Properties of Global Domino Enduser Group dialog is displayed.
-
Click the Members tab. Add the Domino Admin user as a member of Global Domino Enduser Group.
For steps to add members to a specific group, see Assigning Users to User Groups from CommCell User Groups.
Adding End User Search Page to "server.xml" on Compliance Search Machine
Enable the End User Search page by adding the End User Search web alias to the server.xml file located on the Compliance Search machine.
-
Log on to the computer on which Compliance Search is installed.
-
Open <software installationfolder>\apache\conf\server.xml.
-
Edit the following line in server.xml so the docBase parameter points to the full path of the Compliance Search installation.
<Context path="/search" docBase="software installation path/WebClient" debug="0" reloadable="true">
Replace <software installation path> with the full path of the Compliance Search installation.
Note: If the server.xml file does not have a Context tag, add the Context tag as described above within the Host tag in the server.xml file.
-
Save and close the server.xml file.
-
Stop Tomcat services.
-
Click Start.
-
In the search box, type services.msc.
-
Press ENTER.
-
In the details pane, right-click Commvault Tomcat Service.
-
Click Stop.
-
-
Delete the contents of the <software installationfolder>\apache\work folder.
-
Start Tomcat Services.
-
Click Start.
-
In the search box, type services.msc.
-
Press ENTER.
-
In the details pane, right-click Commvault Tomcat Service.
-
Click Start.
-
-
Delete the cache of your internet browser.