Set up PSA in Docker Engine
You can set up PSA in the Docker engine using the automation script, which is available with the installation zip file. When you run the installation command, the script automatically builds the docker image and deploys PSA.
Supported Operating System
- Linux (RHEL >=8, Amazon Linux, CentOS and Ubuntu)
- macOS with Intel processor
-
Windows
Note: Installing PSA using the automated script is not supported on Windows. To install PSA on Windows, see
The following table illustrates the differences between installing PSA in Kubernetes and Docker:
| Kubernetes | Docker |
|---|---|
|
Heimdall and Ignite are deployed as pods on the existing Kubernetes cluster through Helm Charts. |
Heimdall and Ignite are deployed as containers. |
| Heimdall creates Web Monitoring and API Monitoring measurement job pods through Kube APIs. | Heimdall creates Web Monitoring and API Monitoring measurement job containers through Docker APIs. |
| When the measurement is ready, Heimdall deletes the job pods through the Kube APIs. | When the measurement is ready, Heimdall deletes the job containers through the Docker APIs. |
PSA インストールファイルのダウンロード
Splunk AppDynamicsPSA インストール zip ファイルを、Cisco AppDynamics ダウンロードセンターまたはベータアップロードツールからダウンロードします。このファイルには、sum-chrome-agent、sum-api-monitoring-agent、sum-heimdall、Helm チャート、および自動化スクリプトの Docker ファイルが含まれています。sum-chrome-agent、sum-api-monitoring-agent、および sum-heimdall のイメージをビルドする場合は、Docker がインストールされていることを確認します。インストールされていない場合は、ここから Docker をダウンロードしてインストールできます。
(オプション)プロキシサーバーの設定
プロキシサーバーを設定すると、すべてのドメインに適用されます。application-onprem.yaml ファイルにプロキシサーバーアドレスを指定して、プロキシサーバーを設定します。キーと値のペアの設定
プロキシサーバーからドメインをバイパスするには、次の手順を実行します。
Configure Proxy Server at a Job Level
Deploy PSA in Docker
| Flag | Description |
|---|---|
| -e | *Environment For example, Docker, Minikube, or Kubernetes. |
| -v | Debug mode |
| -u | *Shepherd URL For example, https://sum-shadow-master-shepherd.saas.appd-test.com/ See Shepherd URL. |
| -a | *EUM Account For example, a ti-23-2-saas-nov2 |
| -k | *EUM Key For example, 2d35df4f-92f0-41a8-8709-db54eff7e56c |
| -c | *Location Code For example, DEL NY |
| -d | *Location Description For example, 'Delhi, 100001' |
| -t | *Location City For example, Delhi |
| -s | *Location State For example, CA |
| -o | *Location Country For example, India, United States |
| -i | Location Latitude For example, 28.70 |
| -g | Location Longitude For example, 77.10 |
| -p | *PSA release tag For example, 23.5 |
| -r | Heimdall replica count |
| -z | *Agent type For example, web, api, or all |
-m | *Minimum/Maximum memory in Mi/Gi for sum-chrome-agent |
| -n | *Minimum/Maximum memory in Mi/Gi for sum-api-monitoring-agent |
| -x | *Minimum/Maximum CPU for sum-chrome-agent |
| -y | *Minimum/Maximum CPU for sum-api-monitoring-agent |
| -w | Specify the proxy servers for Heimdall, Web, and API monitoring, separated by a tilde(~). |
| -B | Specify the domain URLs that you want to bypass from the proxy server. For example, "*abc.com,*xyz1.com,*xyz2.com" |
| -q | Specify true or false to enable or disable Ignite Persistence. |
| -C | Specify true to enable performance logs on the Chrome browser. The default value is false. |
| -A | Specify the service account of the sum-chrome-agent and sum-api-monitoring-agent pod. |
| -U | Specify the user ID that the sum-chrome-agent or sum-api-monitoring-agent container should run as. |
| -G | Specify the group ID that the sum-chrome-agent or sum-api-monitoring-agent container should run as. |
| -N | Specify if the sum-chrome-agent or sum-api-monitoring-agent container should run as a non-root user. The default value is true. |
| -F | Specify the file system group ID of the sum-chrome-agent or sum-api-monitoring-agent container. |
| -O | Specify true to override the security context for Web and API monitoring. The default value is false. |
PSA のモニター
Heimdall コンテナと Ignite コンテナの CPU とメモリの使用率をモニターするには、次のコマンドを実行します。
./monitoring_psa
PSA の手動展開
以下の手順を実行します。
PSA のアップグレード
PSA をアップグレードするには、次の手順を実行します。
| フラグ | 説明 |
|---|---|
| -d | デバッグモード |
| -v |
*PSA リリースタグ。 これは、アップグレードするバージョンです。たとえば、23.9.0 などです。 |
PSA のアンインストール
PSA をアンインストールするには、次のコマンドを実行します。
| オペレーティングシステム | コマンド |
|---|---|
| Linux および macOS |
|
| Windows |
|