automation-suite
2024.10
false
- 概要
- 要件
- インストール前
- インストール
- インストール後
- 移行とアップグレード
- Automation Suite をアップグレードする
- スタンドアロン製品を Automation Suite に移行する
- 手順 1: スタンドアロンの製品データベースを復元する
- 手順 2: 復元した製品データベースのスキーマを更新する
- 手順 3: Identity 組織データをスタンドアロンから Automation Suite に移動する
- 手順 4: Automation Suite のプラットフォーム データベースをバックアップする
- 手順 5: 組織を Automation Suite にマージする
- 手順 6: 以降済みの製品の接続文字列を更新する
- 手順 7: スタンドアロンの Orchestrator を移行する
- 手順 8: スタンドアロンの Insights を移行する
- 手順 9: スタンドアロンの Test Manager を移行する
- 手順 10: 既定のテナントを削除する
- 単一テナントの移行を実行する
- Automation Suite クラスター間を移行する
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

OpenShift の Automation Suite のインストール ガイド
最終更新日時 2026年3月9日
資格情報ストアを構成する
Orchestrator では、既に以下の Secure Store が利用可能です。
- Azure Key Vault
- CyberArk CCP
- HashiCorp Vault
- Thycotic Secret Server
- BeyondTrust
- AWS Secrets Manager
使用する資格情報ストア プラグインは、Linux に対応している必要があります。
既定のプラグインを無効化するには、appsettings.json ファイルで Plugins.SecureStores.Default キーを空の文字列として設定します。詳しくは、「appSettings を構成する」をご覧ください。
カスタムの Secure Store プラグインをアップロードする
カスタムの Secure Store アセンブリを追加する場合は、 uipathctl コマンド ライン ツールで uipathctl config orchestrator upload コマンドを使用して追加できます。
uipathctl config orchestrator upload --securestore-plugins-directory /path/to/plugins/directory
uipathctl config orchestrator upload --securestore-plugins-directory /path/to/plugins/directory
プラグインの設定は、設定キーの規則を使用して appSettings で構成されます。詳しくは、「 appSettings を構成する 」をご覧ください。
重要:
プラグインは、 /tmp以外のストレージに書き込むことはできません。
外部ストレージ構成をクラスター レベルで使用する場合は、それを示すために --is-external-storage パラメーターを含める必要があります。
-
次のコマンドを使用して、選択したカスタムの Secure Store プラグインを
appSettingsに追加します。Plugins.SecureStores.<<FriendlyName>>.<<SettingName>>Plugins.SecureStores.<<FriendlyName>>.<<SettingName>> -
appSettingsをプラグインの相対パス (securestorepluginsフォルダーから) で更新して、カスタムの Secure Store プラグインを有効化します。"Plugins.SecureStores":"myplugin/MyPlugin.dll,secondPlugin/SecondPlugin.dll""Plugins.SecureStores":"myplugin/MyPlugin.dll,secondPlugin/SecondPlugin.dll"