跳至主要內容
  • 簡單快速地下訂單
  • 檢視訂單及追蹤商品運送狀態
  • 建立並存取您的產品清單
  • 使用「公司管理」來管理您的 Dell EMC 網站、產品和產品層級連絡人。
部分文章編號可能已變更。如果這不是您要找的文章,請嘗試搜尋所有文章。搜尋文章

Avamar: How to find the serial number of a physical Avamar Node

摘要: This article explains how to find the serial number of a physical Avamar node.

本文可能採用自動翻譯。如果您對翻譯品質有任何寶貴意見,請使用此頁面底部的表單告訴我們,謝謝。

文章內容


說明

This serial number uniquely identifies the physical hardware for a specific node and is required when spare parts must be changed for that node.

The methods for obtaining the serial numbers for all current generations of Avamar Data Store are given below.

For Avamar Datastore Generation 4 and 4S nodes
Avamar Datastore Generation 4 hardware consists of two different types of Dell nodes (R510 and R710). New hardware information retrieval is used, and has a different command that works on all Avamar Datastore Gen4 and Gen4S nodes.

To retrieve the serial number on a node, log in as root and issue the following command:
/usr/bin/ipmitool fru print 0 | grep "Product Asset Tag" | sed "s/^.*: *\(.*\)_100.*$/\1/"

This command must be run as root user otherwise the error below is seen:

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

The following command, when run on the utility node, retrieves serial numbers from all the nodes in the grid.
Run the command as admin user and with the admin keys loaded:
mapall --noerror --user=root --nodes=all+ --quiet 'hostname -i; ipmitool fru print 0|grep "Product Ass"| sed "s/^.*: *\(.*\)_100.*$/\1/"'
(This command contains single, double, and backtick quotes. For best results, copy the command into the PuTTY session instead of trying to retype it.)

Sample output:

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

In this example, the node serial numbers start with "NNG". Gen 4s nodes generally start with FC6A.

For Avamar Datastore Generation 4T nodes
From the node in question run:
avsysreport chassis-info | grep "Serial"

Sample output:

Serial Number: APM00xxxxxx657

To see all nodes, log in to the utility node (run as admin with dpnid key loaded) and run command:
mapall --noerror 'avsysreport chassis-info | grep "Serial"'

Sample Output:

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

文章屬性


受影響的產品

Avamar

產品

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

上次發佈日期

16 5月 2024

版本

4

文章類型

How To