Maintaining Omnitive Search Server

Overview on Maintaining Omnitive Search Server

In order to maintain the Omnitive Search Server, you can: 1. Reingest when the index is not in sync and not recoverable 2. Upgrade Omnitive Search packages with updated modules.

1. Data Re-indexing

The search uses one search index. In some rare cases, an index might not in sync and not recoverable. So, the data from the repository needs to be loaded again, this is called ingest. To re-index the data: 1. Clean inactive index, then launch the clean index script found in Taigerfolder,platform,Search-resources,elasticsearch,scripts,win. The script to execute will depending on the index version we need to clean.

2. Change the connector configuration to inactive index.

3. Start the ingest process.

4. Switch Search index to the Search Configuration page.

2. Upgrading Omnitive Search Packages

1. Create a deployment folder in the following path: - Path: Taigerfolder - Folder name: deployment-YYYYMMDD Inside it, create a folder name ROLLBACK

2. Shutdown Tomcat Server using Services

3. Upload deployment packages to application server at Taiger,installers,Search-Installers,search-packages

4. Extract isearch-resources.zip

5. Move last deployment (war package) to the ROLLBACK folder - Move Taiger,platform,isearch-resources to ROLLBACK - Move Taiger,platform,<tomcat>,webapps,*.war to ROLLBACK

6. Clean Tomcat deployment folder to remove the isearch folders.

7. Copy new ware deployment packages to the Tomcat deployment directory.

copy isearch-resources dir Taiger,platform copy *.war Taiger,platform,<tomcat folder>,webapps

8. Restart Tomcat server using Services.msc.

Last updated