-suspendIndexer

Use this command to suspend an indexing service.

Purpose

To temporary stop the indexing service, you can run the suspendIndexer command. One use of the -suspendIndexer command is to stop the server when backing up the index directories. Copy the index 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 login credentials. No credentials.properties
logFile Path to the log file. No repotools_suspendIndexer.log

Example

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

Feedback