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

PVC のサイズを変更する

ObjectStore PVC のサイズを変更する

ObjectStore の詳細情報を表示するには、次のコマンドを実行します。

sudo ./configureUiPathAS.sh objectstore --helpsudo ./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 --helpsudo ./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 datasudo ./configureUiPathAS.sh objectstore resize-pvc --size 1024Gi --sub-component data

上記のコマンドは、データ ストレージ PVC のサイズを 1 TiB に変更します。

PVC のサイズ変更操作を開始する前に、ツールによってその影響についての警告が表示されます。先に進むにはこれを受け入れる必要があります。--force フラグを使用して、警告をスキップすることもできます。
注: objstore pvc 操作のサイズ変更に失敗した場合は、「トラブルシューティング」のセクションを参照して修正してください。

Rabbitmq PVC のサイズを変更する

rabbitmq の PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。

sudo ./configureUiPathAS.sh  rabbitmq resize-pvc --helpsudo ./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"

モンゴッドブPVCのサイズ変更

rabbitmq の PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。

sudo ./configureUiPathAS.sh  mongodb resize-pvc --helpsudo ./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 のサイズ変更の監視

監視 PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。

sudo ./configureUiPathAS.sh monitoring resize-pvc --helpsudo ./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"
PVC のサイズを変更するには prometheusprometheus--sub-component 引数に渡します。

レジストリ PVC のサイズ変更

レジストリ PVC のサイズ変更に関する詳細情報を表示するには、次のコマンドを実行します。

sudo ./configureUiPathAS.sh registry resize-pvc --helpsudo ./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"

Was this page helpful?

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