Hi Everyone,
I'm not exactly sure what I'm asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn't see anything on NetApp's web site like this.
Thanks
Rick
----------------------------------------- The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message.
It’s not enterprise grade, but as a starting point you should try WindirStat if you have not. Its licensed under GPLv2 so what do you have to lose. I would be interesting in comments and suggestions as well since it is always a challenge to keep monster cifs shares with lots of uses accessing them from growing out of control and staying organized.
--Jordan
From: toasters-bounces@teaparty.net [mailto:toasters-bounces@teaparty.net] On Behalf Of Rhodes, Richard L. Sent: Wednesday, September 30, 2015 12:19 PM To: toasters@teaparty.net Subject: Analytics software for NetApp
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
________________________________ ________________________________
The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message.
May want to check out NTP Software and Varonis. NTP is better around policies, and reporting is good; Varonis I used it for NTFS/Perms..
Thanks
Steve Klise Consulting Solutions Architect – Data Center World Wide Technology Inc. 408-242-4086 Cell
[WWT Logo Small]
From: <toasters-bounces@teaparty.netmailto:toasters-bounces@teaparty.net> on behalf of "Rhodes, Richard L." Date: Wednesday, September 30, 2015 at 9:18 AM To: "toasters@teaparty.netmailto:toasters@teaparty.net" Subject: Analytics software for NetApp
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
________________________________
________________________________
The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message.
I'd definitely recommend NTP if you're looking for a vendor supported solution. It is a great product and made with NetApp in mind.
Anthony Bar tbar@berkcom.commailto:tbar@berkcom.com Berkeley Communications www.berkcom.comhttp://www.berkcom.com/
On Sep 30, 2015, at 9:35 AM, Klise, Steve <Steve.Klise@wwt.commailto:Steve.Klise@wwt.com> wrote:
May want to check out NTP Software and Varonis. NTP is better around policies, and reporting is good; Varonis I used it for NTFS/Perms..
Thanks
Steve Klise Consulting Solutions Architect – Data Center World Wide Technology Inc. 408-242-4086 Cell
<3B1BCA0C-6812-49AA-BFE0-085FD23D54CE[43].png>
From: <toasters-bounces@teaparty.netmailto:toasters-bounces@teaparty.net> on behalf of "Rhodes, Richard L." Date: Wednesday, September 30, 2015 at 9:18 AM To: "toasters@teaparty.netmailto:toasters@teaparty.net" Subject: Analytics software for NetApp
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
________________________________
________________________________
The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message.
_______________________________________________ Toasters mailing list Toasters@teaparty.netmailto:Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
When I've had to deal with this one, I've ended up knocking together my own with perl and File::Find.
It's pretty straight forward to traverse and summarise based on ... whatever metadata you desire. (And thanks to multithreading/forking, works quite nicely for scaling up as well).
On 30 September 2015 at 17:18, Rhodes, Richard L. < rrhodes@firstenergycorp.com> wrote:
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
- The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message. *
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
There's a Unix tool call 'duc' which might do what you want in a way. It finds and graphs the largest directories in a filesystem so you can look into them. It could be expanded into more of what you want.
File/size per-owner is tougher. I usually use qtrees with no limits, just so I can generate per-user reports on a per-qtree basis. Let me know if you want my perl script for doing this against 7-mode filers.
But going down and doing this per-directory is tougher, you end up having to keep a pretty big DB hodling all the per-directory and per-file info. If you have millions of files... it's probably not worth the bother.
John
Richard> Hi Everyone, I’m not exactly sure what I’m asking for, but Richard> here goes . . .
Richard> Does Netapp, or someone else, have analytics software that Richard> will crawl through CIFS shares and provide info on the files? Richard> Things like director sizes, storage hogs, size/number of file Richard> types, file/size per owner, etc. In other words, software to Richard> help understand and manage files in a shares.
Richard> I didn’t see anything on NetApp’s web site like this.
Richard> Thanks
Richard> Rick
Richard> --------------------------------------------------------------------------------------------------
Richard> --------------------------------------------------------------------------------------------------
Richard> The information contained in this message is intended only Richard> for the personal and confidential use of the recipient(s) Richard> named above. If the reader of this message is not the Richard> intended recipient or an agent responsible for delivering it Richard> to the intended recipient, you are hereby notified that you Richard> have received this document in error and that any review, Richard> dissemination, distribution, or copying of this message is Richard> strictly prohibited. If you have received this communication Richard> in error, please notify us immediately, and delete the Richard> original message.
Richard> _______________________________________________ Toasters Richard> mailing list Toasters@teaparty.net Richard> http://www.teaparty.net/mailman/listinfo/toasters
http://www.jgoodies.com/freeware/jdiskreport/
might do the trick
On Wed, Sep 30, 2015 at 9:18 AM, Rhodes, Richard L. < rrhodes@firstenergycorp.com> wrote:
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
- The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message. *
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
NTP is definitely an enterprise product. I have used this and it is even efficient to detect the type of file by looking at it in more details than just the file name extension. If there is a .mp3 stored as a .txt file, the software can detect that. It is also good around policies.
Regards, Unnikrishnan KP
On 30 September 2015 at 22:18, Mike Thompson mike.thompson@gmail.com wrote:
http://www.jgoodies.com/freeware/jdiskreport/
might do the trick
On Wed, Sep 30, 2015 at 9:18 AM, Rhodes, Richard L. < rrhodes@firstenergycorp.com> wrote:
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
- The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message. *
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Been using TreeSize for years, excellent tool for the price. highly recommend it. http://www.jam-software.com/treesize/
On Mon, Oct 5, 2015 at 2:10 AM, Unnikrishnan KP krshnakp@gmail.com wrote:
NTP is definitely an enterprise product. I have used this and it is even efficient to detect the type of file by looking at it in more details than just the file name extension. If there is a .mp3 stored as a .txt file, the software can detect that. It is also good around policies.
Regards, Unnikrishnan KP
On 30 September 2015 at 22:18, Mike Thompson mike.thompson@gmail.com wrote:
http://www.jgoodies.com/freeware/jdiskreport/
might do the trick
On Wed, Sep 30, 2015 at 9:18 AM, Rhodes, Richard L. < rrhodes@firstenergycorp.com> wrote:
Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
- The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message. *
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
I’ve used as well. I think a limiting factor is you have to have rights to the files/folders; if you have a deep/large file system, could take days to run to crawl the file system. Yes, much cheaper then a varonis/ntp, but has some limits. You get what you pay for.
Thanks
Steve Klise Consulting Solutions Architect – Data Center
From: <toasters-bounces@teaparty.netmailto:toasters-bounces@teaparty.net> on behalf of Sto Rage© Date: Friday, October 9, 2015 at 11:11 AM To: Unnikrishnan KP Cc: "toasters@teaparty.netmailto:toasters@teaparty.net" Subject: Re: Analytics software for NetApp
Been using TreeSize for years, excellent tool for the price. highly recommend it. http://www.jam-software.com/treesize/
On Mon, Oct 5, 2015 at 2:10 AM, Unnikrishnan KP <krshnakp@gmail.commailto:krshnakp@gmail.com> wrote: NTP is definitely an enterprise product. I have used this and it is even efficient to detect the type of file by looking at it in more details than just the file name extension. If there is a .mp3 stored as a .txt file, the software can detect that. It is also good around policies.
Regards, Unnikrishnan KP
On 30 September 2015 at 22:18, Mike Thompson <mike.thompson@gmail.commailto:mike.thompson@gmail.com> wrote: http://www.jgoodies.com/freeware/jdiskreport/
might do the trick
On Wed, Sep 30, 2015 at 9:18 AM, Rhodes, Richard L. <rrhodes@firstenergycorp.commailto:rrhodes@firstenergycorp.com> wrote: Hi Everyone,
I’m not exactly sure what I’m asking for, but here goes . . .
Does Netapp, or someone else, have analytics software that will crawl through CIFS shares and provide info on the files? Things like director sizes, storage hogs, size/number of file types, file/size per owner, etc. In other words, software to help understand and manage files in a shares.
I didn’t see anything on NetApp’s web site like this.
Thanks
Rick
________________________________
________________________________
The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message.
_______________________________________________ Toasters mailing list Toasters@teaparty.netmailto:Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
_______________________________________________ Toasters mailing list Toasters@teaparty.netmailto:Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
_______________________________________________ Toasters mailing list Toasters@teaparty.netmailto:Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters