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
Any way to view which specific disks a volume is using? (Reallocation-related)
2025-01-06
04:43 PM
284 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've inherited a FAS2720 system and I have a volume that's showing poor performance. I'm wondering if disks were added to its aggregate but a reallocation job was never run. Is there a way to see the current allocation status of a volume, i.e. which specific disks its data is stored on?
Related: is there a way to analyze a volume/aggregate to see if reallocating volume data would be beneficial?
Solved! See The Solution
1 ACCEPTED SOLUTION
HUX20002000 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Naturally, I found the answer right after posting this thread!
- volume reallocation measure -vserver [SVM] -path [volume path] -once true
That produces a job ID, which you can monitor with:
- job show -id [job ID] -fields starttime,endtime,state,progress
When the job completes, the result is shown in System Manager -> Events. Filter the 'Event' column on 'wafl.reallocate.check'. A result of 1 is optimal. Higher numbers are bad. The event will advise if reallocation would be worthwhile.
Example: "wafl.reallocate.check.highAdvise: Allocation check on '/vol/mail_archive' is 13, hotspot 0 (threshold 4), consider running reallocate"
1 REPLY 1
HUX20002000 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Naturally, I found the answer right after posting this thread!
- volume reallocation measure -vserver [SVM] -path [volume path] -once true
That produces a job ID, which you can monitor with:
- job show -id [job ID] -fields starttime,endtime,state,progress
When the job completes, the result is shown in System Manager -> Events. Filter the 'Event' column on 'wafl.reallocate.check'. A result of 1 is optimal. Higher numbers are bad. The event will advise if reallocation would be worthwhile.
Example: "wafl.reallocate.check.highAdvise: Allocation check on '/vol/mail_archive' is 13, hotspot 0 (threshold 4), consider running reallocate"
