ONTAP Hardware

Serial Number command

peter1965
76,372 Views

Hi,

what was the command to retrieve the serial number from a 6280 or 3210 filer or any filer for that matter.

I thought it was simply:

serialnum

1 ACCEPTED SOLUTION

scottgelb
76,372 Views

sysconfig -a will show it on the top.  But you can also type "rdfile /etc/serialnum" and read it from the serialnum file.

View solution in original post

3 REPLIES 3

scottgelb
76,373 Views

sysconfig -a will show it on the top.  But you can also type "rdfile /etc/serialnum" and read it from the serialnum file.

dominicb
76,372 Views

"Sysconfig"

myfilera> sysconfig
        Data ONTAP Release 7.3.4P4: Fri Nov 19 14:50:39 PST 2010
        System ID: 1234567890 (myfilera); partner ID: 0987654321 (myfilerb)
        System Serial Number: 1111222233334 (myfilera)

        blah......

JonKirian
50,024 Views

rdfile /etc/serialnum

Public