ページの先頭行へ戻る
Big Data Integration ServerV1.2.0 検索編導入・運用ガイド
FUJITSU Software

6.4.2 conductor設定情報のモニタリング

conductorに設定されている動作環境を確認できます。
conductor設定情報は、conductorを配置しているサーバで、shuncstateコマンドを実行することにより取得できます。

例1 conductor設定情報の表示例

以下に、conductor設定情報の表示例を示します。

shuncstate -s shunc -i 
Shunsaku shuncstate 2007/01/01 19:01:00

Parameter                 Value
LogFileFolder             /var/opt/FJSVbsb/shun/log/conductor/
LogFileSize               100MB
LogFileBackup             1
LogFileSwitch             0
PfmFileFolder             /var/opt/FJSVbsb/shun/log/conductor/
PfmFileSize               100MB
PfmFileBackup             1
PfmFileSwitch             0
CoreFileFolder            /var/opt/FJSVbsb/shun/core/conductor/
AnsMax                    100
MaxConnection             1000
File                      file1  shund1 shund2
File                      file2  shund3 shund4
Domain                    dom1  file1 file2
InsertPoint               shund1 file1
InsertPoint               shund3 file2
DefaultFile               file1
SystemName                shunsaku

参照

conductor用動作環境ファイルの実行パラメタの詳細については、“A.2 conductor用動作環境ファイルの実行パラメタ”を参照してください。


例2 conductor設定情報をCSV形式で出力する例

以下に、conductor設定情報をCSV形式で出力する例を示します。

shuncstate -s shunc -i -C > /home/shunsaku/monitor/constate.csv

constate.csvの内容

"Parameter","Value"
"LogFileFolder","/var/opt/FJSVbsb/shun/log/conductor/"
"LogFileSize",100
"LogFileBackup",1
"LogFileSwitch",0
"PfmFileFolder","/var/opt/FJSVbsb/shun/log/conductor/"
"PfmFileSize",100
"PfmFileBackup",1
"PfmFileSwitch",0
"CoreFileFolder","/var/opt/FJSVbsb/shun/core/conductor/"
"AnsMax",100
"MaxConnection",1000
"File","file1 shund1 shund2"
"File","file2 shund3 shund4"
"Domain","dom1 file1 file2"
"InsertPoint","shund1 file1"
"InsertPoint","shund3 file2"
"DefaultFile","file1"
"SystemName","shunsaku"

ポイント

CSVファイルには以下に示す形式で出力します。

  • 文字列項目は二重引用符(" ")で囲みます。

  • 数値項目は二重引用符(" ")で囲みません。