General Sizing Guidelines - Disk space Calculation
I am trying to determine the amount of disk space that I will need for my DI 5 RP1 server. Currently I have 100GB drive assigned for DI and I need to grow it because it is has been consumed. The question is how big do I need to grow the disk? We recently migrated to a new VNX which contains two large shares. Current Size between the two shares is 3.5TB. This 3.5 TB consists of 60M files in 930k folders. The daily audit files average about 150MB. According to the sizing guidelines in Appendix B of the DI 5 Admin Guide I should only need the following: I doubled everything because it is a single instance installation. 200MB per every 1 million files. 60M files x 200MB = 12,000M or 12GB estimated. 40MB per 1 million events. Not sure where to find the stats for this. Activity show 40M. 40M events x 40MB = 1600M or 1.6 GB estimated Due to single instance - This server is also a collector 60 -80 GB per collector Total disk space needed - 80GB for collector + 12GB + 1.2GB = 93.2GB Current size of DI server disk space is 100GB. Only scans and audit data no reports or anything else has been configured as of yet. Are there more detailed sizing guidelines that can be used to get a better estimate of space consumption?Solved1.8KViews1like1CommentDQL Query to find a specific filename
How do I look for a specific file? Ie what’s the field for “filename” ? Using DQL report, I can find all files with extension “url” What do I change to find a specific file (HELP_DECRYPT.URL) FROM path GET absname, size AS size_bytes, formatdate(created_on,'YYYY/MM/DD HH:MM:SS Z') AS creation_time, formatdate(last_accessed,'YYYY/MM/DD HH:MM:SS Z') AS last_accessed_time, formatdate(last_modified,'YYYY/MM/DD HH:MM:SS Z') AS last_modified_time IF type = "FILE" AND extension IN ("url") SORTBY size DESC1.8KViews0likes1CommentDQL Use case
I have a potential opportunity for Data Insight with a focus around leveraging the Data Insight Query Language and am looking for additional help. I am starting to look at the Data Insight SDK guide to understand things but have one quick question (and perhaps many more difficult ones) The first question is, can I create variables/tokens within the syntax of the DQL and pass it through the Data Insight Report builder or do I have to leverage an outside process and call the SDK somehow? So the example is to query the Data Insight data for all shares with a specific name in it. Would I be able to token this within the Data Insight UI so each time the report ran it prompted me for the value or would I have to create separate form to pass this into the query? I am still gathering new information and will update this post when that is available.1.4KViews6likes1CommentDQL - Bulk input of search paths
Hi, I have a report which searches a list of pathsfor certain types of files such as vmdk, for example. FROM dfspath GET absname IF extension = 'vmdk' AND (substri(dfspath.absname, '<search path1>')=1 OR substri(dfspath.absname, '<search path2>')=1) Is there a way to read in the list of search paths from a CSV file rather than hard-coding them into the report. I tried using the IN FILE expression but this looks for a exact match of the pathnames whereas we are search for files below these paths. Alternatively, does DQL support wild characters such as '*' or '%' Any advice is much appreciated as always. Phil1.3KViews0likes1CommentData Insight Self SErvice Portal
Hello, I'm looking for guideance, help and understanding around the Data Insight Self Service Portal. More specifically use cases, how are you using this product? Another question: How can I schedule my workflows to happen on a re-occuring basis? Once the workflow is terminated as complete it seeems I have to create another workflow. Which in my mind could lead to a large number of workflows in the system. The documentation seems to be pretty light on this product. Thanks, Jonathan1.1KViews0likes1CommentSymantec Data Insight 5.0 Documentation Available
Symantec Data Insight 5.0 product guides(PDF and HTML pages) are now available on theSORT documentation page. TheSymantec Data Insight 5.0 documentation set includes the following manuals: Symantec Data Insight Release Notes Symantec Data Insight Self-Service Portal Quick Reference Guide Symantec Data Insight Installation Guide Symantec Data Insight User's Guide Symantec Data Insight Administrator's Guide Third-Party Legal NoticesSolved985Views2likes1Comment