プロキシの設定状況は、DSA上の端末からコマンドラインを用いて以下いずれかのコマンドで確認する事が可能です。
- dsa_query -c GetAgentStatus
- dsa_query -c GetProxyInfo (DSA20.0.0.7943以降)
- dsa_query -c GetProxyInfo details=true (DSA20.0.0.7943以降)
使用方法
コマンドの使用方法は以下の通りです。コマンドラインの基本 の記載もご参照下さい。Windowsの場合:
- 管理者権限でコマンドプロンプトを開きます。
- DSAのインストールディレクトリに移動します。(例:cd C:\Program Files\Trend Micro\Deep Security Agent\)
- 上記いずれかのコマンドを実行します。
Linuxの場合:
- sudo /opt/ds_agent/"上記いずれかのコマンド" を実行します。
"dsa_query -c GetAgentStatus"では、DSAに設定されているプロキシアドレス:ポートの情報のみが確認可能です。
"dsa_query -c GetProxyInfo"、"dsa_query -c GetProxyInfo details=true"ではより詳細なプロキシの情報について確認が可能です。
以下に出力例を記載します。
出力例
"dsa_query -c GetAgentStatus"の出力例
コマンドラインの基本 の手順で設定したプロキシ設定を確認可能です。
- AgentStatus.dsm_proxy:AgentがManagerに接続する際に使用するプロキシサーバのアドレスとポート
- AgentStatus.relay_proxy:AgentがRealyに接続する際に使用するプロキシサーバのアドレスとポート
"dsa_query -c GetProxyInfo"の出力例
"dsa_query -c GetProxyInfo details=true"の出力例