Skip to main content
SnapManager for SAP

Integrate with SAP BR* Tools

Contributors

The SAP BR* Tools that contains SAP tools for Oracle database administration, for example, BRARCHIVE, BRBACKUP, BRCONNECT, BRRECOVER, BRRESTORE, BRSPACE, and BRTOOLS uses the BACKINT interface provided by SnapManager for SAP. To integrate SAP BR* Tools, you must create a link from the BR* Tools directory to <SnapManager for SAP installation directory>\NetApp\SnapManager for SAP\bin, where the BACKINT file is installed.

What you'll need

  • You must ensure that you have installed SAP BR* Tools.

Steps
  1. Create a link from the BR*Tools directory to the C:\Program Files\NetApp\SnapManager for SAP\bin\backint file for each SAP instance.

    Note You must use the link instead of copying the file so that when you install a new version of SnapManager, the link will point to the new BACKINT interface version.
  2. Set credentials for the user that runs the BR*Tools commands.

    The operating system user needs the credentials of SnapManager for SAP repository, profile, and server to support the backup and restore of the SAP instance.

  3. Specify a different profile name.

    By default, SnapManager uses the profile with the same name as the SAP system identifier when processing commands from BR*Tools. If this system identifier is not unique in your environment, modify the initSID.utl SAP initialization file, and create a parameter to specify the correct profile. The initSID.utl file is located at %ORACLE_HOME%\database.

    Example

    A sample initSID.utl file is as follows:

    # Backup Retention policy.
    # Specifies the retention / lifecycle of backups on the filer.
    #
    ----------------------------------------------------------------------
    ----------
    # Default Value: daily
    # Valid Values: unlimited/hourly/daily/weekly/monthly
    # retain = daily
    # Enabling Fast Restore.
    #
    ----------------------------------------------------------------------
    ----------
    # Default Value: fallback
    # Valid Values: fallback/off
    #
    # fast = fallback
    # profile_name = SID_BRTOOLS
    Note The parameter name is always in lowercase and the comments must have a number sign (#).
  4. Edit the initSID.sap BR*Tools configuration file by performing the following steps:

    1. Open the initSID.sap file.

    2. Locate the section containing the backup utility parameter file information.

      Example

      # backup utility parameter file
      # default: no parameter file
      # util_par_file =
    3. Edit the last line to include the initSID.utl file.

      Example

      # backup utility parameter file
      # default: no parameter file
      # util_par_file = initSID.utl
  5. Perform the following steps to complete the linking:

    The steps might vary depending on the operating system (OS) version.

    1. Log in to the host system as an administrator.

    2. Click Start > Control Panel > System > Advanced > Environment.

    3. Edit the PATH variable to add the following path: Installation directory\NetApp\SnapManager for SAP\bin

After you finish

Register the BACKINT interface in your System Landscape Directory (SLD) by running the backint register-sld command.