メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

文書番号: 000021815


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

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

文書の内容


手順

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

文書のプロパティ


影響を受ける製品

Atmos

製品

Atmos, Atmos Software with Atmos Hardware

最後に公開された日付

12 8月 2022

バージョン

4

文書の種類

How To