automation-suite
2021.10
false
- 概要
- 要件
- インストール
- インストール後
- クラスターの管理
- 監視とアラート機能
- 移行とアップグレード
- 製品固有の設定
- ベスト プラクティスとメンテナンス
- トラブルシューティング
- 移行後にログインできない
- 管理ポータルのタイムアウト期間を設定する
- 基になるディレクトリ接続を更新する
- Kinit: Cannot Find KDC for Realm <AD Domain> While Getting Initial Credentials
- kinit: Keytab contains no suitable keys for *** while getting initial credentials
- GSSAPI operation failed with error: An invalid status code was supplied (Client's credentials have been revoked).
- Login Failed for User <ADDOMAIN><aduser>. Reason: The Account Is Disabled.
- Alarm received for failed kerberos-tgt-update job
- SSPI Provider: Server not found in Kerberos database
- Automation Suite 診断ツールを使用する
- Automation Suite サポート バンドルを使用する
- ログを確認する
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

サポート対象外
Automation Suite インストール ガイド
最終更新日時 2025年2月24日
クラスター サーバー ノードの 1 つで次の手順を実行します。
-
Kubernetes へのアクセス権を取得します。
on server nodes: export KUBECONFIG="/etc/rancher/rke2/rke2.yaml" export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin" on agent nodes: export KUBECONFIG="/var/lib/rancher/rke2/agent/kubelet.kubeconfig" export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin" # To validate, execute the following command which should not return an error: kubectl get nodeson server nodes: export KUBECONFIG="/etc/rancher/rke2/rke2.yaml" export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin" on agent nodes: export KUBECONFIG="/var/lib/rancher/rke2/agent/kubelet.kubeconfig" export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin" # To validate, execute the following command which should not return an error: kubectl get nodes -
次のコマンドを使用して、ArgoCD パスワードを取得します。
kubectl get secrets/argocd-admin-password -n argocd --template '{{ .data.password }}' | base64 -dkubectl get secrets/argocd-admin-password -n argocd --template '{{ .data.password }}' | base64 -d - ArgoCD に接続します。
https://alm.<fqdn>/:443に移動します。adminをユーザー名として使用し、手順 2 で取得したパスワードを使用してログインします。
- 次のように UiPath サービス アプリケーションを見つけます。
- ArgoCD の検索バーで「
uipath」と入力します。 - 次に、カードをクリックして UiPath アプリケーションを開きます。
- 次のエラーを確認します。
Application was not synced due to a failed job/pod - 上記のエラーが存在する場合は、以下の手順を実行します。
- 赤いひびの入ったハート型のアイコンを探して、同期されていないコンポーネントを見つけます (下図を参照)。
- 右端のコンポーネント (通常はポッド) を開いて、[ログ] タブをクリックします。[ログ] には、ポッド障害の原因を示すエラー メッセージが含まれます。
- 未解決の設定の問題を解決したら、ホーム ページに戻り、UiPath アプリケーションの [同期] ボタンをクリックします。
- ArgoCD の検索バーで「