It's all about the answers!

Ask a question

Moving Indexes to shared location


Naveed Shakur (20412) | asked Jan 06 '16, 11:32 a.m.
retagged Jan 20 '16, 12:58 p.m. by Ken Tessier (84117)
We are planning for HA and have installed two CLM servers using the following
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_setting_up_ha.html&scope=null

in primary server while running diagnostics we are facing the following error:

CRJZS6125E The location for full-text indexes is invalid or inaccessible
we are using windows shared location mapped as network drive and a shared folder for indexes.

any idea how to resolve this?

 

Accepted answer


permanent link
Christopher Robinson (571917) | answered Jan 06 '16, 1:24 p.m.
Hi Naveed,
The following may give you a jumping off point:

The full text index can be found where ever your setting in the teamserver.properties of your application says it is located in the property com.ibm.team.fulltext.indexLocation
com.ibm.team.fulltext.indexLocation=/opt/IBM/JazzTeamServer/workitemindex

I would check that value in your teamserver.properties.

Note: For high availability applications, have the Jazz Team Servers reference the same location for the full text index. To keep the index up to date and available for all servers, each server teamserver.properties should update the com.ibm.team.fulltext.indexLocation in teamserver.properties to store the index for the full text on a single shared drive location

Ralph Schoon selected this answer as the correct answer

One other answer



permanent link
Naveed Shakur (20412) | answered Jan 06 '16, 11:51 p.m.
Hi Christopher
Thanks for the input, after some hit and trials we have successfully moved the index location to network drive with the following syntax
com.ibm.team.fulltext.indexLocation=I\:\\server_name\indices
and copied the folder form server to this location

 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.