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
Managing and configuring permission remediation
You can configure Information Governance to handle the way it implements the recommended permission changes. You must have a Information Governance Server Administrator role to be able to configure the permission settings.
To enable permission remediation
- From the Information Governance Management Console, click Settings > Permissions. The Remediation sub-tab opens by default.
- Click Edit. The page expands to display the configuration for permission remediation.
- Select Enable Permission Remediation.
To configure remediation for raising a ticket
- From the Information Governance Management Console, click Settings > Permissions. The Remediation sub-tab opens by default.
- Click Edit. The page expands to display the configuration for permission remediation.
Select Enable Permission Remediation, if it is not already enabled.
- Select Raise a ticket. The panel expands to display the configuration details.
- Select either of the two options:
Send email - Select to configure settings for an email-based ticketing system.
Use custom action - Select to configure settings for a non-email based ticketing system.
- If you selected the Send email option, provide the relevant information in the email template:
The email ID of the sender
The email IDs of the recipients
The email IDs of other recipients
The subject line
The header line showing priority and the queue status. The headers can be set to have custom information sent to the ticketing/request systems. For example, you can set priority=high, assign_to=permission_queue etc.
The body of the email. You can use the default variables to enter relevant text. The variables are evaluated during run-time and are replaced by their corresponding values. Currently Information Governance provides the following dynamic variables:
Recomendation_text
The value of this variable is the recommendations generated by Information Governance.
For information about reviewing permission recommendations, see the Arctera Insight Information Governance User's Guide.
Requester_name
The value of this variable is the user who accepted the Information Governance recommended changes.
Action_id
Information Governance generates the value of this variable. It is a unique identifier for the operation.
Todays_date
The value of this variable is the system date.
- If you selected Use custom action, do the following:
Create a custom script by following the guidelines documented in the Arctera Insight Information Governance Programmer's Reference Guide.
Save the script at the location:
$datadir\conf\workflow\steps\permission_remediation\ticketing
.
- In the Enter custom script name field, provide the file name of the saved script.
- Select the relevant saved credential if your system needs to run the script using the specified credentials. The script runs with the Local System account credentials, however network calls made by the script will impersonate the specified user credential.
- Click Save.
To configure the process of applying recommendations
- Write the relevant scripts to handle changes to the following:
The Active Directory.
CIFS permissions.
For more information about the custom scripts refer to the Arctera Insight Information Governance Programmer's Reference Guide.
- Save the scripts in the following locations:
For changes to Active Directory -
$DATADIR\conf\workflow\steps\permission_remediation\AD
For changes to CIFS permissions -
$DATADIR\conf\workflow\steps\permission_remediation\CIFS
- From the Information Governance Management Console, click Settings > Permissions. The Remediation sub-tab opens by default.
- Click Edit. The page expands to display the configuration for permission remediation.
- Select Enable Permission Remediation if it is not already enabled.
- Select Remediate using custom scripts. The panel expands to show you the configuration details.
- In the Enter custom script name field, specify the file name of the custom script(s) that you have created in step 1
- Click Save.
The saved scripts are used to handle the permission remediation actions after you accept the permissions recommendations displayed on the Workspace tab.
For information on reviewing recommendations and initiating the process of applying them, see the Information Governance User's Guide.
More Information