User guide
50 EMC Avamar 7.0 Release Notes
Known problems and limitations
IBM DB2 plugin
There are no significant known problems for this release of the Avamar Plug-in for DB2.
Lotus Domino plug-in
There are no significant known problems for this release of the Avamar Plug-in for Lotus
Domino.
Oracle database plug-in
The following table lists known problems for this release of the Avamar Plug-in for Oracle.
53567 hfscheck fails after clients are removed from /REPLICATE domain and then
re-replicated
After removing clients from the /REPLICATE domain, garbage collect removes their
backup files from the Data Domain used for replicating the client. If the client is then
replicated to the Data Domain again, subsequent hfschecks fail with a
MSG_ERR_DDR_ERROR error.
Table 21 Data Domain integration known problems (page 2 of 2)
ID Description
Table 22 Oracle database plug-in known problems (page 1 of 2)
ID Description
27939 Warning messages for the Avamar client on SLES 11 with Oracle Grid installed
On SLES 11 systems with Oracle Grid installed, installation of the Avamar client prints
the following warning messages to the console:
insserv: warning: script 'K19ohasd' missing LSB tags and overrides
insserv: warning: script 'init.ohasd' missing LSB tags and overrides
insserv: Default-Start undefined, assuming default start runlevel(s)
for script
`init.ohasd'
insserv: warning: script 'ohasd' missing LSB tags and overrides
The installation succeeds and these warning messages can be safely ignored.
46892 RMAN backup script fails with media management errors
An RMAN script that you create from the Schedule Backup page in the Oracle Enterprise
Manager does not include the RMAN send command. For example, the following script
was generated by using the Oracle Enterprise Manager user interface:
run {
allocate channel oem_sbt_backup1 type 'SBT_TAPE' format '%U' parms
'"SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so"';
backup incremental level 1 cumulative database;
backup archivelog all not backed up;
}
allocate channel for maintenance device type 'SBT_TAPE' parms
'"SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so"';
delete noprompt obsolete recovery window of 31 days device type
'SBT_TAPE';
The script is missing the RMAN send command.
To work around this problem use the Edit RMAN Script button from the Oracle
Enterprise Manager to add the appropriate RMAN send command. The
EMC Avamar for
Oracle User Guide
provides more information about creating RMAN scripts.