起動と停止
NetFlow Analyzer を正しくインストールしたあとは、次の手順に従ってNetFlow Analyzer サーバーを起動します。
NetFlow Analyzerの開始
Windows:
サーバーを起動するには、次のようにメニューを選択します。 スタート → すべてのプログラム → ManageEngine NetFlow Analyzer 7 → NetFlow Analyzer 7
もうひとつの方法として、<NetFlowAnalyzer_Home>\bin フォルダー
に移動し、run.bat ファイルを実行することもできます。
Linux:
<NetFlow Home>/bin ディレクトリに移動し、run.sh ファイルを実行します。
サーバーが起動すると、コマンドプロンプトのウィンドウが開き、NetFlow Analyzer の幾つかのモジュールについての起動情報を表示します。 全てのモジュールが正しく生成されると、次のメッセージが表示されます。
Server started.
Please connect your client at http://localhost:8080
ここで、8080 はインストール時にユーザーがWebサーバー用ポートとして指定したポートに置き換えられます。
サービス開始
Windows:
インストール中に、サービス開始 オプションを選択した場合は、NetFlow Analyzer は、Windows 上でサービスとして起動します。
Linux:
- rootユーザーとしてログインします。
- <NetFlowAnalyzer_Home>\bin ディレクトリに移動します。
- linkAsService.sh ファイルを実行します。
- 次のコマンドを実行します。/etc/init.d/netflowanalyzer start
これにより、NetFlow Analyzer が、Linux 上でサービスとして起動します。
Fedora / SUSE に関しては、mysql-ds.xml ファイルがserver\default\deploy ディレクトリ配下にあるので、開きます。 (編集前): <connection-url>jdbc:mysql://localhost:13310/netflow </connection-url>
<connection-url>jdbc:mysql://localhost:13310/netflow</connection-url> 上記のファイルを保存して、サーバーを再起動します。</connection-url> to
(編集後):<connection-url>jdbc:mysql://127.0.0.1:13310/netflow </connection-url></connection-url>
NetFlow Analyzer サーバーを再起動します。
次に以下の手順を行ってください。
- Navigate to/bin フォルダー
の linkAsService.sh ファイルを安全な場所にコピーし、保存してください。
- エディター
で linkAsService.sh を開き、以下の部分を探してください。
[code:1:f5099fc2e0]for i in {0,6}
do
ln -s -f $initvar /etc/rc$i.d/$stopwith
done
ln -s -f $initvar /etc/rc5.d/$startwith[/code:1:f5099fc2e0]
- 上記部分を以下のように、/etc/フォルダー
の後に rc.d フォルダー
を挿入してください。
[code:1:f5099fc2e0]for i in {0,6}
do
ln -s -f $initvar /etc/rc.d/rc$i.d/$stopwith
done
ln -s -f $initvar /etc/rc.d/rc5.d/$startwith
[/code:1:f5099fc2e0]
- ファイルを保存します。
- NetFlow Analyzerを終了します。
- linkAsService.sh を実行し、コマンド \" /etc/init.d/netflowanalyzer start \"を使用してNetFlow Analyzer を起動してください。
NetFlow Analyzerの停止
以下の手順に従って、NetFlow Analyzer サーバーを停止します。 サーバーを正しく停止すると、MySQL データベースの接続が自動的に閉じられて、全てのNetFlow Analyzerに使用されるポートが開放されることにご注意ください。
Windows:
- NetFlow Analyzer がインストールされたプログラムフォルダー
まで移動します。 デフォルトでは、スタート → すべてのプログラム → ManageEngine NetFlow Analyzer 7となります。
- Shut Down NetFlow Analyzerオプションを選択します。
- もうひとつの方法として、<NetFlowAnalyzer_Home>\bin フォルダー
に移動して shutdown.bat ファイルを実行することもできます。
- 選択内容を確定するか聞かれます。その後でNetFlow Analyzer サーバーがシャットダウンされます。
Linux:
- <NetFlowAnalyzer_Home>\bin ディレクトリに移動します。
- Execute the shutdown.sh file.
- 選択内容を確定するか聞かれます。その後でNetFlow Analyzer サーバーがシャットダウンされます。
Copyright c ZOHO Japan Corporation All Rights Reserved. All Rights Reserved.
ManageEngine