So, one of the pieces of info about any particular file or directory is access times. Probably the simplest way to see what's being used the most is something like:
|find /some/nfs/share/you/think/is/old/ -atime +30 -print
|
This will show all the files that have not been accessed in 30 days. This, if you've got tons of little files, could be slow, but is very accurate.
You can also look at the "stats show volume" command and look at your ops. Trending this kind of stuff out into a db or even just weekly into a spreadsheet can be pretty helpful. If you can automate the process and have it generate some type of graphs then it's really easy to see volumes start getting less and less accessed over time. That doesn't really help you find old data w/in the volume, but if you can segment your data using flexvols, that's helpful.
Another command that can be useful is "snap delta" it shows the change rate between snapshots and can be a pretty good way of seeing rate of change info.
-Nick
Adam McDougall wrote:
So we have some FAS3040 and a nearstore license and I'd like to figure out how I can take advantage of it. It was required for A-SIS but I'd like to look into identifying 'old' data in my largest volume and segregating it off of fibre channel disks. What is required and how can I get started? It seems hard to find info on NOW about this. The closest thing so far was the following document which hints strongly at the capability but not how. Any tips? Thanks.
-- Nicholas Bernstein Technical Instructor, Consultant, technologist http://nicholasbernstein.com