000014ef DocumentIndex E com.ibm.lotus.connections.search.service.files.impl.DocumentIndexingServiceImpl isEnvironmentValid CLFRW0493E: Unable to start the document indexing service, please ensure that the PATH environment variable has been set.
After some Googling, I found this post where author set up paths as follows:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBM/LotusConnections/data/search/stellent/dcs/oiexport
Sinc I have only one node cluster I will use path containing shared folder:
export PATH=/opt/IBM/LotusConnections/data/shared/search/stellent/dcs/oiexport:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBM/LotusConnections/data/shared/search/stellent/dcs/oiexport
So I edited /opt/IBM/WebSphere/AppServer/bin/setupCmdLine.sh and added this two lines on the end of the file. I stopped websphere/connections and servers OS too.
Jejjj... I do not how I could missed it ... it is part of pos-tinstallation steps ... see > http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Setting_AIX_or_Linux_path_variables_for_Search_lc3
ReplyDelete