LinuxMoz

Linux Stuff && Coffee

Netapp Show Disk Information

How to show netapp disk information from the CLI, this command will show Netapp HA, Shelf, bay, FC Channel, Disk Vital Product Information.

This Netapp HowTo is useful for the following

  • Display Netapp Disk Information
  • Show Netapp Disk FC Channel
  • Show Netapp HA
  • Netapp Show Disk Shelf
  • Netapp Show Disk Bay

Netapp Show Disk Information Command

Display the disk info with the following command:

1
sysconfig -d

This will give you an output similar to the following (note I am using the netapp simulator, your output should have more detail):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
netapp01> sysconfig -d
Device          HA    SHELF BAY CHAN    Disk Vital Product Information
----------      --------------- -----   ------------------------------
v4.16           v4    ?   ?     FC:B    15622400
v4.17           v4    ?   ?     FC:B    15622401
v4.18           v4    ?   ?     FC:B    15622402
v4.19           v4    ?   ?     FC:B    15622403
v4.20           v4    ?   ?     FC:B    15622404
v4.21           v4    ?   ?     FC:B    15622405
v4.22           v4    ?   ?     FC:B    15622406
v4.24           v4    ?   ?     FC:B    15622407
v4.25           v4    ?   ?     FC:B    15622408
v4.26           v4    ?   ?     FC:B    15622409
v4.27           v4    ?   ?     FC:B    15622410
v4.28           v4    ?   ?     FC:B    15622411
v4.29           v4    ?   ?     FC:B    15622412
v4.32           v4    ?   ?     FC:B    15622413
v5.16           v5    ?   ?     FC:B    15012400
v5.17           v5    ?   ?     FC:B    15012401
v5.18           v5    ?   ?     FC:B    15012402
v5.19           v5    ?   ?     FC:B    15012403
v5.20           v5    ?   ?     FC:B    15012404
v5.21           v5    ?   ?     FC:B    15012405
v5.22           v5    ?   ?     FC:B    15012406
v5.24           v5    ?   ?     FC:B    15012407
v5.25           v5    ?   ?     FC:B    15012408
v5.26           v5    ?   ?     FC:B    15012409
v5.27           v5    ?   ?     FC:B    15012410
v5.28           v5    ?   ?     FC:B    15012511
v5.29           v5    ?   ?     FC:B    15012512
v5.32           v5    ?   ?     FC:B    15012513

You might be interested in my other Netapp Commands & HowTo’s.

Comments