2014. 4. 1DIAGNOSTIC TOOLS



RDA Getting Started

RDA Documentation Links
Getting Started
You are here

In This Document



Overview

Remote Diagnostic Agent (RDA) is a command-line diagnostic tool that is executed by an engine written in the Perl programming language. RDA provides a unified package of support diagnostics tools and preventive solutions. The data captured provides Oracle Support with a comprehensive picture of the customer's environment which aids in problem diagnosis.


Oracle Support encourages the use of RDA because it greatly reduces service request resolution time by minimizing the number of requests from Oracle Support for more information. RDA is designed to be as unobtrusive as possible; it does not modify systems in any way. It collects useful data for Oracle Support only and a security filter is provided if required.


This guide provides users with an overview of RDA, the download instructions, and general steps about how to execute RDA within a UNIX, Windows, and Mac OS X environment.


▶ 이 가이드는 RDA의 개요, 다운로드 지침 및 UNIX, Windows 및 맥 OS X 환경에서 RDA를 실행하는 방법에 대한 일반적인 단계를 사용자에게 제공합니다.



RDA 를 사용함으로써 문제에 대해서 해결시간을 크게 줄일수 있으며, 시스템에 대한 변경을 가하지 않다고 명시 되어 있네요.

그러나 개인적으로 가장큰 이점으로 생각하는 부분은 오라클 제품들에 대한 사전 설치 작업에 대해서 체크를 할수 있다는 것입니다.



▶ 상세 내역은 하기 문서를 통해서 확인 할 수 있습니다.


◈  RDA - Health Check / Validation Engine Guide (문서 ID 250262.1)


ORACLE E-BUSINESS SUITE, ORACLE DATABASE등등 제품들에 대한 OS 별 사전 설치 환경 검토를 할수 있습니다.

- 해당 Product 의 OS 인증정보,ORACLE_HOME 체크, 자바, HW 정보, OS 각종 설정 대한 내용등을  Rule Group 라는 항목으로  코드화하여 나타내고 있습니다.




▶ 추가적으로 오라클 Database 설치시 필요한 사전 패키지들에 대해서 버젼별로 하나하나 설치 하던 방식에서 벗어나 한번에 설치 가능하도록 하고 있습니다.      오라클 공식 사이트 참조링크.



♣ 리눅스에서 Database 설치를 위한 사전 패치셋 설치 예


Linux OS Installation with Reduced Set of Packages for Running Oracle Database Server (문서 ID 728346.1)


Installation

For OL4/RHEL4 and OL5/RHEl5, either one of below will install all packages required for running Oracle software and resolve all dependencies:

  • yum:
    # yum install oracle-validated
  • up2date: up2date needs a repository, so the oracle-validated package needs to be added to an existing repository or a new repository needs to be created then added to the up2date configuration:
    # up2date --nox --update oracle-validated

Check Document 1152174.1 in case you encounter errors of missing kernel-header rpm package.

For Oracle database 11gR2 running on  OL6/RHEL6, use command below to install all packages required for running Oracle software and resolve all dependencies .

# yum install oracle-rdbms-server-11gR2-preinstall

For Oracle database 12cR1 running on  OL6/RHEL6,use command below to install all packages required for running Oracle software and resolve all dependencies.

yum install   oracle-rdbms-server-12cR1-preinstall