発見とアップグレードのクイックスタート

このクイックスタートガイドでは、Enterprise Consoleを使用して、コントローラなどの既存のAppDynamicsコンポーネントを発見し、アップグレードする方法について説明します。

Install the Enterprise Console

  1. Install the Enterprise Console with the following command:

    Linux

    ./platform-setup-64bit-linux.sh

    Windows

    platform-setup-64bit-windows.exe

    When the installation wizard launches, complete it to install the Enterprise Console. For more information about how to install the Enterprise Console, see Install the Enterprise Console.

  2. Verify that the Enterprise Console successfully installed by opening the GUI using the host and port you specified during installation:
    http(s)://<hostname>:<port>
    9191 is the default port.
  3. Complete the installation process with the GUI or command line.

Enterprise Console GUI を使用した検出とアップグレード

表示されるオプションは、プラットフォームの状態に基づきます。プラットフォームを作成していない場合、表示されるオプションから [Discovery] を選択します。ウィザードを完了してプラットフォームを作成します。次に、ホストを追加して、コントローラとイベントサービスを検出します。

CLIなどですでにプラットフォームを作成している場合、次の手順を完了してください。

  1. コントローラとイベントサービスがインストールされているホストを特定します。
  2. リモートホストを使用している場合は、[Credentials] ページでプラットフォームにログイン情報を追加します。
    注: 認証情報を追加するときに、Enterprise Console マシンの秘密キーファイルを必ず提供してください。
  3. Hostsページに移動し、ホストを追加します。
    1. コントローラとイベントサービスが Enterprise Console と同じホストにインストールされている場合は、[Add Enterprise Console Host] を選択します。
    2. コントローラとイベントサービスがEnterprise Consoleと異なるホストにインストールされている場合、ホストを入力します。ホストの認証情報を選択し、プラットフォームに認証情報を追加します。

CLIでの発見とアップグレード

  1. Enterprise Consoleをインストールしたディレクトリに移動します。
  2. 以下のコマンドを使用して、プラットフォームを作成します。
    bin/platform-admin.sh create-platform --name <platform_name> --installation-dir <platform_installation_directory>
  3. 以下のコマンドを使用して、ホストにアクセスするためにプラットフォームで使用できるログイン情報を追加します。
    bin/platform-admin.sh add-credential --credential-name <name> --type ssh --user-name <username> --ssh-key-file <file_path_to_the_key_file>

    <file path to the key file> は Enterprise Console マシンの秘密キーです。インストールプロセスで、キーがホストにデプロイされます。

  4. ホストをプラットフォームに追加します。
    bin/platform-admin.sh add-hosts --hosts localhost host_2 host_3 --credential <credential_name>

    最低限として、AppDynamics サーバー側のコンポーネント(コントローラとイベントサービス)がインストールされているホストをすべてブートストラップしてください。

    注: 「localhost」の代わりに、ループバックアドレス「127.0.0.1」やマシンの実際のホスト名を使用することもできます。