ONTAP Discussions

How can identify free slot in Netapp?

ashrafbinali
1,804 Views

Dear All,

 

is there any command for how many Available FREE slots are in Netapp and Existing Disk Details (Firmware Version, Pool Details?

 

1 REPLY 1

pedro_rocha
1,780 Views

Hi,

 

Free slots for expansion cards on the controller? I am not sure on how to show empty slots, but once you know your platform, you can use:

system controller config pci show-add-on-devices

and

run -node XXX-01 -command sysconfig -ac

 

 

Using ONTAP, for example:

 

XXX::> storage disk show -fields disk,firmware-revision,pool,owner,shelf
disk owner firmware-revision pool shelf
------- ------ ----------------- ----- -----
1.0.0 XXX-01 NA02 Pool0 0

 

There are many other fields to display as you wish...

 

Public