Upcoming Scheduled Maintenance
The NetApp Knowledge Base will be offline between Oct 26, 23:59 PDT and Oct 27, 02:59 PDT, for system maintenance and infrastructure updates. As a result, Elio and kb.netapp.com will be unavailable.

ONTAP Hardware

Serial Number command

peter1965
77,811 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
77,811 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
77,812 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
77,811 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
51,463 Views

rdfile /etc/serialnum

Public