Arctera Insight Information Governance Administrator's Guide
- Section I. Getting started
- Introduction to Arctera Insight Information Governance administration
- Configuring Information Governance global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Information Governance integration with Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About user risk score
- About bulk assignment of custodians
- Configuring Metadata Framework
- Section II. Configuring Information Governance
- Configuring Information Governance product users
- Configuring Information Governance product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Adding a directory service domain to Information Governance
- Configuring containers
- Server Pools
- Section III. Configuring native file systems in Information Governance
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Information Governance and cluster-mode NetApp devices
- Configuring EMC Celerra or VNX monitoring
- Configuring EMC Isilon monitoring
- Configuring EMC Unity VSA file servers
- Configuring Hitachi NAS file server monitoring
- Configuring Windows File Server monitoring
- Configuring Arctera File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring clustered NetApp file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Information Governance web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Configuring monitoring of Box accounts
- Configuring OneDrive account monitoring
- Configuring Azure Netapp Files Device
- Managing cloud sources
- Section VI. Configuring Object Storage Sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Configuring policies
- Managing policies
- Configuring policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Information Governance best practices
- Appendix B. Migrating Information Governance components
- Appendix C. Backing up and restoring data
- Appendix D. Arctera Information Governance health checks
- About Information Governance health checks
- About Information Governance health checks
- Appendix E. Command File Reference
- Appendix F. Arctera Information Governance jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Preparing a Hitachi NAS file server for file system auditing
To enable Information Governance to receive event information from a Hitachi NAS file server, you must complete the following tasks:
Enable file system auditing on each EVS file system that you want to monitor.
Configure and enable the audit log consolidated cache.
Note:
The audit log consolidated cache accumulates all the individual audit logs for each EVS. Information Governance accesses the cache to monitor the audit events.
To configure file system audit settings on a Hitachi NAS EVS
- Log in to the Hitachi NAS console using administrator credentials.
- Navigate to Home > File Services > File System Audit Policies.
- Select the EVS for which you want to enable auditing.
- Click add. The Add File System Audit Policy page is displayed. The Add File System Audit Policy page displays a set of default settings for the audit policies. Retain the default settings.
- Click OK.
- Repeat the steps from 4 through 5 for the file systems in the EVS for which you want to enable auditing.
To configure and enable the audit log consolidated cache
- Log in to the Hitachi NAS Admin Services EVS using SSH. Use an administrator credentials.
- Execute the following command to switch from admin EVS to file services EVS:
console-context --evs <EVS name>
- Execute the following command to configure the audit log consolidated cache:
audit-log-consolidated-cache add -s <Size> <EVS name>
For example:
audit-log-consolidated-cache add -s 50MB EVS1
Where, EVS1 is the name of file system EVS where you want to store the audit log consolidated cache file. Arctera recommends that you provision disk space of at least 50MB size for audit log consolidated cache to avoid loss of events.
- To verify if the auditing is enabled on the EVS for the required file system, generate some activity on the shares created on the file system. Execute the following command on the Hitachi NAS Console to see if the events are generated:
audit-log-show <Name of file system>