你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az arcappliance troubleshoot command

注意

此参考是 Azure CLI(版本 2.51.0 或更高版本)的反弧扩展的一部分。 该扩展将在首次运行 az arcappliance troubleshoot command 命令 时自动安装。 详细了解扩展。

用于通过执行 shell 命令对设备群集进行故障排除的命令组。

命令

名称 说明 类型 状态
az arcappliance troubleshoot command hci

用于在 HCI 群集上执行 shell 命令进行故障排除的命令。 必须提供 --ip 或 --kubeconfig。 如果两者都传入,将使用 --ip。

扩展 GA
az arcappliance troubleshoot command scvmm

用于在 SCVMM 群集上执行 shell 命令进行故障排除的命令。 必须提供 --ip 或 --kubeconfig。 如果两者都传入,将使用 --ip。

扩展 GA
az arcappliance troubleshoot command vmware

用于在 VMWare 群集上执行 shell 命令进行故障排除的命令。 必须提供 --ip 或 --kubeconfig。 如果两者都传入,将使用 --ip。

扩展 GA

az arcappliance troubleshoot command hci

用于在 HCI 群集上执行 shell 命令进行故障排除的命令。 必须提供 --ip 或 --kubeconfig。 如果两者都传入,将使用 --ip。

az arcappliance troubleshoot command hci [--cloudagent]
                                         [--command]
                                         [--credentials-dir]
                                         [--ip]
                                         [--kubeconfig]
                                         [--loginconfigfile]

示例

在传入 IP 的 HCI 群集上执行故障排除命令

az arcappliance troubleshoot command hci --command [REQUIRED] --ip [REQUIRED] --credentials-dir [OPTIONAL]

在传入 kubeconfig 的 HCI 群集上执行故障排除命令

az arcappliance troubleshoot command hci --command [REQUIRED] --kubeconfig [REQUIRED] --credentials-dir [OPTIONAL]

在传入 --ip 的 HCI 群集上执行故障排除命令

az arcappliance troubleshoot command hci --command [REQUIRED] --ip [REQUIRED] --credentials-dir [OPTIONAL] --cloudagent [OPTIONAL] --loginconfigfile [OPTIONAL]

可选参数

--cloudagent

Arc 资源网桥使用的 Azure Stack HCI MOC 云代理服务的 FQDN 或 IP 地址。 这可以在 HCI 群集本地存储的 -infra.yaml 配置文件中找到。

--command

这是要执行的 shell 命令。

--credentials-dir

这是日志密钥目录的路径,该目录存储资源桥的凭据。 生成作用域访问密钥后,请使用 az arcappliance get-credentials 命令下载它。

--ip

Arc 资源网桥本地设备 VM IP 或其控制平面 IP。

--kubeconfig

kubeconfig 的路径。

--loginconfigfile

Azure Stack HCI 登录配置文件 kvatoken.tok 的文件路径。 默认情况下,它存储在 HCI 群集本地。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az arcappliance troubleshoot command scvmm

用于在 SCVMM 群集上执行 shell 命令进行故障排除的命令。 必须提供 --ip 或 --kubeconfig。 如果两者都传入,将使用 --ip。

az arcappliance troubleshoot command scvmm [--address]
                                           [--command]
                                           [--credentials-dir]
                                           [--ip]
                                           [--kubeconfig]
                                           [--password]
                                           [--port]
                                           [--username]

示例

在传入 ip 的 SCVMM 群集上执行故障排除命令

az arcappliance troubleshoot command scvmm --command [REQUIRED] --ip [REQUIRED] --credentials-dir [OPTIONAL]

在传入 kubeconfig 的 SCVMM 群集上执行故障排除命令

az arcappliance troubleshoot command scvmm --command [REQUIRED] --kubeconfig [REQUIRED] --credentials-dir [OPTIONAL]

使用传入 --ip 的非交互凭据参数在 SCVMM 群集上执行故障排除命令

az arcappliance troubleshoot command scvmm --command [REQUIRED] --ip [REQUIRED] --credentials-dir [OPTIONAL] --address [OPTIONAL] --port [OPTIONAL] --username [OPTIONAL] --password [OPTIONAL]

可选参数

--address

SCVMM 服务器 FQDN(例如 vmmuser001.contoso.lab)或 IPv4 地址。 如果有高可用性 VMM 设置,请输入角色名称。

--command

这是要执行的 shell 命令。

--credentials-dir

这是日志密钥目录的路径,该目录存储资源桥的凭据。 生成作用域访问密钥后,请使用 az arcappliance get-credentials 命令下载它。

--ip

Arc 资源网桥本地设备 VM IP 或其控制平面 IP。

--kubeconfig

kubeconfig 的路径。

--password

SCVMM 管理员istrator 密码。

--port

SCVMM 服务器端口号(默认值:8100)。

--username

SCVMM 管理员istrator Username(domain\username)。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az arcappliance troubleshoot command vmware

用于在 VMWare 群集上执行 shell 命令进行故障排除的命令。 必须提供 --ip 或 --kubeconfig。 如果两者都传入,将使用 --ip。

az arcappliance troubleshoot command vmware [--address]
                                            [--command]
                                            [--credentials-dir]
                                            [--ip]
                                            [--kubeconfig]
                                            [--password]
                                            [--username]

示例

在传入 IP 的 VMWare 群集上执行故障排除命令

az arcappliance troubleshoot command vmware --command [REQUIRED] --ip [REQUIRED] --credentials-dir [OPTIONAL]

在传入 kubeconfig 的 VMWare 群集上执行故障排除命令

az arcappliance troubleshoot command vmware --command [REQUIRED] --kubeconfig [REQUIRED] --credentials-dir [OPTIONAL]

使用传入 --ip 的非交互凭据参数在 VMWare 群集上执行故障排除命令

az arcappliance troubleshoot command vmware --command [REQUIRED] --ip [REQUIRED] --credentials-dir [OPTIONAL] --address [OPTIONAL] --username [OPTIONAL] --password [OPTIONAL]

可选参数

--address

vCenter Server 实例的 FQDN 或 IP 地址。 例如:10.160.0.1。

--command

这是要执行的 shell 命令。

--credentials-dir

这是日志密钥目录的路径,该目录存储资源桥的凭据。 生成作用域访问密钥后,请使用 az arcappliance get-credentials 命令下载它。

--ip

Arc 资源网桥本地设备 VM IP 或其控制平面 IP。

--kubeconfig

kubeconfig 的路径。

--password

Arc 资源桥用于本地基础结构来宾管理的 vSphere 帐户的密码。

--username

Arc 资源网桥用于本地基础结构来宾管理的 vSphere 帐户的用户名。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。