Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

「Avamar:物理的なAvamarノードのシリアル番号を見つける方法(英語)」

Summary: この記事では、物理Avamarノードのシリアル番号を確認する方法について説明します。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

このシリアル番号は、特定のノードの物理ハードウェアを一意に識別し、そのノードのスペア パーツを変更する必要がある場合に必要です。

現在のすべての世代のAvamar Data Storeのシリアル番号を取得する方法を以下に示します。

Avamar Datastore第4世代および第4世代Sノード
の場合Avamar Datastore第4世代ハードウェアは、2つの異なるタイプのDellノード(R510とR710)で構成されています。新しいハードウェア情報の取得が使用され、すべてのAvamar Datastore Gen4およびGen4Sノードで動作する別のコマンドが使用されます。

ノードのシリアル番号を取得するには、root としてログインし、次のコマンドを発行します。
/usr/bin/ipmitool fru print 0 | grep "Product Asset Tag" | sed "s/^.*: *\(.*\)_100.*$/\1/"

このコマンドはrootユーザーとして実行する必要があります。実行しない場合、次のエラーが表示されます。

"Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory"

次のコマンドをユーティリティー ノードで実行すると、グリッド内のすべてのノードからシリアル番号が取得されます。
管理者ユーザーとして、管理者キーをロードしてコマンドを実行します。
mapall --noerror --user=root --nodes=all+ --quiet 'hostname -i; ipmitool fru print 0|grep "Product Ass"| sed "s/^.*: *\(.*\)_100.*$/\1/"'
(このコマンドには、一重引用符、二重引用符、およびバッククォートが含まれます。最良の結果を得るには、コマンドを再入力するのではなく、PuTTYセッションにコピーします)。

サンプル出力:

10.2xx.1xx.2xx
NNG05xxxxx0290
10.2xx.1xx.2xx
NNG05xxxxx0287
10.2xx.1xx.2xx
NNG05xxxxx0288

この例では、ノードのシリアル番号は「NNG」で始まります。通常、Gen 4sノードはFC6Aで始まります。

Avamar Datastore Generation 4Tノード
の場合問題のノードから、次のコマンドを実行します。
avsysreport chassis-info | grep "Serial"

出力例:

Serial Number: APM00xxxxxx657

すべてのノードを表示するには、ユーティリティー ノードにログインし(dpnidキーをロードした状態でadminとして実行)、次のコマンドを実行します。
mapall --noerror 'avsysreport chassis-info | grep "Serial"'

出力例:

Using /usr/local/avamar/var/probe.xml
(0.0) ssh -q  -x  -o GSSAPIAuthentication=no admin@192.xxx.xxx.x 'avsysreport chassis-info | grep Serial'
Serial Number : APM00xxxxxx657
(0.1) ssh -q  -x  -o GSSAPIAuthentication=no admin@192.xxx.xxx.x 'avsysreport chassis-info | grep Serial'
Serial Number : APM00xxxxxx658
(0.2) ssh -q  -x  -o GSSAPIAuthentication=no admin@192.xxx.xxx.x 'avsysreport chassis-info | grep Serial'
Serial Number : APM00xxxxxx660

Additional Information

AvamarシステムIDを収集する方法については、次のKB記事を参照してください。AvamarサーバーのSystemIDを収集する方法
(Dell.com/support を使用して記事リンクのコンテンツにアクセスできるのは、登録済みのデルのお客様のみです)。

 

Article Properties


Affected Product

Avamar

Product

Avamar, Avamar Data Store, Avamar Data Store Gen3, Avamar Data Store Gen4, Avamar Data Store Gen4S, Avamar Data Store Gen4T, Avamar Data Transport, Avamar Server

Last Published Date

16 May 2024

Version

4

Article Type

How To