automation-suite
2.2510
false
UiPath logo, featuring letters U and I in white

Linux の Automation Suite のインストール ガイド

最終更新日時 2025年11月13日

インストール時にサービスをトラブルシューティングする方法

クラスター サーバー ノードの 1 つで次の手順を実行します。

  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
  2. 次のコマンドを使用して、ArgoCD パスワードを取得します。

    kubectl get secrets/argocd-initial-admin-secret -n argocd --template '{{ .data.password }}' | base64 -dkubectl get secrets/argocd-initial-admin-secret -n argocd --template '{{ .data.password }}' | base64 -d
  3. ArgoCD に接続します。
  4. https://alm.<fqdn> に移動します。
  5. admin をユーザー名として使用し、手順 2 で取得したパスワードを使用してログインします。
  6. Locate the applications that are having issue by filtering the applications that are Missing/Degraded/Progressing.


  7. Then open the application having an issue by selecting its card.


  8. 赤いひびの入ったハート型のアイコンを探して、同期されていないコンポーネントを見つけます (下図を参照)。


  9. 右端のコンポーネント (通常はポッド) を開いて、[ ログ ] タブを選択します。 [ログ] には、ポッド障害の原因を示すエラー メッセージが含まれます。


  10. Once you resolve any outstanding configuration issues, go back to the application home page and select the Sync button to sync the application.
Note: If you receive the error message “Unable to sync: another operation is already in progress” select the syncing process, and then select Terminate to cancel the current synchronization. After the current sync is terminated, repeat the synchronization procedure as described in the previous steps.

このページは役に立ちましたか?

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