メインコンテンツへスキップ

ONTAPプラットフォームのシリアル番号を特定する方法?

Views:
742
Visibility:
Public
Votes:
6
Category:
ontap-9
Specialty:
hw
Last Updated:

環境

  • AFFシステム
  • ASAシステム
  • FASシステム

概要

この記事では、コマンドラインとSystem Managerの両方を使用して、ONTAPプラットフォームのシリアル番号を特定する手順を説明します。

手順

System Manager
  1. System Manager ダッシュボードページに移動します
  2. 目的のノードにカーソルを合わせてシリアル番号を確認します

How to Identify the Serial Number of an ONTAP Platform

Command Line
  1. クラスタ全体のシリアル番号については、  System Controller Show  をコマンドラインから実行します

a.個々のノードの詳細を表示するには、コマンドラインから system node show -node <node name> を実行します。

::> system controller show
Controller Name       System ID    Serial Number    Model   Status
------------------------- ------------- ----------------- -------- -----------
NetAppA          5xxxxxxxx   7xxxxxxxxxxx    AFF-A250 ok
NetAppB          5xxxxxxxx   7xxxxxxxxxxx    AFF-A250 ok

::> node show -node NetAppB

                        Node: NetAppB
                       Owner: NetAppuser
                      Location: rtp
                       Model: AFF-A250
                   Serial Number: 7xxxxxxxxxxx
                     Asset Tag: -
                       Uptime: 413 days 21:50
                  NVRAM System ID: 5xxxxxxxx
                     System ID: 05xxxxxxxx
                       Vendor: NetApp
                       Health: true
                    Eligibility: true
              Differentiated Services: false
                All-Flash Optimized: true
                 Capacity Optimized: false
                   QLC Optimized: false
             All-Flash Select Optimized: false
           SAS2/SAS3 Mixed Stack Support: none

2.sysconfig -a から、以下の情報を確認できます:

 NetApp Release 9.10.1P12D8: Thu Nov 23 19:10:13 EST 2023
 System ID: 053xx48804 (scc09n14a); partner ID: 0537xx8813 (sccxx14b)
 System Serial Number: 721xx00001x8 (scc09n14a)  >>>>>>>>>>>>>>>>>>>>>>>> SSN
 System Rev: A4
 System Storage Configuration: Multi-Path HA
 System ACP Connectivity: Inband Active
 SAS2/SAS3 Mixed Stack Support: all
 All-Flash Optimized: true
 Capacity Optimized: false
 All SAN Array: false
 Backplane Part Number: 111-0xx95
 Backplane Rev: A4
 Backplane Serial Number: 0218xx033849
 slot 0: System Board 1.7 GHz (System Board XXII B2)
         Model Name:      AFF-A300
         Part Number:     111-02493
         Revision:       B2
        Serial Number:    02182xx152x1  >>>>>>>>>>>>>>>>> Board SN
         BIOS version:     11.20
         Loader version:    6.0.17

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • この記事は役に立ちましたか?