可以使用命令实参来设置 vcsa-util converge 命令的执行形参。
vsca-util converge 命令将具有外部 Platform Services Controller 部署的 vCenter Server 重新配置为具有嵌入式 Platform Services Controller 部署的 vCenter Server。
使用以下命令将具有外部部署
Platform Services Controller 的单个独立
vCenter Server 融合为具有嵌入式
Platform Services Controller 部署的
vCenter Server:
vcsa-util converge [--help] [--template-help] [--log-dir LOG_DIR] [--pause-on-warnings] [--verbose | --terse] [--no-ssl-certificate-verification] [--skip-domain-handling] [--verify-template-only | --precheck-only] [--silent] [--backup-taken] [--skip-reboot] [--skip-domain-hadling] converge.json
使用以下命令取消配置
Platform Services Controller:
vcsa-util decommision [--help] [--template-help] [--log-dir LOG_DIR] [--pause-on-warnings] [--verbose | --terse] [--no-ssl-certificate-verification] [--verify-template-only | --precheck-only] decommission_psc.json
参数 | 描述 |
---|---|
converge.json |
JSON 文件或 JSON 文件的路径,其中包含用于指定融合过程的配置参数。 |
decommission_psc.json |
JSON 文件或 JSON 文件的路径,其中包含用于指定取消配置过程的配置参数。 |
--backup-taken | (可选)确保已备份。如果未提供该参数,系统会提示您进行确认。 |
-v, --verbose | (可选)在控制台中显示调试信息。如果设置此参数,则无法设置 --terse。 |
-t, --terse | (可选)在控制台内仅显示警告和错误信息。如果设置此参数,则无法设置 --verbose。 |
--log-dir | (可选)对于日志和其他输出文件,将 LOG_DIR 指定为目录。 |
--no-ssl-certificate-verification | (可选)跳过所有服务器连接的安全证书验证。 |
--pause-on-warnings | (可选)暂停并等待确认一些警告。 |
--precheck-only | (可选)为融合执行预检查。 |
--verify-template-only | (可选)仅执行基本模板验证,但不运行其他预检查。对于额外预检查验证,请使用 --precheck-only 参数。 |
--silent | (可选)以静默模式运行融合,避免提示。如果指定了此参数,融合将避免提示并使用默认值。 |
--skip-reboot | (可选)加入 ADdomain 后跳过重新引导机。这仅适用于 AD 域环境。 |
--skip-domain-handling | (可选)跳过任何加入域的操作。 |
--template-help | (可选)检索模板设置的帮助。 |
-h, --help | (可选)显示 vsca-util 命令的帮助消息。 |