Skip To Content

Linux での Portal for ArcGIS のサイレント インストール

Portal for ArcGIS のサイレント インストールの手順は次のとおりです。

注意:

10.4.1 にアップグレードするかどうか 詳細については、「Portal for ArcGIS のアップグレードについて」をご参照ください。

Portal for ArcGIS をインストールするための準備

  1. インストール環境が最小システム要件を満たしていることを確認します。
  2. 管理者権限を持つユーザーとしてコンピューターにログインします。root ユーザーは、Portal for ArcGIS をインストールできません。
  3. Portal for ArcGIS で使用されるポート」の説明に従って、ポートを開きます。
  4. サーバー上の重要でないアプリケーションをすべて終了します。
  5. Portal for ArcGIS セットアップをダウンロードしたフォルダーを参照します。または、Portal for ArcGIS メディアを適切なドライブに挿入して、セットアップ プログラムを自動起動します。

これで、Portal for ArcGIS をインストールする準備が整いました。

Linux での Portal for ArcGIS のサイレント インストール

  1. インストールを開始する前に、<CD_ROOT or untar directory>/Documentation/EULA.pdf にある使用許諾契約書を読んで、条件に同意する必要があります。
  2. プロンプトが表示されたら、セットアップをサイレントで実行します。下記のサンプル構文をご参照ください。

    <CD_ROOT or untar directory>/Setup -m silent -l yes

    [使用法:] セットアップ [オプション]

    オプション説明

    -m; --mode MODE

    オプションです。デフォルトで GUI に設定されます。

    MODE は、silentconsolegui のいずれかです。

    -l; --license-agreement CHOICE

    サイレント モードに必要です。CHOICE は Yes または No です。

    Yes は、Esri 使用許諾契約 (E204、E300) を読み、同意したことを意味します。esri.com/legal/software-license.html にアクセスして使用許諾契約書をお読みください。

    -a; --authorization-file FULL_PATH_TO_AUTHORIZATION_FILE

    オプションです。このオプションを使用しない場合は、インストール後にソフトウェアを認証する必要があります。FULL_PATH_TO_AUTHORIZATION_FILE は、Esri により提供されたプロビジョニング (*.prvc) ファイルへの絶対パスです。

    FULL_PATH_TO_AUTHORIZATION_FILE の例:

    --authorization-file /home/user/ArcGIS_Portal.ecp

    -a /data/auth_files/ArcGIS_Portal.prvc

    -d; --directory DIRECTORY

    オプションです。デフォルトでは、Portal for ArcGIS は、ユーザーの $HOME ディレクトリにインストールされます。DIRECTORY には、別のインストール ディレクトリを指定します。

    パス /arcgis/portal はインストール ディレクトリに追加されます。

    セットアップを以前のインストール ディレクトリに指定した場合、そのディレクトリのコンテンツが新しいインストールで自動的に使用されます。バージョン 10.2 より前のインストールのコンテンツはサポートされていません。

    -v; --verbose

    インストーラーは冗長モードで実行されます。

    -h; --help

    コマンド ライン ヘルプを表示して、終了します。

    -e; --examples

    これらのオプションの使用例を表示し、終了します。

  3. Configure Portal for ArcGIS to be started with the operating system by following these instructions:
    1. Switch to root user.
    2. Copy the <Portal for ArcGIS installation directory>/framework/etc/arcgisportal shell script to the appropriate supported Linux distribution-based locations provided below:
      • RHEL: /etc/rc.d/init.d/
      • SUSE: /etc/init.d/
    3. Change the directory to the applicable init.d folder, and check the arcgisportal script to make sure that root has at least read and execute permissions.
    4. Edit the script as follows:
      1. Update the portalhome variable to the Portal for ArcGIS installation directory, for example, /home/username/arcgis/portal.

      2. For RHEL only, add the line below just before # Description: Portal for ArcGIS Service:

        # chkconfig: 35 99 01

      3. Save the edits to the arcgisportal script.

    5. Still as root user, run the following commands to automatically create the links in /etc/rc*.d with the appropriate run levels:
      • RHEL:
        $ chkconfig --add arcgisportal
        $ chkconfig arcgisportal on
      • SUSE:
        $ insserv arcgisportal
        $ chkconfig arcgisportal on
    6. End the root user session.
    7. Reboot the operating system, and verify that Portal for ArcGIS restarts properly.