Disabling RMAN Warnings from RMAN Output

You can restrict the type of warning RMAN reports in the output for backup and restore job failures.

By default, RMAN reports warnings, and the job is reported as ‘Completed With Errors’ when these warnings are reported.

You can restrict the level of warnings to report in the output:

  • All RMAN warnings for a client group

  • A specified RMAN warning for a client group

  • All RMAN warnings for one client

  • A specified RMAN warning for one client

The Commvault software ignores these RMAN warnings by default which means job will be marked complete inspite of these warnings. Customer can use the additional setting sIGNORE_RMAN_WARNINGLIST to cutomize it to their requirement:-

  • RMAN-07529

  • RMAN-08138

  • RMAN-08120

  • RMAN-08591

  • RMAN-08137

  • RMAN-06060

These warnings are ignored when you do not set either of the following additional settings:

  1. The sIGNORERMANWARNINGS additional setting directs the software to ignore all RMAN warnings and mark the job as Completed. If you do not set this additional setting, the Commvault software marks jobs that have RMAN errors that are not part of the default list as Completed with Errors (CWE).

  2. The sIGNORE_RMAN_WARNINGLIST additional setting directs the software to only ignore the RMAN warnings that you specify. If the software finds an error on the default list, the job is marked as Completed with Errors (CWE).

You can set these additional settings for one client or for a client group.

Procedure

Configure an Additional Setting for a Client Group

  • To the client group, add the additional setting as shown in the following table.

    For instructions on how to add additional settings from the CommCell Console, see Add or Modify an Additional Setting.

    Option

    Additional Setting

    Category

    Type

    Value

    Ignore all RMAN warnings

    sIGNORERMANWARNINGS

    OracleAgent

    STRING

    Y

    Ignore Specified RMAN warnings

    sIGNORE_RMAN_WARNINGLIST.

    OracleAgent

    STRING

    RMAN-<number_rman_code1>,RMAN-<number_rman_code2>

    For example, to disable RMAN warning 06061, enter RMAN-06061 in the Value box.

Configure an Additional Setting for One Client

  • To the Oracle client, add the additional setting for your agent as shown in the following table.

    For instructions on how to add additional settings from the CommCell Console, see Add or Modify an Additional Setting.

    Option

    Additional Setting

    Category

    Type

    Value

    Ignore all RMAN warnings

    sIGNORERMANWARNINGS

    OracleAgent

    STRING

    Y

    Ignore Specified RMAN warnings

    sIGNORE_RMAN_WARNINGLIST.

    OracleAgent

    STRING

    RMAN-<number_rman_code1>,RMAN-<number_rman_code2>

    For example, to disable RMAN warning 06061, enter RMAN-06061 in the Value box.

Loading...