automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Linux 版 Automation Suite 安装指南
Last updated 2024年10月4日
调整 PVC 大小
重要提示:如果您将原始磁盘用于对象存储或迁移到外部对象存储,则不需要调整对象存储 PVC 的大小
要查看有关对象存储的更多信息,请运行以下命令:
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 大小可能很危险,并且会导致整个集群或少数效果组件停机。在执行此操作之前,请务必小心。
要查看有关调整对象存储 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 对象存储的数据存储大小,请运行以下命令:
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
标志跳过警告。
注意:如果尝试调整对象存储 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"
要查看有关调整 MongoDB 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
传递给 --sub-component
参数来调整 prometheus
PVC 的大小。
要查看有关调整注册表 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"