アプリケーション エージェントの一意のホスト ID の設定
アプリケーション エージェントに一意のホスト ID を設定するには、次のコマンドを runProxy ファイルに追加します。
set -- "$@" -Dappdynamics.agent.uniqueHostId="<your-unique-host-id>"
たとえば、次のコマンドを <agent_install_directory>/proxy/runProxy ファイルに追加できます。
set -- "$@" -Dappdynamics.agent.logs.dir=${logsDir}
set -- "$@" -Dcomm=${proxyCommunicationDir}
set -- "$@" -DagentType=${agentType}
set -- "$@" -Dappdynamics.agent.uniqueHostId="<your-unique-host-id>"
set -- "$@" -Dappdynamics.agent.runtime.dir=${proxyRuntimeDir}
set -- "$@" -Dlog4j.ignoreTCL=true
set -- "$@" -XX:MaxPermSize=${maxPermSize}