automation-suite
2021.10
false
- 概要
- 要件
- インストール
- インストール後
- Automation Suite にアクセスする
- 証明書を管理する
- PVC のサイズを変更する
- クラスターの管理
- 監視とアラート機能
- 移行とアップグレード
- 製品固有の設定
- ベスト プラクティスとメンテナンス
- トラブルシューティング
- 移行後にログインできない
- 管理ポータルのタイムアウト期間を設定する
- 基になるディレクトリ接続を更新する
- 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 診断ツールを使用する
- Using the Automation Suite support bundle
- ログを確認する
PVC のサイズを変更する
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
サポート対象外
Automation Suite インストール ガイド
Last updated 2024年11月11日
PVC のサイズを変更する
現在は、ObjectStore の PVC のサイズ変更のみをサポートしています。
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 操作のサイズ変更に失敗した場合は、「トラブルシューティング」のセクションを参照して修正してください。