data_insight-6.1RP5HF1

 Basic information
Release type: Hot Fix
Release date: 2020-08-10
OS update support: None
Technote: None
Documentation: None
Popularity: 156 viewed    downloaded
Download size: 3.09 MB
Checksum: 3210612094

 Applies to one or more of the following products:
Data Insight 6.1 On Linux
Data Insight 6.1 On Windows 64-bit

 Obsolete patches, incompatibilities, superseded patches, or other requirements:
None.

 Fixes the following incidents:
4010527

 Patch ID:
None.

Readme file
Date: 2020-08-07

OS: Windows/Linux

Etrack Incidents: 4010527

Errors/Problems Fixed:

CFT-2978 - Classification hanging with process VICServerService.exe not responding	
CFT-2979 - Canned Owner reports shows size as 'NaN'			
CFT-2980 - Canned Owner reports incomplete - show owner as 'Unknown'		
CFT-2983 - DQL Reports are logging an error "APR Error: Unknown error 246"	
CFT-2984 - DQL reports incomplete when using owner fields	
CFT-2981 - Consumption by owner shows incorrect User when user-display is enclosed in double quotes.	
CFT-2982 - First row of DQL output is missing data	
CFT-2985 - Inactive Data by owner reports showing negative size.	
CFT-2987 - Whitelist policy unable to determined similar paths	
CFT-2986 - Data Aging reports showing NaN instead of actual file size. 

This hotfix provides fixes for following issues:
1) While classification, for unity  with smart classification enabled request never completes.
2) Canned owner reports and Data aging reports shows NaN or owner as Unknown - Technote Link: https://www.veritas.com/content/support/en_US/article.100048129.html 
3) DQL reports incomplete when using owner fields or shows Unknown Error.
4) First row of DQL output is missing data if custom AD attributes are synced.
5) Whitelist policy unable to determined similar paths.
 
Applies to: Data Insight Management Server, Data Insight Collector worker node, Data Insight Indexer worker node and Data Insight Classification Server.

Install/Uninstall Instructions:

Apply this hotfix to Data Insight Management Server, Data Insight Collector worker node, Data Insight Indexer worker node and Data Insight Classification Server.

This hotfix can be applied to Data Insight version 6.1 RP5 only.

FILE AFFECTED BY THIS PATCH:

Windows:
INSTALL_ROOT\bin\config.dll
INSTALL_ROOT\bin\dqlparse.dll
INSTALL_ROOT\bin\inactive_data_by_owner.dll
INSTALL_ROOT\bin\isilonutil.exe
INSTALL_ROOT\bin\mindexer.dll
INSTALL_ROOT\bin\radixtree.dll
INSTALL_ROOT\reports\Types\inactive_data\engine\report.rptdesign
INSTALL_ROOT\reports\Types\inactive_data_by_owner\engine\report.rptdesign
INSTALL_ROOT\reports\Types\inactive_dirs\engine\report.rptdesign
INSTALL_ROOT\reports\Types\storage_by_owner\engine\report.rptdesign
INSTALL_ROOT\reports\Types\storage_by_type_and_owner\engine\report.rptdesign
INSTALL_ROOT\tomcat\webapps\ROOT\WEB-INF\classes\com\symc\matrix\commd\scheduler\LocalUserScanJob$1.class
INSTALL_ROOT\tomcat\webapps\ROOT\WEB-INF\classes\com\symc\matrix\commd\scheduler\LocalUserScanJob$SharepointLocalUsersDownloader.class
INSTALL_ROOT\tomcat\webapps\ROOT\WEB-INF\classes\com\symc\matrix\commd\scheduler\LocalUserScanJob.class

Linux:
INSTALL_ROOT/lib/libconfig.so
INSTALL_ROOT/lib/libdqlparse.so
INSTALL_ROOT/lib/libinactive_data_by_owner.so
INSTALL_ROOT/lib/libmindexer.so
INSTALL_ROOT/lib/libradixtree.so

By default, value of INSTALL_ROOT on Windows is "C:\Program Files\DataInsight".
By default, value of INSTALL_ROOT on Linux is "/opt/DataInsight".

Steps:

Log into Data Insight Server and perform the following steps:
	
	1. Unzip the patch files to a temporary folder. In this folder, locate the
	"patches" folder. This folder contains all files for help application.
	
	Example: If you unzip hotfix to C:\temp, it will create the following folder
	under C:\temp:
	C:\TEMP\
	+---README
	+---patches
		+---RHEL6 
		+---RHEL7
		+---Windows	
	
	2. For Windows:
	
		a. Start the 64-bit version of either Windows PowerShell or Windows PowerShell ISE with the "Run as administrator" option.
		The version of PowerShell must be 3.0 or later. You can determine the version that you are running by typing the following at the PowerShell prompt:
		
		$PSVersionTable.PSVersion
		
		b. Run PowerShell script DIHFInstaller.ps1. This script does the following:
	
			i. Stops all Data Insight services.
			ii. Takes backup of existing binaries.
			iii. Installs required binaries.		
			iv. Brings the Data Insight services online.
		
		c. It is strongly recommended to use PowerShell script for installation of this hotfix.
		
			i. Run PowerShell cmdlet which enables all Scripts need to be signed for execution: 
			
				Set-ExecutionPolicy AllSigned
			
			ii. Check Execution Policy is set to AllSigned using below cmdlet:
			
				Get-ExecutionPolicy
				
			iii. Run Powershell Script: 
			
				.\DIHFInstaller.ps1
		
	3. For Linux:
		
		a. Stop all Data Insight services:
	
			INSTALL_ROOT/bin/DataInsightComm stop
			INSTALL_ROOT/bin/DataInsightConfig stop
			INSTALL_ROOT/bin/DataInsightWatchdog stop
		
		b. Install required classification binaries using following steps:
		
		i. For RHEL6 Linux, if you are patching Data Insight node installed at "/opt/DataInsight":		
			
			Copy and replace all the files from "patches/RHEL6/lib/" to "/opt/DataInsight/lib/"
			
		ii. For RHEL7 Linux, if you are patching Data Insight node installed at "/opt/DataInsight":
			
			Copy and replace all the files from "patches/RHEL7/lib/" to "/opt/DataInsight/lib/"
			
		c. Start Data Insight services:
   
			INSTALL_ROOT/bin/DataInsightComm start
			INSTALL_ROOT/bin/DataInsightConfig start
			INSTALL_ROOT/bin/DataInsightWatchdog start

Next Steps:
Follow steps mentioned in technote https://www.veritas.com/content/support/en_US/article.100048129.html if applicable in your environment.

Additional Notes:
1. Apply this hotfix to Data Insight 6.1 RP5 only.
2. If a new Data Insight node is added later, this hotfix needs to be applied.