Avamar:启用和禁用 VMware VDDK 库调试详细程度
Summary: 本指南介绍如何在 Avamar 代理上单击虚拟磁盘开发工具包 (VDDK) 库的调试日志记录。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
本知识库文章介绍如何在 Avamar 代理上启用和禁用 VMware VDDK 详细程度。
Cause
在尝试排除故障和解决问题时,应执行此作,其中 VDDK 库是可疑的故障发生者,并且必须启用调试。
示例:未使用 hotadd,但标准日志记录未显示原因。
Resolution
执行以下步骤以在 Avamar 代理中启用 VMware VDDK 库调试详细级别:
- 确定用于故障处理的代理。
- 在该代理上,运行以下命令:
find /usr/local/avamarclient/ -name vddkconfig.ini -exec perl -pi -e 's/transport.LogLevel=2/transport.LogLevel=6/;s/nfc.LogLevel=2/nfc.LogLevel=4/' {} \; - 使用要进行故障排除的虚拟机 (VM) 创建测试策略,并仅配置步骤 1 中选择的代理以保护此策略组
- 启动测试策略备份。
- 从代理收集步骤 4 中的日志。
- 禁用 VDDK 详细模式:
find /usr/local/avamarclient/ -name vddkconfig.ini -exec perl -pi -e 's/transport.LogLevel=6/transport.LogLevel=2/;s/nfc.LogLevel=4/nfc.LogLevel=2/' {} \; - 删除或禁用在步骤 3 中创建的测试策略。
或者
要在所有代理线程上执行相同的作,请运行此命令。
例如:
- 要启用:
proxycp.jar --cmd "find /usr/local/avamarclient/ -name vddkconfig.ini -exec perl -pi -e 's/transport.LogLevel=2/transport.LogLevel=6/;s/nfc.LogLevel=2/nfc.LogLevel=4/' {} \;" - 要禁用:
proxycp.jar --cmd "find /usr/local/avamarclient/ -name vddkconfig.ini -exec perl -pi -e 's/transport.LogLevel=6/transport.LogLevel=2/;s/nfc.LogLevel=4/nfc.LogLevel=2/' {} \;"
Additional Information
警告: 请勿使 VDDK 详细程度永远处于启用状态,因为它可能会增加代理日志大小并最终导致代理耗尽磁盘空间。
Affected Products
Avamar Client for VMwareProducts
AvamarArticle Properties
Article Number: 000039449
Article Type: Solution
Last Modified: 10 يوليو 2026
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.