Avamar:probe.xmlが見つからないと、次のエラーが発生します。 データベース タイプが見つからないか、ノード リソース データベースが見つかりませんでした
Summary: この記事では、probe.xml ファイルが元の場所に見つからない場合に、そのファイルを再作成する方法について説明します。
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
dpnctl statusなどのAvamarユーティリティー ノードの基本コマンドが失敗します。
Example:
dpnctl status
ERROR: no database type or no node resource database could be found with search list /usr/local/avamar/var/probe.xml, stopped at /usr/local/avamar/bin/../lib/dpnutils/node_util.pm line 756.
probe.xmlファイルが存在しない場合:
ls -al /usr/local/avamar/var/probe.xml
ls: cannot access '/usr/local/avamar/var/probe.xml': No such file or directory
注:次のようなバリエーションが考えられます。
ls -al /usr/local/avamar/var/*probe.xml*
-rw-r--r-- 1 admin admin 1050 Jan 13 13:18 probe.xml.before.resite
-rw-r--r-- 1 admin admin 1050 Jan 13 09:47 x-probe.xml
-rw-r--r-- 1 admin admin 1059 Oct 13 13:21 probe.xml-bk-20241013
-rw-r--r-- 1 admin admin 1050 Mar 23 09:47 x-probe.xml
Cause
ファイル名が変更されている可能性があります。
ファイルが誤って削除された可能性があります。
キャンセルされた実行 dpnnetutil コマンドを実行すると、probe.xmlが欠落する可能性もあります。
Resolution
1.Avamarユーティリティー ノードにadminとしてログインし、Avamarごとにキーをロードします。Avamarサーバーにログインし、さまざまなキーをロードする方法について説明します。」
2.次のコマンドを実行して、新しいprobe.xml ファイルを生成します。
avmaint networkconfig --ava > /usr/local/avamar/var/new_probe.xml_`date -I`
注: エラーが発生しなければ、出力は行われません。
3.ファイルが存在することを確認します。
ls -al /usr/local/avamar/var/new_probe.xml_`date -I`
ls -al /usr/local/avamar/var/new_probe.xml_`date -I` -rw------- 1 admin admin 526 Jan 23 20:21 /usr/local/avamar/var/new_probe.xml_2025-01-23
4.ファイルを元のprobe.xmlファイルとしてコピーします。
cp -v /usr/local/avamar/var/new_probe.xml_`date -I` /usr/local/avamar/var/probe.xml
'/usr/local/avamar/var/new_probe.xml_2025-01-23' -> '/usr/local/avamar/var/probe.xml'
5.ファイルに適切な権限と所有権があることを確認します。
ls -al /usr/local/avamar/var/probe.xml
-rw-r--r-- 1 admin admin 1050 Jan 13 13:18 probe.xml
ファイルの所有権が正しくない場合は、次のコマンドを実行します。
chown admin:admin /usr/local/avamar/var/probe.xml
ファイル権限が正しくない場合は、次のコマンドを実行します。
chmod 644 /usr/local/avamar/var/probe.xmlAffected Products
Avamar, Avamar ServerProducts
AvamarArticle Properties
Article Number: 000039595
Article Type: Solution
Last Modified: 28 Jan 2025
Version: 9
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.