Maintaining your search index


Perform the following steps as part of your database back up and recovery procedures.

  • Each time that you back up your database(s), also backup the Juru search indexes which have been built and coincide with the current state of your database(s). These indexes are maintained under...

    <was_home>\wpcp\config\WebSphere_Portal\author\Indexes

    You should use a collection tool that will recursively collect the contents within a directory to back up these indexes. For example, on a Windows 2000 server, you might use:

    cd /d <was_home>\wpcp\config\WebSphere_Portal\author
    zip -o -r <backupDir>\juruIndexes.zip Indexes

    On Linux/UNIX run:

    cd $WAS_HOME/wpcp/config/WebSphere_Portal/author
    tar cvf juruIndexes.tar Indexes

  • If you have to restore your database(s), restore the indexes that you backed up along with your database(s). For example, on an AIX server you might use:

    cd $WAS_HOME/wpcp/config/WebSphere_Portal/author
    rm -rf Indexes
    tar -xvf $backupDir/juruIndexes.tar

 

Related tasks

 

See also

Lotus Documentation | Trademarks |

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.

 

AIX is a trademark of the IBM Corporation in the United States, other countries, or both.