LoginSignup
0
0

More than 5 years have passed since last update.

DSaaSのインスタンス側の基本設定(Agent push)

Posted at

インストール

ここから自分のOSにあったパッケージをダウンロード。
https://help.deepsecurity.trendmicro.com/ja-jp/software.html

今回はUbuntu 14.04にインストール。

wget https://files.trendmicro.com/products/deepsecurity/en/10.0/Agent-Ubuntu_14.04-10.0.0-3107.x86_64.zip
mkdir Agent-Ubuntu_14.04-10.0.0-3107.x86_64
unzip Agent-Ubuntu_14.04-10.0.0-3107.x86_64.zip -d Agent-Ubuntu_14.04-10.0.0-3107.x86_64
cd Agent-Ubuntu_14.04-10.0.0-3107.x86_64
sudo dpkg -i Agent-Core-Ubuntu_14.04-10.0.0-3107.x86_64.deb

これでインストール完了。起動も完了。
ポリシーをManagerで設定したあとはdeployment scriptで適用したいポリシーなどの項目を設定。
スクリプトが下に表示されるので、最後のコメントアウトされた一文をコピーしてターミナルから実行。

/opt/ds_agent/dsa_control -a dsm://agents.deepsecurity.trendmicro.com:443/ "tenantID:XXXX-YYYY-ZZZZ-WWWW-VVVVVVVVVVVV" "token:VVVVVVVV-WWWW-XXXX-YYYY-ZZZZZZZZZZZZ" "policyid:XXX"

これでManager側からみて表示されればOK

アンインストール

ここに書いてありますが、

sudo dpkg -r ds-agent

これで完了。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0