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
Name
fg.exe — A script that modifies the file group configuration for Information Governance.
SYNOPSIS
fg -A -N <name of file group> -t <name of extension>
fg -C -N <name of file group>
fg -D -N <name of file group>
fg -L -d
fg -L -N <name of file group> -d
fg -R -N <name of file group> -t <name of extension>
Description
fg is a script used to modify the configuration for sorting files into file groups. By default, Information Governance sorts files into 18 file groups based on the file extensions.
Options
- -i <username>
(Required) The fully-qualified user name of the user running the command, for example, user@domian. This user should have Server Administrator privileges in Information Governance.
- -A
Adds an extension to an existing file group.
- -C
Creates a new file group.
- -D
Deletes an existing file group.
- -L
Lists existing file groups.
- -R
Removes an extension from an existing file group.
- -N
Name of the file group to be created or deleted.
- -d
Shows file group details when listing existing file groups.
- -t <name of extension>
The file extension to add or delete from the file group (For example, doc).
- -h
Prints the usage message.
EXAMPLES
EXAMPLE 1: The following command creates a new file group.
fg -i <username> -C -N <name of file group>
EXAMPLE 2: The following example adds a new extension to an existing file group.
fg -i <username> -A -N <name of file group> -t <name of extension>
EXAMPLE 3: The following example deletes an extension from an existing file group.
fg -i <username> -R -N <name of file group> -t <name of extension>
EXAMPLE 4: The following command deletes a file group.
fg -i <username> -D -N <name of file group>
EXAMPLE 5: The following command displays a detailed listing of all configured file groups.
fg -i <username> -L -d
EXAMPLE 6: The following command displays a detailed listing of a particular file group.
fg -i <username> -L -N <name of file group> -d