automation-suite
2022.10
false
- 概要
- 要件
- インストール
- インストール後
- クラスターの管理
- 監視とアラート機能
- 移行とアップグレード
- 製品固有の設定
- ベスト プラクティスとメンテナンス
- トラブルシューティング
- インストール時にサービスをトラブルシューティングする方法
- クラスターをアンインストールする方法
- オフライン成果物をクリーンアップしてディスク領域を改善する方法
- Redis データをクリアする方法
- Istio ログを有効化する方法
- ログを手動でクリーンアップする方法
- sf-logs バケットに保存されている古いログをクリーンアップする方法
- AI Center のストリーミング ログを無効化する方法
- 失敗した Automation Suite インストールをデバッグする方法
- アップグレード後に古いインストーラーからイメージを削除する方法
- Longhorn のスナップショットを自動的にクリーンアップする方法
- TX チェックサム オフロードを無効化する方法
- TLS 1.2 で弱い暗号に対処する方法
- RHEL 8.4 OS でオフライン インストールを実行できない
- バンドルのダウンロード中のエラー
- バイナリがないため、オフライン インストールが失敗する
- オフライン インストールでの証明書の問題
- Longhorn のセットアップ中に最初のインストールが失敗する
- SQL 接続文字列の検証エラー
- selinux iscsid モジュールの前提条件の確認が失敗する
- Azure ディスクが SSD としてマークされない
- 証明書の更新後のエラー
- ウイルス対策が原因でインストールの問題が発生する
- OS のアップグレード後に Automation Suite が動作しない
- Automation Suite で backlog_wait_time を 0 に設定する必要がある
- ワークロードの準備ができていないためボリュームをマウントできない
- プロキシ設定がある場合に Automation Hub と Apps を起動できない
- 管理ポータルのタイムアウト期間を設定する
- 基になるディレクトリ接続を更新する
- 移行後に認証が機能しない
- 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 が進行中ステートになる
- Unexpected inconsistency; run fsck manually
- MongoDB ポッドが CrashLoopBackOff になるか、削除後に PVC プロビジョニングの保留中になる
- MongoDB ポッドを 4.4.4-ent から 5.0.7-ent にアップグレードできない
- クラスターの復元またはロールバック後にサービスが異常になる
- Init:0/X でポッドがスタックする
- Prometheus が CrashloopBackoff ステートにあり、メモリ不足 (OOM) エラーを伴う
- Ceph-rook のメトリックが監視ダッシュボードに表示されない
- プロキシ環境でポッドが FQDN と通信できない
- Automation Suite 診断ツールを使用する
- Automation Suite サポート バンドル ツールを使用する
- ログを確認する
PVC のサイズを変更する
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Automation Suite インストール ガイド
Last updated 2024年11月4日
PVC のサイズを変更する
重要: PVC のサイズ変更が必要なのは、Automation Suite 2022.10 にアップグレードし、ObjectStore を RAW ディスクに移行しなかった場合のみです。
ObjectStore の詳細情報を表示するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh objectstore --help
sudo ./configureUiPathAS.sh objectstore --help
出力
************************************************************************************
Manage objectstore configuration
Usage:
configureUiPathAS.sh objectstore [command]
configureUiPathAS.sh objectstore [flags]
Available Commands:
resize-pvc Resize PVC
Flags:
-h|--help Display help
************************************************************************************
************************************************************************************
Manage objectstore configuration
Usage:
configureUiPathAS.sh objectstore [command]
configureUiPathAS.sh objectstore [flags]
Available Commands:
resize-pvc Resize PVC
Flags:
-h|--help Display help
************************************************************************************
注: PVC のサイズ変更は危険であり、クラスターのエフェクト コンポーネント全体または一部でダウンタイムが発生します。この操作は注意して実行してください。
ObjectStore の PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh objectstore resize-pvc --help
sudo ./configureUiPathAS.sh objectstore resize-pvc --help
次のような出力が返されます。
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [mon|data]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for objectstore mon to 105 Gi
configureUiPathAS.sh objectstore resize-pvc --size 105Gi --sub-component "mon"
***************************************************************************************
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [mon|data]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for objectstore mon to 105 Gi
configureUiPathAS.sh objectstore resize-pvc --size 105Gi --sub-component "mon"
***************************************************************************************
Ceph ObjectStore のデータ ストレージのサイズを変更するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh objectstore resize-pvc --size 1024Gi --sub-component data
sudo ./configureUiPathAS.sh objectstore resize-pvc --size 1024Gi --sub-component data
このコマンドは、データ ストレージ PVC のサイズを 1 TiB に変更します。
PVC のサイズ変更操作を開始する前に、ツールによってその影響についての警告が表示されます。先に進むにはこれを受け入れる必要があります。
--force
フラグを使用して、警告をスキップすることもできます。
注: objstore pvc 操作のサイズ変更に失敗した場合は、「トラブルシューティング」のセクションを参照して修正してください。
rabbitmq の PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh rabbitmq resize-pvc --help
sudo ./configureUiPathAS.sh rabbitmq resize-pvc --help
次のような出力が返されます。
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [server]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for rabbitmq server to 105 Gi
configureUiPathAS.sh rabbitmq resize-pvc --size 105Gi --sub-component "server"
***************************************************************************************
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [server]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for rabbitmq server to 105 Gi
configureUiPathAS.sh rabbitmq resize-pvc --size 105Gi --sub-component "server"
***************************************************************************************
RabbitMQ PVC のサイズを変更するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh rabbitmq resize-pvc --size 100Gi --sub-component "server"
sudo ./configureUiPathAS.sh rabbitmq resize-pvc --size 100Gi --sub-component "server"
rabbitmq の PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh mongodb resize-pvc --help
sudo ./configureUiPathAS.sh mongodb resize-pvc --help
次のような出力が返されます。
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [data|logs]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for mongodb data to 105 Gi
configureUiPathAS.sh mongodb resize-pvc --size 105Gi --sub-component "data"
***************************************************************************************
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [data|logs]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for mongodb data to 105 Gi
configureUiPathAS.sh mongodb resize-pvc --size 105Gi --sub-component "data"
***************************************************************************************
mongodb の PVC のサイズを変更するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh mongodb resize-pvc --size 105Gi --sub-component "data"
sudo ./configureUiPathAS.sh mongodb resize-pvc --size 105Gi --sub-component "data"
このコマンドは、MongoDB のデータ PVC のサイズを変更します。
logs
PVC のサイズを変更する場合は、--sub-component "logs"
を使用する必要があります。
監視 PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh monitoring resize-pvc --help
sudo ./configureUiPathAS.sh monitoring resize-pvc --help
次のような出力が返されます。
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [alertmanager|prometheus]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for monitoring alertmanager to 105 Gi
configureUiPathAS.sh monitoring resize-pvc --size 105Gi --sub-component "alertmanager"
***************************************************************************************
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [alertmanager|prometheus]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for monitoring alertmanager to 105 Gi
configureUiPathAS.sh monitoring resize-pvc --size 105Gi --sub-component "alertmanager"
***************************************************************************************
監視 PVC のサイズを変更するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh monitoring resize-pvc --size 100Gi --sub-component "alertmanager"
sudo ./configureUiPathAS.sh monitoring resize-pvc --size 100Gi --sub-component "alertmanager"
prometheus
PVC のサイズを変更するには、値 prometheus
を --sub-component
引数に渡します。
レジストリ PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh registry resize-pvc --help
sudo ./configureUiPathAS.sh registry resize-pvc --help
次のような出力が返されます。
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [data]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for registry data to 105 Gi
configureUiPathAS.sh registry resize-pvc --size 105Gi --sub-component "data"
***************************************************************************************
***************************************************************************************
Resize PVC provided by different CSI drivers
Arguments
-s|--size [Required] : Size of PVC. Allowed formats are
- Plain integer
- A fixed-point number using one of these suffixes: E, P, T, G, M, k
- A fixed-point number using one of power-of-two equivalents suffixes: Ei, Pi, Ti, Gi, Mi, Ki
-b|--sub-component [Required] : Sub-component to resize. Possible Values [data]
-d|--debug Increase logging verbosity to show all debug logs
-h|--help Show this help message and exit
-f|--force Allow deletion of pods to resize the PVC. This may cause downtime
Examples
Update PVC size for registry data to 105 Gi
configureUiPathAS.sh registry resize-pvc --size 105Gi --sub-component "data"
***************************************************************************************
レジストリ PVC のサイズを変更するには、次のコマンドを実行します。
sudo ./configureUiPathAS.sh registry resize-pvc --size 100Gi --sub-component "data"
sudo ./configureUiPathAS.sh registry resize-pvc --size 100Gi --sub-component "data"