Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

Orchestrator 構成ツールを使用する

Orchestrator 構成ツールは、Automation Suite の Orchestrator デプロイ内でのファイルの配置や設定を可能とする bash スクリプトです。ストレージ ファイル、資格情報ストア プラグイン、NLog 拡張機能、新しい NLog 構成の追加、ならびに appSettings の上書きを支援します。

このツールを使用して実行できる操作の例を次に示します。

Orchestrator 構成ツールを使用する環境は、bash スクリプトが実行可能で、以下のツールを備えている必要があります。

重要:

ArgoCD CLI ツールを個別にダウンロードして使用しないでください。 互換性を維持し、スムーズな操作を保証するために、Automation Suite の成果物にバンドルされている ArgoCD を使用することをお勧めします。 そのためには、次のコマンドを実行して、最新のインストーラーから ArgoCD をパスに追加する必要があります。

export PATH=$PATH:/opt/UiPathAutomationSuite/<version>/installer/binexport PATH=$PATH:/opt/UiPathAutomationSuite/<version>/installer/bin
Orchestrator 構成ツールを任意の場所から実行できるようにするには、次の例に示すように、 PATH 変数を更新して <installer-dir>/Toolsを含めます。
export PATH="$PATH:/opt/UiPathAutomationSuite/online_installer_<version>/Tools"export PATH="$PATH:/opt/UiPathAutomationSuite/online_installer_<version>/Tools"
jq ユーティリティのバージョンが 1.6 であることを確認します。1.6 でない場合は、次のいずれかのオプションを使用して更新します。
  • オプション 1:

    yum install -y epel-release yum install -y jqyum install -y epel-release yum install -y jq
  • オプション 2:

    curl https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/j/jq-1.6-2.el7.x86_64.rpm --output /tmp/jq-1.6-2.el7.x86_64.rpm
    yum localinstall /tmp/jq-1.6-2.el7.x86_64.rpm
    jq --versioncurl https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/j/jq-1.6-2.el7.x86_64.rpm --output /tmp/jq-1.6-2.el7.x86_64.rpm
    yum localinstall /tmp/jq-1.6-2.el7.x86_64.rpm
    jq --version

使用例

Usage: ./orchestrator_configurator.sh \
  -s blobstoragefolder -p pluginsfolder -n nlogextensionsfolder \
  -c appsettings.custom.config -l nlog.custom.config 

    -k|--encryption-key
        the value of the encryption key that will override the key generated at install

    -c|--app-settings
        application configuration file containing json with key-value structure
    -l|--nlog-config-file
        nlog config file, json

    -s|--storage-folder
        location of the storage folder on the local disk
    -n|--nlog-extensions-folder
        location of the nlog extensions on the local disk
    -p|--securestore-plugins-folder
        location of the securestore plugins on the local disk
    --use-external-storage
        use external storage instead of in cluster CEPH storage

    -d|--dry-run
        do not update the orchestrator app with the new values
    -y|--accept-all
        do not prompt for confirmation of actions and overwriting of files with kubectl cp.Usage: ./orchestrator_configurator.sh \
  -s blobstoragefolder -p pluginsfolder -n nlogextensionsfolder \
  -c appsettings.custom.config -l nlog.custom.config 

    -k|--encryption-key
        the value of the encryption key that will override the key generated at install

    -c|--app-settings
        application configuration file containing json with key-value structure
    -l|--nlog-config-file
        nlog config file, json

    -s|--storage-folder
        location of the storage folder on the local disk
    -n|--nlog-extensions-folder
        location of the nlog extensions on the local disk
    -p|--securestore-plugins-folder
        location of the securestore plugins on the local disk
    --use-external-storage
        use external storage instead of in cluster CEPH storage

    -d|--dry-run
        do not update the orchestrator app with the new values
    -y|--accept-all
        do not prompt for confirmation of actions and overwriting of files with kubectl cp.
  • 使用例

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.