Passa al contenuto principale
  • Effettua gli ordini in modo rapido e semplice
  • Visualizza gli ordini e monitora lo stato della spedizione
  • Crea e accedi a un elenco dei tuoi prodotti
  • Gestisci i siti, i prodotti e i contatti per livello di prodotto di Dell EMC tramite l'amministrazione della società.

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

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

È possibile che questo articolo sia stato tradotto automaticamente. Se desideri fornire un riscontro sulla sua qualità, contattaci utilizzando il modulo in fondo a questa pagina.

Contenuto dell'articolo


Istruzioni

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

現在のすべての世代の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

Informazioni aggiuntive

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

 

Proprietà articolo


Prodotto interessato

Avamar

Prodotto

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

Ultima data di pubblicazione

16 mag 2024

Versione

4

Tipo di articolo

How To