automation-suite
2023.4
false
- 概要
- 要件
- インストール
- インストール後
- クラスターの管理
- 監視とアラート機能
- 移行とアップグレード
- 製品固有の設定
- ベスト プラクティスとメンテナンス
- トラブルシューティング
- インストール時にサービスをトラブルシューティングする方法
- クラスターをアンインストールする方法
- オフライン成果物をクリーンアップしてディスク領域を改善する方法
- Redis データをクリアする方法
- Istio ログを有効化する方法
- ログを手動でクリーンアップする方法
- sf-logs バンドルに保存されている古いログをクリーンアップする方法
- AI Center のストリーミング ログを無効化する方法
- 失敗した Automation Suite インストールをデバッグする方法
- アップグレード後に古いインストーラーからイメージを削除する方法
- Longhorn のスナップショットを自動的にクリーンアップする方法
- TX チェックサム オフロードを無効化する方法
- ArgoCD のログ レベルを手動で Info に設定する方法
- 外部レジストリーのエンコードされたpull_secret_valueを生成する方法
- TLS 1.2 で弱い暗号に対処する方法
- RHEL 8.4 OS でオフライン インストールを実行できない
- バンドルのダウンロード中のエラー
- バイナリがないため、オフライン インストールが失敗する
- オフライン インストールでの証明書の問題
- Longhorn のセットアップ中に最初のインストールが失敗する
- SQL 接続文字列の検証エラー
- selinux iscsid モジュールの前提条件の確認が失敗する
- Azure ディスクが SSD としてマークされない
- 証明書の更新後のエラー
- ウイルス対策が原因でインストールの問題が発生する
- OS のアップグレード後に Automation Suite が動作しない
- Automation Suite で backlog_wait_time を 0 に設定する必要がある
- リソースが利用できないことの影響を受ける GPU ノード
- ワークロードの準備ができていないためボリュームをマウントできない
- 管理ポータルのタイムアウト期間を設定する
- 基になるディレクトリ接続を更新する
- 移行後に認証が機能しない
- Kinit: Cannot find KDC for realm <AD Domain> while getting initial credentials
- kinit: Keytab contains no suitable keys for *** while getting initial credentials
- 無効なステータス コードが原因で GSSAPI 操作が失敗した
- Alarm received for failed kerberos-tgt-update job
- SSPI Provider: Server not found in Kerberos database
- アカウントが無効なため AD ユーザーのログインに失敗した
- ArgoCD へのログインに失敗した
- サンドボックス イメージを取得できない
- ポッドが ArgoCD UI に表示されない
- Redis プローブの障害
- RKE2 サーバーの起動に失敗する
- UiPath 名前空間でシークレットが見つからない
- 初回インストール後に ArgoCD が進行中ステートになる
- ArgoCD の読み取り専用アカウントにアクセスする際の問題
- MongoDB ポッドが CrashLoopBackOff になるか、削除後に PVC プロビジョニングの保留中になる
- クラスターの復元またはロールバック後にサービスが異常になる
- Init:0/X でポッドがスタックする
- Prometheus が CrashloopBackoff ステートにあり、メモリ不足 (OOM) エラーを伴う
- Ceph-rook のメトリックが監視ダッシュボードに表示されない
- Automation Suite 診断ツールを使用する
- Automation Suite サポート バンドル ツールを使用する
- ログを確認する
既存のインストールをマルチサイト設定に変換する
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Linux の Automation Suite のインストール ガイド
Last updated 2024年10月4日
既存のインストールをマルチサイト設定に変換する
Automation Suite の設定を終了した場合は、次の手順を実行してマルチサイトに変換できます。
-
スタンドアロンの Automation Suite クラスターをプライマリ クラスターに変換します。詳しくは、以下のセクションをご覧ください。
-
セカンダリの Automation Suite クラスターをインストールします。詳しくは、「Disaster Recovery - セカンダリ クラスターをインストールする」をご覧ください。
既存の Automation Suite クラスターをマルチサイト デプロイのプライマリ クラスターに変換するには、次の手順を実行します。
-
最初のサーバー ノードで必要な
cluster_config.json
のパラメーターを追加または変更します。詳細については、「高度なインストール」をご覧ください。{ "fabric": { "redis": { "ha": true, "license": "xyz" //base64 encoded redis license } }, "cluster_fqdn": "automationsuite-primary.mycompany.com", "multisite": { "enabled": true, "primary": true, "other_site_kubeconfig": xxx, //another cluster kubeconfig }, "fixed_rke_address": "automationsuite-primary.mycompany.com" }
{ "fabric": { "redis": { "ha": true, "license": "xyz" //base64 encoded redis license } }, "cluster_fqdn": "automationsuite-primary.mycompany.com", "multisite": { "enabled": true, "primary": true, "other_site_kubeconfig": xxx, //another cluster kubeconfig }, "fixed_rke_address": "automationsuite-primary.mycompany.com" }注:すべてのロボットを再構成しなくても済むように、既存の Automation Suite 設定の FQDN を保持することをお勧めします。
最初のサーバー ノードでインフラストラクチャを構成する
-
インストーラー フォルダーに移動します。
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
最初のサーバー ノードで次のコマンドを実行します。
./install-uipath.sh -i cluster_config.json -o output.json -k --skip-compare-config --force-update-fqdn --accept-license-agreement
./install-uipath.sh -i cluster_config.json -o output.json -k --skip-compare-config --force-update-fqdn --accept-license-agreement
残りのクラスター ノードでインフラストラクチャを構成する
-
インストーラー フォルダーに移動します。
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
cluster_config.json
ファイルを最初のサーバー ノードから他のすべてのノードにコピーします。 -
他のすべてのノード上で、次のコマンドを実行します。
./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --skip-compare-config --force-update-fqdn --accept-license-agreement
./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --skip-compare-config --force-update-fqdn --accept-license-agreement注:<node_type>
は、以下のように適切なノードの種類に置き換えます。-
server
– 他のサーバー ノードの場合 -
agent
– エージェント ノードの場合 -
task-mining
– Task Mining ノードの場合 -
gpu
– GPU ノードの場合 -
asrobots
– Automation Suite ロボット ノードの場合
-
最初のサーバー ノードでファブリックとサービスを構成する
最初のサーバー ノードでファブリックとサービスを構成するには、次のコマンドを実行します。
./install-uipath.sh -i cluster_config.json -o output.json -f -s --skip-compare-config --force-update-fqdn --accept-license-agreement
./install-uipath.sh -i cluster_config.json -o output.json -f -s --skip-compare-config --force-update-fqdn --accept-license-agreement
最初のサーバー ノードでインフラストラクチャを構成する
-
インストーラー フォルダーに移動します。
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
最初のサーバー ノードで次のコマンドを実行します。
./install-uipath.sh -i cluster_config.json -o output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --skip-compare-config --force-update-fqdn --accept-license-agreement
./install-uipath.sh -i cluster_config.json -o output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --skip-compare-config --force-update-fqdn --accept-license-agreement
残りのクラスター ノードでインフラストラクチャを構成する
-
インストーラー フォルダーに移動します。
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
cluster_config.json
ファイルを最初のサーバー ノードから他のすべてのノードにコピーします。 -
他のすべてのノード上で、次のコマンドを実行します。
./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement注:<node_type>
は、以下のように適切なノードの種類に置き換えます。-
server
– 他のサーバー ノードの場合 -
agent
– エージェント ノードの場合 -
task-mining
– Task Mining ノードの場合 -
gpu
– GPU ノードの場合 -
asrobots
– Automation Suite ロボット ノードの場合
-
最初のサーバー ノードでファブリックとサービスを構成する
最初のサーバー ノードでファブリックとサービスを構成するには、次のコマンドを実行します。
./install-uipath.sh -i cluster_config.json -o output.json -f -s --install-type offline --skip-compare-config --force-update-fqdn --accept-license-agreement
./install-uipath.sh -i cluster_config.json -o output.json -f -s --install-type offline --skip-compare-config --force-update-fqdn --accept-license-agreement