Avamar:如何收集信息以对容量问题进行故障处理
Summary: 本文介绍对 Avamar 容量问题进行故障处理时需要哪些信息以及如何收集这些信息。
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.
Instructions
解决 Avamar 中的容量问题:
处理 Avamar 网格上的容量问题时,了解根本原因至关重要。这需要一系列步骤,从数据收集开始进行彻底调查。
Avamar 网格具有多种类型的容量限制。全面了解这些限制及其历史背景可以明确系统遇到的当前和过去的容量问题。
当超过特定容量阈值时,网格会在用户界面 (UI) 中生成特定事件、警告或错误:
-
80%:容量警告
-
95%:已达到运行状况检查限制
-
100%:达到服务器只读限制,导致网格切换到管理员模式
当 Avamar 网格已满时,可能会显示以下症状或错误:
-
垃圾收集 (GC) 失败,导致MSG_ERR_DISKFULL或MSG_ERR_STRIPECREATE错误。
-
由于MSG_ERR_DISKFULL错误,检查点失败。
-
备份因容量已满而无法运行或失败。
-
备份失败,并显示MSG_ERR_STRIPECREATE错误或消息指示目标服务器已满。
-
访问状态切换到管理员模式(除非正在运行维护)。
-
备份计划程序已禁用,并且由于元数据容量限制而无法恢复。
了解这些方面有助于管理和解决 Avamar 网格上的容量问题。
收集信息
以“管理员”用户身份登录到 Avamar 实用程序节点。
(这些仅收集信息,不会应用任何更改)
1.如果尚不知道,则提供 Avamar Server 完整名称或完全限定域名 (FQDN):
hostname -f
2.验证是否已启用所有服务,包括维护计划程序:
dpnctl status
3.总体状态:
status.dpn
4.运行容量。sh 脚本,用于收集 60 天内的数据和前 10 个贡献客户端:
capacity.sh --days=60 --top=10
5.显示过去 30 天内基本垃圾收集行为的日志:
dumpmaintlogs --types=gc --days=30 | grep "4202"
6.垃圾数据收集删除的数据量、完成的传递次数和运行时长:
dumpmaintlogs --types=gc --days=30 | grep passes | cut -d ' ' -f1,10,14,15,17
7.检查持续时间 hfscheck 运行对象:
dumpmaintlogs --types=hfscheck --days=30 | grep -i elapsed|cut -d ' ' -f1,12 | grep -v check
8.每个节点和每个分区的容量使用情况详细信息:
avmaint nodelist | egrep 'nodetag|fs-percent-full'
9.— 显示检查点的列表。
cplist
10.维护作业计划的开始/停止时间:
avmaint sched status --ava | egrep -A 2 "maintenance-window|backup-window" | tail -16
11.收集所有磁盘设置:
avmaint config --ava | egrep -i 'disk|crunching|balance'
除非 Avamar 主题专家 (SME) 提供建议,否则绝不更改值。使用非默认值可能有充分的原因。彻底了解情况。
12.每个数据分区每个节点收集不同类型条带的计数:
avmaint nodelist --xmlperline=99 | grep 'comp='
13.检查每个节点上正在使用的内存(和交换)量:
mapall free -mAdditional Information
上述一些步骤包含解释其输出的文章。如果无法访问下面列出的文章,请登录到戴尔支持站点进行访问。
Affected Products
AvamarProducts
Avamar, Avamar ServerArticle Properties
Article Number: 000040862
Article Type: How To
Last Modified: 11 Aug 2026
Version: 9
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.