RDA是Remote Diagnostic Agent 的簡稱,是oracle用來收集、分析數據庫的工具,運行該工具不會改變系統的任何參數,RDA收集的相關數據非常全面,可以簡化我們日常監控、分析數據庫的工作,Oracle Support也建議我們在反饋相關問題時,提供RDA收集的數據,這樣可以為快速解決問題提供一個有力的保證。
一、支持的操作系統
IBM AIX
Intel Linux (RedHat and SuSE)
HP-UX (10.* and 11.*)
HP Tru64
Sequent Dynix/Ptx
Sun Solaris (2.6 - 2.10)
Windows XP Professional
Windows 2000 Workstation and Server
Windows 2003 Server
二、支持的Oracle產品
Oracle RDBMS Server (Standard and Enterprise Editions)
Oracle RAC Cluster (Single Node Collection)
Oracle Application Server (iAS 1.0.2.x/9.0.x/10.1.2.x, HTTP Server)
Oracle Management Server and Intelligent Agent (Grid Server, Agent Server, DB Control)
OLAP Products (Express Server, Financial Analyzer, and Demand Planning Server)
Oracle Developer (Forms and Reports)
Oracle Collaboration Suites (Email Server and Internet Directory)
Oracle Networking products
三、主要用于診斷數據庫的以下方面的問題
性能、安裝、配置、升級、移植以及內部錯誤問題。
四、RDA的安裝(版本4.12-080530)
工具下載: metalink上(需要metalink賬號)
在Unix操作系統的安裝說明:
1、工具下載完后不要在window操作系統下做解壓縮,腳本的文件格式會破壞。
2、ftp上傳是采用二進制方式。
3、執行解壓縮命令
$ gunzip rda.tar.gz
$ tar xvf rda.tar
4、測試是否正常
$ cd rda
$ ./rda.sh -c
五、RDA的使用
在Unix操作系統中,oracle推薦在數據庫創建用戶下執行(一般即為oracle用戶),第一次使
執行命令:
$ ./rda.sh -S
執行命令后,會有個向導化的界面讓你根據當前數據庫的實際安裝的產品完成初始配置。 完成配置后rda目錄下會生成配置文件 setup.cfg、setup.bak, 如果需要重新調整配置參數,可以直接修改該文件。
配置過程一般是默認值,或者按照提示輸入參數,特殊地方如下:
-------------------------------------------------------------------------------
Enter an Oracle User ID (userid only) to view DBA_ and V$ tables
If RDA will be run under the Oracle software owner's ID, enter a '/' here,
and select Y at the SYSDBA prompt to avoid being prompted for the database
password at runtime.
Hit 'Return' to accept the default (system):/
Is '/' a sysdba user (will connect as sysdba) (Y/N)?
Hit 'Return' to accept the default (N):
> Y
-------------------------------------------------------------------------------
初始配置完畢后要采集數據,執行命令:
$ ./rda.sh
新聞熱點
疑難解答
圖片精選