3. MFJ側の設定

3.1. 監視対象アプリケーションサーバ側の変更

3.1.1. JSPDのパラメータ値を変更する

1.JSPDのパラメータ値(INTERMAX_HOME、USE_TRACE_MSSQL)を変更する

vi /opt/maxgauge/mfj/jspd/cfg/agent/jspd.prop.{wasid}

INTERMAX_HOME=/cfg/agent/jspd.prop.ini
USE_TRACE_MSSQL=true

2.WASを再起動して、変更したしたJSPDパラメータを有効にします。

3.2. MaxGaugeサーバ側の変更

3.2.1. PlatformJSの設定ファイルのパラメータ値を変更

1.PlatformJSの設定ファイルのパラメータ値(useMaxGaugeSQLServer、useMxgSQLServerLinkUrl)を変更する

vi /opt/maxgauge/mfj/PlatformJS/svc/www/intermax/Option.conf

useMaxGaugeSQLServer    : true,
useMxgSQLServerLinkUrl  : 'http://{MFSのMaxGaugeサーバIP}:8090/IntermaxLink',
→「http://{MFSのMaxGaugeサーバIP}:8090」は連携するMFSへの接続URL
例)
useMxgSQLServerLinkUrl  : 'http://172.16.3.60:8090/IntermaxLink',

2.PlatformJSを再起動する

# RHEL6系
service mfj-platformjs stop
service mfj-platformjs start

# RHEL7/8系
systemctl stop mfj-platformjs.service
systemctl start mfj-platformjs.service