Gå vidare till huvudinnehållet
  • Lägg beställningar snabbt och enkelt
  • Visa beställningar och kontrollera leveransstatus
  • Skapa och kom åt en lista över dina produkter
  • Hantera dina webbplatser, produkter och kontakter på produktnivå från Dell EMC med hjälp av företagsadministration.

Artikelnummer: 000021815


Atmos: How to determine the serial number of an Atmos Resource Management Group (RMG).

Sammanfattning: This knowledgebase article shows how to determine the correct serial number of an Atmos Resource Management Group (RMG).

Artikelns innehåll


Instruktioner

How to determine the Serial Number of an Atmos Resource Management Group (RMG)

Each Atmos RMG will have a different serial number. Follow the below procedure to get the serial number for a specific RMG. 

  1. Log in as Root to the Atmos system.

  2. For Pre-2.1 code versions, issue the following command:     

mauirexec 'grep -i tla /etc/maui/reporting.xml'

Example:       

[root@atmos-004 ~]# mauirexec 'grep -i tla /etc/maui/reporting.xml'

Running commands
Output from host : atmos-001
    <hardwareTLA>PNTMK1xxxxxxx1</hardwareTLA>

Output from host : atmos-002
    <hardwareTLA>PNTMK1xxxxxxx1</hardwareTLA>

Output from host : atmos-003
    <hardwareTLA>PNTMK1xxxxxxx1</hardwareTLA>

Output from host : atmos-004
    <hardwareTLA>PNTMK1xxxxxxx1</hardwareTLA>

  1. For versions 2.1 and later, issue the following command:     

mauirexec "grep -i tla /etc/maui/reporting/tla_reporting.conf"

Example:       

AMERS1-is1-003:~ # mauirexec "grep -i tla /etc/maui/reporting/tla_reporting.conf"

Running commands
Output from host : atmos-is1-001
hardwareTLA = APM00123456789
Output from host : atmos-is1-002
hardwareTLA = APM00123456789
Output from host : atmos-is1-003
hardwareTLA = APM00123456789
Output from host : atmos-is1-004
hardwareTLA = APM00123456789

Artikelegenskaper


Berörd produkt

Atmos

Produkt

Atmos, Atmos Software with Atmos Hardware

Senaste publiceringsdatum

12 aug. 2022

Version

4

Artikeltyp

How To