FAQ
BRICK FAQ: The script displays “Out of memory”
The script might display a message “Out of memory” and dies. This can happen when the filesize of the debug.log is too big (at least 1 GB). In this case try to cycle the debug.log.
BRICK FAQ: The script cannot be started on RedHat
As the script was developed with the 32bit version of Perl (for compatibility), on RedHat systems you may receive the error: ‘/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory’. In this case you may install some required libs with the command ‘yum -y install glibc.i686’ before you can use BRICK.
BRICK FAQ: The generated BRICK reports show wrong values for Data Protector 8.0 environments
The reports generated in BRICK utilize the standard Data Protector commands. As there is a bug in this version the result presented by BRICK might be wrong too. Please open a support request to get the fix. After applying the fix the advanced reports should display the correct values in reports.
BRICK FAQ: The runtime of the BRICK script is very long and seems to hang for the DNS check
In larger environments with many clients in cell or with slower DNS servers the runtime of BRICK might be higher than expected. In this case use the parameter -no_dns
to skip this specific check. This will increase the runtime of BRICK.
BRICK FAQ: The listing of the local groups is very slow and produces a large file
The root cause of this problem can be found in the WMI query used in BRICK. If nested groups are used, the WMI query walks through the AD and will no limit the search to local groups, even if specified explicitly. This will cause a very long runtime of BRICK. At the moment no solution is available, however, the mechanism to retrieve local groups will be changed with version 1.1 of BRICK and will be configurable.
BRICK FAQ: During the execution of BRICK the RDS daemon / service dies unexpectly
For the checks done by BRICK Data Protector commands are used only. The unexpected event will be accour as well when the command is used without BRICK. The problem was reproducable in a non patched DP 6.20 cell. With the installation of the current patches the problem was solved.
Hi Daniel
Great work as usual, thank you very much 🙂
Since 1.2 and now also with 2.01 we have the problem on our 2012R2 server that brick.exe hang on the DP – StoreOnce Diag. Can we disable the StoreOnce part with a switch? Or do you have any other suggestions?
Thx
Hi Marco,
of course you can disable it – have a look at the default config file (included in the zip when downloading) and enable/disable what you like… To use the modified config file use (example) “brick.exe -c=c:\temp\brick\brick.conf -p=c:\temp\brick\brick-report -s -d”
Best regards
Daniel
Hi Daniel
Sorry, it’s a long time ago since I had a look to the config file and I totally forget. Of course it’s exactly what we need.
Thank you very much.
Regards
Marco
Hi, you are very welcome…
Is anyone experiencing this persistent issue with VMWare integration – sessions complete but the agent doesn’t terminate? Running 9.07 with latest 110 patch, have to manually end the task in the window task manager to get a session to end. Have an open case with HP on this for nearly a month, no answer yet.
Hi Peter,
already tried OB2_VEAGENT_OPEN_DISK_TIMEOUT=2 in omnirc?
Best regards
Daniel
Is DataProtector v8.1 able to back up Exchange 2010?
Thank you.
Liesl
Yes it is, please check the support matrix for details: https://softwaresupport.softwaregrp.com/group/softwaresupport/search-result/-/facetsearch/attachment/KM00711729?fileName=Platform_Integrtn_SptMtx_DP8.10.pdf
Can i use this daily and accumulate information day after day?
If yes, which commands should i run?
I’m trying to do it without success.
Regards.
You can use the parameter “BR_ReportsTimeFrame = 1” within the config file to report only one day and schedule brick to run on a daily base.
The accumulation is something you need to do manually by your own, currently there is no “diff” implemented.