Automation Suite
2022.4
バナーの背景画像
Automation Suite インストール ガイド
最終更新日 2024年4月24日

手順 1: 古い ID キャッシュ キーを削除する

古い Identity のキャッシュ キーを削除し、次の手順を実行します。

  1. kubectl --kubeconfig <directory of SF cluster yaml file> get secrets/redb-redis-cluster-db -n uipath --template '{{ .data.password }}' を実行して Redis のパスワードを取得します。Base64 の値をデコードします。
  2. kubectl --kubeconfig <directory of SF cluster yaml file> get secrets/redb-redis-cluster-db -n uipath --template '{{ .data.port }}' を実行して Redis のポートを取得します。Base64 の値をデコードします。
  3. kubectl  --kubeconfig <directory of SF cluster yaml file>  exec -i -t -n redis-system redis-cluster-0 -c redis-enterprise-node "--" sh -c "clear; (bash || ash || sh)" を実行して Redis のノードに入ります。
  4. 前のコマンドで取得したポートとパスワードを使用して redis-cli -p <Port number> -a <Password> --scan --pattern is:* | xargs redis-cli -p <Port number> -a <Password> del を実行し、古いキーを削除します。
  5. exit を実行して処理を抜けます。

Was this page helpful?

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