Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
