Copying Search conversion tools to local nodes for AIX and Linux

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 IBM® 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

  1. Identify the nodes in the Search cluster.
    1. Log in to the Integrated Solutions Console and click Servers > Clusters > WebSphere application server clusters.
    2. Click cluster_name, where cluster_name is the name of the Search cluster.
    3. In the Additional Properties area, expand Cluster members and then click Details.
    4. In the table of cluster members, make a note of the nodes that host the cluster members.
  2. Set the Path Variables for Search.
    During the IBM 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.
    1. 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.
    2. 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 *
    3. Navigate to Environment > WebSphere Variables > FILE_CONTENT_CONVERSION 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.

    4. Navigate to Application servers > Connections Server > Process definition > Environment Entries, 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
  3. Repeat the procedure for all nodes in the cluster.
  4. Synchronize the nodes in the cluster and restart the servers.
  5. Refer to Linux: Troubleshooting when files content is not found after searching for more information.