Install Smart Agent
You can install Smart Agent on the host machines by logging in to each machine. You can download the respective files from the Download Portal to the required host machine.
Smart Agent is bundled with the
smartagentctlbinary that simplifies the installation.The
smartagentctlbinary can be used for installing Smart Agent on multiple remote hosts. This binary does not have any library dependencies.
Perform the following steps to install Smart Agent on the Linux or Windows host machine. You can use powershell to run the commands on Windows host.
スマートエージェントの変数
変数の詳細を次の表に示します。
| 変数名 | 説明 | 必須 | デフォルト値 |
|---|---|---|---|
user | スマート エージェント プロセスを実行するユーザー | いいえ |
|
group | スマート エージェント プロセスを実行するグループ | いいえ | root |
スマートエージェントのインストールパラメータ
次の表に、使用できるオプションのパラメータを示します。
| パラメータ | 説明 |
|---|---|
| --enable-auto-attach | 自動接続機能を有効にします。Java および NodeJS エージェントの自動付加 を参照してください。 |
| --user | スマート エージェント プロセスのユーザー名を指定します。デフォルト値は現在のユーザーです。値は文字列形式にする必要があります。 |
| --group | スマート エージェント プロセスのグループを指定します。デフォルトは、現在のグループです。 値は文字列形式にする必要があります。 |
| -h, --help | スマートエージェントの起動に関するヘルプを表示します。 |
| --service | スマートエージェントをサービスとしてインストールします。 |
| --tomcat-env-config | Apache Tomcat 環境ファイルパス。 値は文字列形式にする必要があります。 |
| --remote | リモートホストでスマートエージェントのインストールを開始する場合に指定します。値は boolean 形式で指定します。デフォルト値は true です。 |