Avamar:22602 - データベースでエラーが発生した: 数値フィールドのオーバーフロー
Summary: Avamar Serverのロード アベレージが999を超えると、未確認イベントに「データベースでエラーが発生しました」と表示されます。
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 AdministratorコンソールまたはAvamar User Interface (AUI)に、このイベント エラーが表示されます。
The database encountered an error.
Code: 22602
Error: numeric field overflow
Detail: A field with precision 5, scale 2 must round to an absolute value less than 10^3.Cause
このアラートが発生するのは、load_avg 999.99 を超えているためです。999.99 は、load_avg列に対する numeric(5,2) 型の制約により、挿入時に格納できません
一部のシナリオでは、このイベントはガベージ コレクション (GC) プロセス中に発生します。
一部のシナリオでは、このイベントはガベージ コレクション (GC) プロセス中に発生します。
Resolution
このアラートは無視しても問題ありません。
-
この問題は、バージョン 19.12.0-186 で修正されました
-
ただし、このバージョンにアップグレードされた環境では、列
load_avgは修正されず、「numeric(5,2)" ではなく"numeric(6,2)」
Avamar 19.12.0-186の新規インストールから:
admin@avamar-lab1:~/>: psql -d mcdb -p 5555 -U admin -c "\d sv_node_util"
Table "public.sv_node_util"
Column | Type | Collation | Nullable | Default
------------------------+-----------------------------+-----------+----------+---------
date_time | timestamp without time zone | | not null |
node | character varying | | not null |
load_avg | numeric(6,2) | | |
cpu_user_pct | numeric(5,2) | | |
cpu_sys_pct | numeric(5,2) | | |
net_ping | numeric(6,2) | | |
net_in_kbytes_per_sec | integer | | |
net_out_kbytes_per_sec | integer | | |
disk_reads_per_sec | integer | | |
disk_writes_per_sec | integer | | |
state | character varying | | |
utilization | numeric(5,2) | | |
diskreadonly | smallint | | |
Indexes:
"sv_node_util_pkey" PRIMARY KEY, btree (date_time, node)
Avamar 19.12.0-186のアップグレード バージョンから:
admin@avamar-lab2:~/>: psql -d mcdb -p 5555 -U admin -c "\d sv_node_util"
Table "public.sv_node_util"
Column | Type | Collation | Nullable | Default
------------------------+-----------------------------+-----------+----------+---------
date_time | timestamp without time zone | | not null |
node | character varying | | not null |
load_avg | numeric(5,2) | | |
cpu_user_pct | numeric(5,2) | | |
cpu_sys_pct | numeric(5,2) | | |
net_ping | numeric(6,2) | | |
net_in_kbytes_per_sec | integer | | |
net_out_kbytes_per_sec | integer | | |
disk_reads_per_sec | integer | | |
disk_writes_per_sec | integer | | |
state | character varying | | |
utilization | numeric(5,2) | | |
diskreadonly | smallint | | |
Indexes:
"sv_node_util_pkey" PRIMARY KEY, btree (date_time, node)
エンジニアリング チームは、データベースを手動で修正するための回避策ドキュメントを用意しました。
この回避策を適用するには、Dellテクニカル サポートにお問い合わせください。
Affected Products
Avamar, Avamar ServerArticle Properties
Article Number: 000175128
Article Type: Solution
Last Modified: 18 Mar 2026
Version: 8
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.