automation-suite
2024.10
true
- 概要
- 要件
- インストール前
- インストール
- インストール後
- 移行とアップグレード
- クラスターの管理
- データベースのメンテナンスを実行する
- Kerberos 認証を設定する
- インストール後に FQDN を設定する
- 製品固有の設定
- トラブルシューティング
インストール後に FQDN を設定する
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

OpenShift の Automation Suite のインストール ガイド
最終更新日時 2025年3月17日
インストール後に FQDN を設定する
Automation Suite の FQDN を更新するには、
input.json
ファイルを更新し、 uipathctl
インストーラーを実行する必要があります。
注:
FQDN を変更する場合、新しいサーバー証明書が必要になります。 新しい証明書が使用できない場合は、インストーラーによって自動的に構成される、新しい自己署名証明書を使用してインストールを続行するか、インストールを中断して、証明機関が発行した新しい証明書を導入するという 2 つのオプションがあります。
証明書は、
input.json
ファイルの [server_certificate
] フィールドで設定できます。
インストーラーは、
<istio-system>
名前空間の管理者権限を持っている場合にのみ、新しい証明書を自動的に構成できます。
インストール後に FQDN を更新する場合は、以下の手順も実行する必要があります。
-
「 Istio を構成し、ルーティング用の WASM プラグインをインストールする」の最後にあるメモの指示に従ってください。
-
「 Dapr のインストール」の最後にある注の指示に従ってください。
input.json
ファイルで以下のパラメーターを更新する必要があります。
fqdn
- このフィールドを、クラスターへのアクセスに必要な新しい FQDN に更新します。
input.json
構成を示しています。
{
"fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
}
{
"fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
}
共有コンポーネント レベルで FQDN を更新するには、次のコマンドを実行します。
uipathctl manifest apply input.json --versions version.json
uipathctl manifest apply input.json --versions version.json
注:
インストーラーにより、FQDN の更新による影響について警告が表示されます。続行する前に確認を求められます。
--force
フラグを指定してコマンドを実行すると、警告プロンプトが上書きされ、FQDN の変更が直接実行されます。
[WARN] You are about to change the FQDN of the Automation Suite Cluster.
Changing the fqdn is a disruptive operation, and it will result in
disconnecting your robots, mobile orchestrator users, ML Activities,
and ML Skills and invalidating any pending user invites.
If you wish to continue type 'yes' and hit enter to continue.
[WARN] You are about to change the FQDN of the Automation Suite Cluster.
Changing the fqdn is a disruptive operation, and it will result in
disconnecting your robots, mobile orchestrator users, ML Activities,
and ML Skills and invalidating any pending user invites.
If you wish to continue type 'yes' and hit enter to continue.
FQDN に関連する新しい有効な証明書が存在しない場合も、警告が表示されます。証明書の検証に失敗した場合、CA によって発行された新しい証明書を指定するか、新しい自己署名証明書で続行するよう要求されます。
************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************
Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.
************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************
Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.
注:
必ず Redis データベースからすべてのデータをクリアしてください。 これを行うには、FLUSHALL コマンドを実行します。