Przejdź do głównej zawartości
  • Szybkie i łatwe składanie zamówień
  • Wyświetlanie zamówień i śledzenie stanu wysyłki
  • Tworzenie i dostęp do listy produktów
  • Na firmowej stronie administracji możesz zarządzać witrynami, produktami i danymi kontaktowymi firmy Dell EMC.
Niektóre numery artykułów mogły ulec zmianie. Jeśli szukasz czegoś innego, spróbuj wyszukać wszystkie artykuły. Wyszukaj artykuły

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

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

Ten artykuł mógł zostać automatycznie przetłumaczony. Jeśli masz uwagi na temat jego jakości, przekaż je nam, korzystając z formularza u dołu tej strony.

Treść artykułu


Instrukcje

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

Właściwości artykułu


Produkt, którego dotyczy problem

Avamar

Produkt

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

Data ostatniej publikacji

16 maj 2024

Wersja

4

Typ artykułu

How To