18.5 Install ASR Manager on a Standalone System

Installing ASR Manager on a standalone system (a machine outside of Exalogic running Oracle Linux or Oracle Solaris) involves the following steps:

  1. Install Service Tags for Oracle Linux

  2. Install SASM Package

  3. Install ASR Package

18.5.1 Install Service Tags for Oracle Linux

To install service tags for Oracle Linux, complete the following steps:

  1. If necessary, download Sun Service Tags 1.1.5 from the following URL, and unzip:
  2. Run the following commands to install the service tags:

    rpm -i sun-servicetag-1.1.5-1.i386.rpm

    rpm -i sun-hardware-reg-1.0.0-1.i386.rpm

18.5.2 Install SASM Package

To install the SASM package, complete the following steps:

  1. Run the following command, as a root user, to verify you have version 1.2.1 or later:
    • On Oracle Linux:

      # rpm -q SUNWsasm

    • On Oracle Solaris:

      # pkginfo -l SUNWsasm

    If required, download SASM 1.2.1 from the following URL:

    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=SYSTEMDOC&id=1185493.1

  2. As root, run the following command to install the SASM package:
    • On Oracle Linux:

      # rpm -i SUNWsasm.version_num.rpm

    • On Oracle Solaris:

      # pkgadd -d SUNWsasm.version_num.pkg

18.5.3 Install ASR Package

To install the ASR package, complete the following steps:

  1. Download the ASR package from the following URL, and unzip:
  2. As root, run the following commands to install the ASR package:
    • On Oracle Linux:

      # rpm -i SUNWswasr.version_num.rpm

    • On Oracle Solaris:

      # pkgadd -d SUNWswasr.version_num.pkg

  3. Add the asr command to the PATH (update to the root's .profile, .cshrc, .kshrc. or .bashrc as needed):

    PATH=$PATH:/opt/SUNWswasr/bin/asr export PATH