Operating System - HP-UX
1836462 Members
2105 Online
110101 Solutions
New Discussion

Re: OmniBack performance with mincache=direct

 
David S. Bell
Advisor

OmniBack performance with mincache=direct

On a recomendation from Oracle we added the mincache=direct,convosync=direct to the mounts for out SAP database filesystems. Since then the omniback backup has been running VERY slowly trying to backup these filesystems.
Anyone had this problem?

Dave Bell
"Good judgment comes from experience. Experience comes from bad judgment." -- Barry LePatner
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: OmniBack performance with mincache=direct

You need to set the OB2VXDIRECT=1 environment
variable in /opt/omni/.omnirc on all boxes where the disk agent(s) run. This allows OmniBack to make the same optimizations that ORACLE/SAP do with the mincache and convosync options set. You also need to make sure that the VxFS patches have been applied.
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: OmniBack performance with mincache=direct

Another thought, since you obviously have OnlineJFS you could snapshot mount the ORACLE data fiolesystem(s) and then you wouldn't care how long the backup took.
If it ain't broke, I can fix that.
David S. Bell
Advisor

Re: OmniBack performance with mincache=direct

Thanks, I knew there had to be an explanation ot some switch in OmniBack. Next question is what does it do to the filesystems that do not have the mincache option set?
"Good judgment comes from experience. Experience comes from bad judgment." -- Barry LePatner
A. Clay Stephenson
Acclaimed Contributor

Re: OmniBack performance with mincache=direct

As long as you have the latest OB2 and VxFS patches installed there are no performance hits
regardless of mount options. The patches are actually related to integrity.
If it ain't broke, I can fix that.