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 the EMC filer for CEPA
The Arctera Insight Information Governance server registers with the EMC Celerra or the EMC VNX filer through the EMC Common Event Enabler (CEE) framework. Information Governance uses this framework to receive notifications of file access events from the filer.
To configure the EMC Celerra or EMC VNX filer to send event information to Arctera Insight Information Governance
- Create a cepp.conf file on the EMC filer. The following is a sample of the code that the cepp.conf file must contain:
surveytime=90
pool name=matrixpool \
postevents=* \
option=ignore \
reqtimeout=500 \
retrytimeout=50
Note:
If the CEE server pool contains more than one server, you may separate each of the server entry by a | character. The setting ensures that the filer sends events to the CEE servers in a round robin fashion which ensures load balancing and high availability. However, the filer does not concurrently forward events to the multiple CEE servers. In case of VNX, you must modify the
cepp.conf
file so that events are simultaneously forwarded to the CEE server pool.If there are two or more applications that make use of EMC's CAVA / CEE audit functionality, the cepp.conf file that resides on the filer(s) must be configured to include both servers. In such a case, the cepp.config contains details of each application pool that uses the CAVA/CEE auditing functionality.
surveytime=90
pool name=matrixpool \
postevents=* \
option=ignore \
reqtimeout=500 \
retrytimeout=50
pool name=QFSpool \
postevents=* \
option=ignore \
reqtimeout=500 \
retrytimeout=50
- Copy the cepp.conf file to the root directory of the Data Mover. Run the following command: server_file <datamover_name> -put cepp.conf cepp.conf
For example, server_file server_2 -put /tmp/CEPA/cepp.conf cepp.conf
- Start the CEPP service on the filer. Run the following command:
server_cepp <datamover_name> -service -start
Ensure that the service has started by running the following command:
server_cepp name of data mover -service -status
Note:
For detailed information about configuring CEPA, refer to the EMC documentation.