To enable full indexing of data, copy the Search conversion
tools to local nodes.
Before you begin
Perform this task only on nodes in the Search cluster. If you added a node to an existing
cluster, as described in the Adding a node to a cluster topic, complete this task
only if the new node is a member of the Search cluster. References to nodes in the steps of this
task apply only to nodes in the Search cluster.
About this task
The Search conversion tools index Files, Activities, and
Wiki attachments. The tools work best when they are available locally
on each node. However, when HCL Connections
was installed, the conversion tools were deployed on a network share.
Therefore, you must copy the tools to each node in the Search cluster.
Procedure
-
Identify the nodes in the Search cluster.
-
Log in to the Integrated Solutions Console and click .
-
Click cluster_name, where
cluster_name is the name of the Search cluster.
-
In the Additional Properties area, expand Cluster members and then click
Details.
-
In the table of cluster members, make a note of the nodes that host the cluster members.
-
Set the Path Variables for Search.
During the HCL Connections installation, the
stellent folder is added to
the Shared drive ( "
/opt/IBM/IC_Share/search/stellent") and the
FILE_CONTENT_CONVERSION
is set to point to this folder. In a multi-node cluster,
run this on the nodes themselves and not the shared area.
- Copy the
stellent
folder from the shared drive
(/opt/IBM/IC_Share/search/stellent) to the local drive
(/opt/IBM/LotusConnections/stellent or
/opt/IBM/Connections/stellent depending on your installation) on all nodes in
your cluster.
- Change the rights on the folder to 777:
cd /opt/IBM/Connections
mkdir stellent
cd stellent
cp -rf /opt/IBM/IC_Share/search/stellent/* .
chmod -Rf 777 *
- Navigate to and change the path from the shared area to the local area on your nodes. This should
be the same across all nodes.
For more information about WebSphere® variables, see the Changing WebSphere Application Server environment variables topic.
- Navigate to , and edit the Environment Entry for the JVM running search to include the path to the
local drive. This saves the step of setting the operating system level profile as it is contained
within the JVM. For
example:
LD_LIBRARY_PATH
$LD_LIBRARY_PATH:/opt/IBM/Connections/stellent/dcs/oiexport
PATH
$PATH:/opt/IBM/Connections/stellent/dcs/oiexport
-
Repeat the procedure for all nodes in the cluster.
-
Synchronize the nodes in the cluster and restart the servers.
-
Refer to Linux:
Troubleshooting when files content is not found after searching for more information.