Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Some article numbers may have changed. If this isn't what you're looking for, try searching all articles. Search articles

How to Install and Configure Oracle RMAN Agent Version 19.9 on IBM AIX 7.x Platform.

Summary: How to install and configure Oracle Agent version 19.9 on IBM AIX 7.x Platform.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

  1. Log in to PowerProtect Data Manager UI.

    image.png
  2. Click System Setting menu from the top-right corner and click on Agent Downloads as follows.
image.png
  1. The following menu opens. Click Download Agent under Oracle, and select Download for AIX. This downloads the Oracle RMAN Agent 19.9 for AIX to your host machine.
image.png
 
  1. Copy the downloaded agent file (ddrman199_aixpower71.tar) to your Oracle server under "/Home/Oracle" using WinSCP or similar program.
  1. Log in to the AIX Server as Oracle and change the ownership of the "tar" file to oracle user by running following command:
chown -R oracle:oinstall ddrman199_aixpower71.tar
  1. Extract files from tar file by running the following command. The files are extracted under "/home/oracle/ddrman."
tar -xvf ddrman199_aixpower71.tar
 
image.png
 
  1. Run the install.sh script from "/home/oracle/ddrman."
The install.sh script displays the following prompt:
Do you want to install under the default installation directory /home/oracle/opt/dpsapps/rmanagent? (y or n)
NOTE: The default installation directory is <user_home_directory>/opt/dpsapps/rmanagent, which is the default $RMAN_AGENT_HOME location.

If ORACLE_HOME is set in the environment, the install.sh script displays the following type of prompt. Type n, as required for a new installation:
The Oracle RMAN agent library, libddobk.so, does not exist in /u01/oracle/app/oracle/product/12.1.0/dbhome_1/lib.
Do you want to update settings in /u01/oracle/app/oracle/product/12.1.0/dbhome_1 directory so that RMAN scripts from previous installation can be reused? (y or n) n

The following is a screenshot of how the install.sh output looks.
 
image.png
 
  1. To verify the installed version of Oracle RMAN agent, run the following command:
$RMAN_AGENT_HOME/bin/ddutil -i
RMAN Agent Version: 19.9.0.0(10)
  1. To integrate RMAN Agent 19.9 with PowerProtect Data Manager (PPDM) 19.9, log in as the root user on the Oracle AIX server.
  2. Install the PowerProtect agent service by running following command:
installp -a -d <user_home_directory>/ddrman powerprotect-agentsvc.rte

For example, the command and output appear as follows:
 
image.png
 
If "installp" is not available, you can also use SMIT UI program to install PowerProtect agent service as follows:
  1. Type the following command:
smitty install_latest
  1. In the Entry Field, type the complete pathname of the directory that contains the software installation files.
  2. Select the option SOFTWARE to install.
  3. To start the installation, perform either of the following actions:
  • Select default <all_latest>, and with the default input SOFTWARE to install, press Enter.
  • Select F4=List, select powerprotect-agentsvc.rte, and press Enter.
  1. To verify that the installation succeeded, type the following command:
lslpp -L all | grep -i powerprotect-agentsvc
powerprotect-agentsvc.rte
 
If the command output includes powerprotect-agentsvc.rte, then the installation succeeded.
  1. Enable the PowerProtect Data Manager communication 7000 TCP port. Run the /opt/dpsapps/agentsvc/configfw.sh script as the root user.
The command output appears as follows:
/opt/dpsapps/agentsvc/configfw.sh
configuring inbound rules for AIX OS
 
Filter rule 3 for IPv4 is added successfully.
  1. To complete the required addons configuration and registration with PowerProtect Data Manager, run the configureAddOn.sh script from the RMAN agent addon directory $RMAN_AGENT_HOME/addon.
For example, the command and output appear as follows:
 
image.png
 
  1. Go to PowerProtect Data Manager UI. If you are logged out, log in as admin.
image.png
 
  1. On the UI, select Infrastructure from left pane and click Application Agent. You should see that the RMAN Agent Host is registered.
image.png
 
  1. Go to Asset Sources on the left pane under Infrastructure. You should see the RMAN Agent host as part of available asset sources.
image.png
 
  1. Browse Assets on the left pane under Infrastructure. You should see the Oracle database as available assets.
image.png
 
  1. Once the assets are available, you can create protection policies to manage backups by going to Protection > Protection Policies and clicking Add as shown below.
image.png
 

Additional Information

Please refer this video:

Article Properties


Affected Product

PowerProtect Software

Last Published Date

01 Feb 2022

Version

5

Article Type

How To