ビュー:
Trend Micro InterScan Messaging Security Suite(以下、IMSS) 9.1 Linux版の全プロセスを紹介します。

1. /opt/trend/imss/bin/imssmgr

概要

InterScan MSSプロセス群の管理、メールキューのモニタ、ログのデータベースへのアップロード、ウイルスパターンファイルおよび検索エンジンのアップデート、管理コンソールおよびエンドユーザメール隔離サービスのコンソールとのコミュニケーション

起動数

1
*通常起動プロセス数は1ですが、上記概要に記載された動作を行う際に子プロセスを作成する事がある為、一時的に起動プロセス数が複数存在する場合があります。これは正常な動作となります。また作成された子プロセスはすぐに終了します。

2. /opt/trend/imss/bin/imssmgrmon

概要

imssmgrプロセスの監視

起動数

1

備考

owner=root

3. /opt/trend/imss/bin/imssd

概要

検索サービスの親プロセス / 子プロセスの管理

起動数

1

備考

owner=root, PPID=1

4. /opt/trend/imss/bin/imssd

概要

SMTP/POP3のメールの検索処理を行う子プロセス

起動数※

最小起動数:30(値は"imss.ini"の"[general]"-"proc_min_init_num"を参照)
最大起動数:200(値は"imss.ini"の"[general]"-proc_max_worker_proc"を参照)

備考

owner=imss, PPID=検索サービスの親プロセスのPID
※InterScan MSS 9.1新規インストールの初期値は30です。

5. /opt/trend/imss/bin/imssps

概要

ポリシーの保持と検索

起動数

1

備考

owner=imss

6. /opt/trend/imss/bin/wrsagent

概要

Webレピュテーションサービス用のプロセス

起動数

1

備考

owner=imss


7. /opt/trend/imss/bin/imsscmagent

概要

Control Managerエージェントのメインモジュール

起動数

1

備考

owner=root
* Trend Micro Control Manager と連携している場合のみ、生成されます。


8. /opt/trend/ipprofiler/bin/TmFoxProxy -c /opt/trend/ipprofiler/config/foxproxy.ini 

概要

FoxProxyの親プロセス / 子プロセスの管理

起動数

1

備考

owner=imss, PPID=1

9. /opt/trend/ipprofiler/bin/TmFoxProxy -c /opt/trend/ipprofiler/config/foxproxy.ini 

概要

FoxProxyの子プロセス / SMTPコネクションの受信と送信元の評価

起動数

1

備考

owner=imss, PPID=FoxProxyの親プロセスのPID


10. 管理コンソール

/opt/trend/imss/UI/javaJRE/bin/java -Djava.awt.headless=true -Djava.endorsed.dirs= -classpath /opt/trend/imss/UI/tomcat/bin/bootstrap.jar:/opt/trend/imss/UI/tomcat/bin/tomcat-juli.jar -Dcatalina.base= -Dcatalina.home=/opt/trend/imss/UI/tomcat -Djava.io.tmpdir=/var/tmp -Xss2M org.apache.catalina.startup.Bootstrap -config /opt/trend/imss/UI/adminUI/conf/server.xml start

概要

管理コンソールのプロセス

起動数

1

備考

owner=imss

11. /opt/trend/imss/bin/imsstasks

概要

タスク管理、スケジュールタスクの実行

起動数

1

備考

owner=imss

12. /opt/trend/imss/bin/foxdns

概要

FoxDNS / IPプロファイラのルールに基づくBINDゾーンのアップデート

起動数

1

備考

owner=imss

13. /opt/trend/imss/bind/named -u named -c /opt/trend/imss/bind/named.conf 

概要

BINDネームサーバー / IPプロファイラで使用する評価データの記憶

起動数

1

備考

owner=named
* BINDは、InterScan MSSと別にインストールすることも可能です。


14. PostgreSQL

/opt/trend/imss/PostgreSQL/bin/postgres -D /var/imss/pgdata -i

概要

PostgreSQLのマスタープロセス

起動数

1

備考

owner=imss
* データベースへの最大コネクション数:600(値は"postgresql.conf"の"max_connections"を参照)
* PostgreSQLは、InterScan MSSと別にインストールすることも可能です。

postgres: checkpointer process

概要

PostgreSQLのcheckpointer process

起動数

1

備考

owner=imss, PPID=PostgreSQLのマスタープロセスのPID

postgres: writer process

概要

PostgreSQL のwriter process

起動数

1

備考

owner=imss, PPID=PostgreSQLのマスタープロセスのPID

postgres: autovacuum launcher process

概要

PostgreSQL のautovacuum launcher process

起動数

1

備考

owner=imss, PPID=PostgreSQLのマスタープロセスのPID

postgres: stats collector process

概要

PostgreSQLステータス情報の収集プロセス / パフォーマンス状況の管理

起動数

1

備考

owner=imss, PPID=PostgreSQLのマスタープロセスのPID

postgres: sa imss <クライアントのIPアドレス>(<ポート番号>) idle

概要

管理データベース用のPostgreSQLとの接続プロセス

起動数

最小起動数:1 
最大起動数:600 ("imsseuq"と合わせて)

備考

owner=imss, PPID=PostgreSQLのマスタープロセスのPID


15. EUQ管理コンソール

/opt/trend/imss/UI/javaJRE/bin/java -Djcifs.smb.lmCompatibility=0 -Djcifs.smb.client.useExtendedSecurity=false -Djava.endorsed.dirs= -classpath /opt/trend/imss/UI/tomcat/bin/bootstrap.jar:/opt/trend/imss/UI/tomcat/bin/tomcat-juli.jar -Dcatalina.base= -Dcatalina.home=/opt/trend/imss/UI/tomcat -Djava.io.tmpdir=/var/tmp -Xss2M org.apache.catalina.startup.Bootstrap -config /opt/trend/imss/UI/euqUI/conf/server.xml start

概要

エンドユーザメール隔離サービスの管理コンソールを提供するメインプロセス

起動数

1

備考

owner=imss

16. /opt/trend/imss/UI/apache/bin/httpd -f /opt/trend/imss/UI/euqUI/conf/EUQ.conf -k start

概要

プライマリエンドユーザメール隔離サービスのコンソールの親プロセス / 子プロセスの管理

起動数

1

備考

owner=imss

17. /opt/trend/imss/UI/apache/bin/httpd -f /opt/trend/imss/UI/euqUI/conf/EUQ.conf -k start

概要

プライマリエンドユーザメール隔離サービスのコンソールの子プロセス

起動数

最小起動数:5(値は"EUQ.conf"の"MinSpareServers"を参照)
最大起動数:10(値は"EUQ.conf"の"MaxSpareServers"を参照)

備考

owner=imss, PPID=プライマリエンドユーザメール隔離サービスのコンソールにおける親プロセスのPID


18. EUQデータベース

postgres: sa imsseuq <クライアントのIPアドレス>(<ポート番号>) idle 

概要

エンドユーザメール隔離データベース用のPostgreSQLとの接続プロセス

起動数

最小起動数:1 
最大起動数:600 ("imss"と合わせて)

備考

owner=imss, PPID= PostgreSQLのマスタープロセスのPID

19. /opt/trend/imss/bin/dtasagent

概要

Deep Discovery Analyzer にメッセージを送信

起動数

1

備考

owner=imss, PPID= 1

 

20. /opt/trend/imss/OpenLDAP/libexec/slapd -u imss -f /opt/trend/imss/OpenLDAP/etc/openldap/slapd.conf

概要

OpenLDAPサーバー

起動数

1

備考

owner=imss, PPID= 1

 

21. /opt/trend/imss/bin/localservermgmt

概要

SPS及びWRSサーバーの宛先制御

起動数

1

備考

owner=imss, PPID= 1

 

22. /opt/trend/imss/UI/apache/bin/httpd -f /opt/trend/imss/UI/ph /conf/widget.conf -k start

概要

プライマリ管理コンソールプロセス

起動数

最小起動数:5(値は"widget.conf"の"MinSpareServers"を参照)
最大起動数:20(値は"widget.conf"の"MaxSpareServers"を参照)

備考

owner=imss, PPID=親プロセスのPID

 

23. /opt/trend/imss/bin/rtstat

概要

統計の収集

起動数

1

備考

owner=imss, PPID= 1

 

24. /opt/trend/imss/bin/rt_mail_traffic

概要

統計の処理

起動数

1

備考

owner=imss, PPID= 1