Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

PowerScale: Isilon: How to Find Serial Numbers for PowerScale and Isilon Nodes

Summary: Learn how to find serial numbers for PowerScale and Isilon nodes. Discover multiple methods, including over stickers, web admin interface, and command-line interface.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Introduction

The serial number of the node or Software ID (SWID) of the cluster is required when contacting Dell Technologies Technical Support.

A unique serial number identifies each PowerScale or Isilon node.

For a demonstration of the information in this article, see the video below:

Both the serial number and SWID are a mixture of letters and numbers. For example:
SWID: ELMISLxxxxXXxX

The exact form of the serial number of the system depends on the model. Some examples of what they may look like on different models:
  • F200: BxxXxYx
  • A200: JWXNMxxxxxxxxx
  • A100: FC6ISxxxxxxxxx
  • X200: SX200-xxxxxx-xxxx
  • IQ-series 36NL: MxxxxxxxxxL
  • Older IQ-Series 2U nodes: xxxxxxxxS


The procedure to get the serial number of the node:

There are three ways to find a node's serial number; from a sticker on the node, the OneFS web administration interface, or the command-line interface.


From a sticker on the node:

The serial number is found on a small sticker on the node. For most nodes, the sticker is on the back of the node.

Screenshot of where sticker is found on back panel

Some of the newer models also have this feature of a QR code. Pull out the Tab and look for ServiceTag or QR Code.

Screenshot of front panel showing location ServiceTag or QR code

For A100 accelerator nodes, the sticker is behind the face plate on the upper left of the server, slide-out tab.

Screenshot of location of Isilon A100 accelerator nodes tag Front

For a detailed description of how to find the serial number label on an A100 accelerator node, see article: Isilon: How to find the serial number label on an Isilon A100 accelerator node

To view the A100 serial number sticker:

  1. Remove the faceplate.
  2. Locate the black plastic tab on the upper left of the node and slide it out. The serial number is on the blue label.
  3. When finished, slide the tab back in and replace the face plate.

If this sticker for any node is difficult to view, find the serial number using the OneFS web administration interface or the command line.


From the OneFS web administration interface:

  1. Log in to the OneFS web administration interface.
  2. Do one of the following:
    • In OneFS 7.0 and later, click Dashboard > Cluster Overview > Cluster Status.
    • In OneFS 6.5.x and earlier, click Status > Cluster Status.
  3. In the Status section, in the ID column, click a node number to view the information for that node.

The Node Status tab identifies the node's model, configuration, and serial number. For example:

Model:  Isilon X200-2U-Single-6144MB-4x1GE-12TB
Configuration:  400-0034-03
Serial number:  SX200-123456-7890


From the command-line interface:

  1. Open an SSH connection on any node in the cluster and log in using the "root" account.
  2. Run the following command to list information for all nodes in the cluster:
isi_for_array -s isi_hw_status -i
The output displays information for each node in the cluster similar to the following:
MyCluster-1: SerNo: SX200-123456-7890
MyCluster-1: Config: 400-0034-03
MyCluster-1: FamCode: X
MyCluster-1: ChsCode: 2U
MyCluster-1: GenCode: 00
MyCluster-1: Product: X200-2U-Single-6144MB-4x1GE-12TB
  1. Run the following command to get only the Serial Number:

isi_for_array -s isi_hw_status -i | grep SerNo

Or to get the Serial Number and Product:

isi_for_array -s 'isi_hw_status | egrep -i "serno|prod"'


Procedure to get the Software ID (SWID) of the cluster:

From the OneFS web administration interface:

  1. Log in to the OneFS web administration interface.
  2. In OneFS, click Cluster Management > Licensing.
  3. The OneFS license ID is the SWID for the cluster.


From the command-line interface:

  1. Open an SSH connection on any node in the cluster and log in using the "root" account.
  2. Run the following command to get only the SWID:
isi license list | grep -i "OneFS license"

Additional Information

Article Properties


Affected Product

PowerScale, Isilon, PowerScale F210, PowerScale F710

Product
Isilon, Isilon A100, Isilon EX 12000, Isilon EX 6000, Isilon EX 9000, Isilon IQ 108000X, Isilon IQ 12000X, Isilon IQ 1920i, Isilon IQ 3000X, Isilon IQ 32000X-SSD, Isilon IQ 36000X, Isilon IQ 5400S, Isilon IQ 6000X, Isilon IQ 72000X, Isilon IQ 9000X , Isilon IQ-Series, Isilon NL-Series, Isilon NL400, PowerScale OneFS, Isilon S-Series, Isilon S200, Isilon X410 ...
Last Published Date

20 May 2024

Version

12

Article Type

How To