Veritas Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- Overview of Data Insight licensing
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Symantec Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About bulk assignment of custodians
- Section II. Configuring Data Insight
- Configuring Data Insight product users
- Configuring Data Insight product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp file server monitoring
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Data Insight 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 Veritas File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring NetApp file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Data Insight web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding SharePoint Online accounts
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Section VI. Configuring ECM data sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Section X. Reference
- Appendix A. Backing up and restoring data
- Appendix B. Data Insight health checks
- Appendix C. Command File Reference
- Appendix D. Data Insight jobs
- Appendix E. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Managing and configuring permission remediation
You can configure Data Insight to handle the way it implements the recommended permission changes. You must have a Data Insight Server Administrator role to be able to configure the permission settings.
To enable permission remediation
- From the Data Insight 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 Data Insight 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 Data Insight provides the following dynamic variables:
Recomendation_text
The value of this variable is the recommendations generated by Data Insight.
For information about reviewing permission recommendations, see the Veritas Data Insight User's Guide.
Requester_name
The value of this variable is the user who accepted the Data Insight recommended changes.
Action_id
Data Insight 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 Veritas Data Insight Programmer's Reference Guide.
Save the script at the location:
$datadir\conf\workflow\steps\permission_remediation\ticketing
.
- In the Enter the command to be executed 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 Veritas Data Insight 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 Data Insight 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 the command to be executed 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 Data Insight User's Guide.