Hi,
This product is end-of-life and end-of-support. So, I am guessing you are going to procure it outside NetApp ?
In any case, you can obtain part-numbers from your filer itself:
1st Method: via root console
filer>sysconfig -M (note the uppercase M) will display most FRUs on a storage system and their part-numbers
2nd Method: via SP
1) Obtain the Service Processor IP
filer>sp status
2) Login to Service Process IP via SSH | Use username=naroot, instead of root
naroot@x.x.x.x's password:
3) Obtain the FRU ID [Field Replacable Unit ID]
SP filer> system fru list
FRU ID Name
==============================================
0 Controller [Motherboard]
1 Midplane1
2 Midplane2
3 Fan1
4 Fan2
5 Fan3
6 PSU1
7 PSU2
8 NVMEM Bat
9 IOXM
4) Obtain the Part number by using FRU ID
SP filer> system fru show 0
'Controller' inventory data:
*** Product Info Area ***
Mfg name NetApp, Inc.
Product Name FASxxxx
Product PartNum 111-xxxx
Product Version Bx
Product SerNum xxxxx
Product AssetTag xxxxx
5) Obtain the PowerSupply Unit's Part number:
SP filer> system fru show 6
'PSU1' inventory data:
*** Product Info Area ***
Product Name xxxx
Product PartNum 114-xxx
Product Version xx
Product SerNum xxxx
Product AssetTag xxxxx
SP filer>
Thanks!