drive:¥%CLEARQUEST_HOME%¥CQ.Solr¥
$CLEARQUEST_HOME/CQ.Solr/
ご使用の ClearQuest データベースのインデックスの位置を設定するには、以下のステップを実行してインデックスをコピーおよび名前変更します。
%WAS_BIN%¥wsadmin.bat -conntype NONE -lang jython -profileName cqsearchprofile -f %WAS_BIN%¥setSolrHome.py -interactive:yes drive:/CQ.Solr/yourSchemaName/Solr/solr
$WAS_BIN/wsadmin.sh -conntype NONE -lang jython -profileName cqsearchprofile -f $WAS_BIN/setSolrHome.py -interactive:yes /CQ.Solr/yourSchemaName/Solr/solr
Solr は始動時に solr.solr.home の値を読み取って、構成ファイルの場所を見つけます。
> net stop "IBM WebSphere Application Server V6.1 - cqsearchprofile" > net start "IBM WebSphere Application Server V6.1 - cqsearchprofile"
ご使用の UNIX システムまたは Linux のバージョンに基づいて、 以下のいずれかの行をファイル init.d に追加します。
$WAS_BIN/startServer.sh WebSphere-host -profileName cqsearchprofile
or
$WAS_BIN/startServer.csh WebSphere-host -profileName cqsearchprofile
これにより、 WebSphere Application Server の再始動時に、cqsearchprofile が自動的に開始されるようになります。