ページの先頭行へ戻る
Interstage Charset Manager Standard Edition Web入力 Agent V9 コマンドリファレンス JSVR部品 JSVR-Webサービス JSVRAX編
FUJITSU Software

9.2.1 辞書サービス

ここでは、辞書サービスの使用方法について説明します。

なお、辞書サービスは、Charset-Web入力の各機能を使用する間は常に起動している必要があります。

注意

実行ファイルを実行する場合は、スーパーユーザーで実行してください。

◆実行ファイル

RHEL7の場合
/usr/lib/systemd/system/ICMWA000.service
RHEL6の場合
/etc/init.d/ICMWA000

◆呼び出し形式

RHEL7の場合
起動
systemctl start ICMWA000.service
停止
systemctl stop ICMWA000.service
RHEL6の場合
起動
ICMWA000 start
停止
ICMWA000 stop

◆実行手順

呼び出し形式に従って、実行ファイルを実行してください。

起動する場合
RHEL7の場合
# systemctl start ICMWA000.service
RHEL6の場合
# /etc/init.d/ICMWA000 start
停止する場合
RHEL7の場合
# systemctl stop ICMWA000.service
RHEL6の場合
# /etc/init.d/ICMWA000 stop

◆自動起動の設定

OSの起動/停止時に、辞書サービスを自動的に起動/停止させる場合は、次のコマンドを実行して設定を行ってください。

RHEL7の場合
# systemctl enable ICMWA000.service
RHEL6の場合
# ln -s /etc/init.d/ICMWA000 /etc/rc2.d/S99ICMWA000
# ln -s /etc/init.d/ICMWA000 /etc/rc3.d/S99ICMWA000
# ln -s /etc/init.d/ICMWA000 /etc/rc4.d/S99ICMWA000
# ln -s /etc/init.d/ICMWA000 /etc/rc5.d/S99ICMWA000
# ln -s /etc/init.d/ICMWA000 /etc/rc0.d/K00ICMWA000
# ln -s /etc/init.d/ICMWA000 /etc/rc1.d/K00ICMWA000
# ln -s /etc/init.d/ICMWA000 /etc/rc6.d/K00ICMWA000