ページの先頭行へ戻る
Interstage Shunsaku Data Manager コマンドリファレンス

8.6 shundstop

名前

shundstop -- directorの停止


形式


shundstop

-s director識別子
[ -a | -e ]


機能説明

directorを停止します。

または、接続しているすべてのsearcherを停止します。


オプション


-s director識別子

director識別子を指定します。

-a

本オプションを指定した場合は、接続しているすべてのsearcherも同時に停止します。
本オプションを省略した場合は、directorのみが停止し、searcherは停止しません。

-e

本オプションを指定した場合は、実行中のデータ検索または更新処理を強制的に終了し、directorを強制的に停止します。
本オプションを省略した場合は、データの更新が実行中の場合は、本コマンドが異常終了します。


使用例


例1

directorおよびsearcherを停止します。

shundstop -s shund1 -a
例2

directorを強制的に停止します。

shundstop -s shund1 -e

終了ステータス

以下の終了ステータスが返されます。

0:正常終了
0以外:異常終了


注意