ONTAP Discussions

How can identify free slot in Netapp?

ashrafbinali
2,392 Views

Dear All,

 

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

 

2 REPLIES 2

pedro_rocha
2,368 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...

 

liuh
81 Views

hi

Run the storage disk show-fields firmware-revision command to list the firmware versions and models of all disks

The aggr show-space command displays the disk usage of a specified aggregation (aggr)

The aggr status command displays the current status of the aggregation

You can run the sysconfig -r command to view the RAID group status and spare drives, including physical information about the disks, such as slot locations and disk array ids.

Subtract the number of used slots from the total capacity of the disk array to find the number of available slots

Public