I have question, we have another backup job completed with status 1 , Error message:
07/22/2015 05:37:19 - Error bpbrm (pid=28113) from client ghdspwfe3wpl: ERR - failure reading file: D:\Logs\SP\GHDSPWFE3WPL-20150722-0818.log (WIN32 13: The data is invalid. )
I found the suggestion in Symantec support website https://support.symantec.com/en_US/article.TECH143... , it says : This issue is rooted in how the non NTFS file system returns stream data when responding to the backup API NetBackup uses by default (NTIO).
To disable NTIO (which is enabled by default), a registry key and value must be created as follows:
1. Run regedit
2. Create the following key:
HKEY_LOCAL_MACHINE\Software\VERITAS\NetBackup\CurrentVersion\Config\NTIO
3. Under this key, create a DWORD value named "UseNTIO"
4. Give this a value of "0". A value of 0 disables NTIO
NOTE: NetBackup 7.5 will create the UseNTIO registry key (set to '0') by default during installation on Windows, thereby disabling the use of NTIO by default.
But client server ( window 2012) is running on 7.5.0.6, should we disable NTIO ? Thank you.