-suspendIndexer

Repotools command that suspends an indexing service.

Purpose

To temporary stop the indexing service, you can run the suspendIndexer commend. One use of -suspendIndexer is to stop the server when backing up the indexes directories. Copy the indexes directories to a backup directory. Run -repotools resumeIndexer, to resume the service again.

Parameters

Attribute Description Required Default
repositoryURL The connection URL for the server. Yes https://localhost:9443/jazz
adminUserId Administrative user ID to login to the Jazz repository. Yes ADMIN
adminPassword Administrative user password to login to the Jazz repository. Yes ********
credentialsFile The file containing the administrative user's login credentials. No credentials.properties
logFileP Path to the log file. No repotools_suspendIndexer.log

Example

repotools -suspendIndexer repositoryURL=https://localhost:9443/jazz adminUserId=ADMIN adminPassword=********

Feedback