Oracle工具(Oracle Tools) – RDA(RemoteDiagnostic Agent)

531968912發表於2016-06-21

Oracle提供一個RDA(RemoteDiagnostic Agent)工具方便收集、分析資料庫,執行該工具不會改變系統的任何引數,RDA收集的相關資料非常全面,可以簡化DBA日常監控、分析資料庫的工作。

官方介紹:
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.

參考文件:

  • Remote Diagnostic Agent (RDA) 4 – Getting Started [ID 314422.1]
  • Remote Diagnostic Agent (RDA) 4 – FAQ [ID 330363.1]
  • Remote Diagnostic Agent (RDA) 4 – RAC Cluster Guide [ID 359395.1]

下載:
RDA基本都能支援我們所能接觸的平臺,我們從MOS上直接下載對應的版本即可。

安裝與使用
官方原文:

Installation Instructions Instructions for UNIX type operating systems: 1. From all your existing nodes, select a single node where you start the data collection and store the combined output on. 2. Choose or create a directory that will be used exclusively for RDA on your Unix server. Make sure you have ample space for RDA output in that location you have chosen, as this location will contain all data gathered from all nodes including local node as well as combined archive package. It does not matter where you create this directory or what it is named, but it should be owned by the same user that will run RDA. Do notuse a directory that contains an older version of RDA unless you have deleted the older version of RDA first; if need be prior setup files can be reused. Note: Each rda package (.zip, .tar, and .tar.gz) does create a directory named " rda" containing all files for you when you extract it. 3. FTP the downloaded rda.tar or rda.tar.gz file from Knowledge Article 314422.1 to your Unix server in binary mode and place it in the directory created in step 1. 4. Extract the tar or .tar.gz archive contents into a new directory, preserving the directory structure of the archive. Do not extract into a directory that contains an 	older RDA version. Example: tar xvf rda.tar or gunzip rda.tar.gz
	tar xvf rda.tar 5. Make sure the RDA command (rda.sh and rda.pl) is executable. To verify, enter the following command: chmod +x <rda> Note: Do not extract the contents of the RDA archive (rda.tar and rda.tar.gz) on a Windows client first. If you do, you will have to remove the ^M characters from the end of each line in all of the shell scripts in order for them to run. You can verify the RDA installation using the following command: rda.sh -cv Instructions for Microsoft Windows based operating systems 1. Choose or create a directory that will be used exclusively for RDA on your Unix server. Make sure you have ample space for RDA output in that location you have chosen, as this location will contain all data gathered from all nodes including local node as well as combined archive package. It does not matter where you create this directory or what it is named, but it should be owned by the same user that will run RDA. Do not use a directory that contains an older version of RDA unless you have deleted the older version of RDA first; if need be prior setup files can be reused. Note: Each RDA package (.zip, .tar, and .tar.gz) does create a directory named " rda " containing all files for you when you extract it. 2. Transfer the downloaded rda.zip file from Knowledge Article 314422.1 to your Windows Server and place it in the directory created in step 1. If transferring the zip file from one machine to another using FTP, remember to transfer it in binary mode. 3. extract the .zip archive contents into a new directory, preserving the directory structure of the archive. Do not extract into a directory that contains an older RDA version. Example: unzip rda.zip 4. You can verify the RDA installation using the following command: rda.cmd -cv Note: Only SINGLE NODE RAC collection is supported on Windows unless you are running RDA inside a Cygwin Unix or MKS Toolkit with SSH support on all nodes.

這裡貼出國內DBA翻譯的(最初原創作者不知是誰,所以在這裡不做宣告):

1、工具包下載完後如在linuxunix下使用,不要在window作業系統下做解壓縮,指令碼的檔案格式會破壞。 2ftp上傳是採用二進位制方式。 3、執行解壓縮命令 #tar xvf rda_4.8-070607.tar.gz #chown –R oracle:dba ./rda //修改rda屬主為Oracle使用者 windows下直接透過winrar等壓縮軟體解壓 4、在解壓縮後的目錄下執行 ./rda.shrda.cmd -c 測試是否正常 5、在資料庫建立使用者下執行(一般即為oracle使用者)RDA配置 export ORACLE_SID= easnm (生產庫或測試庫例項名),windows下為:set ORACLE_SID= easnm (生產庫或測試庫例項名) ./rda.shrda.cmd -S //第一次配置 前面一直回車,一直到提示輸入system使用者密碼,提示如下: 輸入密碼後回車,(也可以直接輸入 ‘/’,此時預設為sysdba,不用輸入密碼),此時需要輸入Y,再回車。 嚮導後續會讓你回答當前資料庫的若干問題(Y/N),全部直接回車。 完成配置後rda目錄下會生成配置檔案 setup.cfgsetup.bak 如果需要重新調整配置引數,使用RDA命令重新配置(./rda.shrda.cmd -Sf  使用時注意: 1、有時不能生成zip格式的報告檔案,這跟客戶端是否安裝壓縮工具有關,需要自行解壓縮相關報告檔案。 2、如果需要再次採集,覆蓋已生成的報告檔案,執行命令: ./rda.shrda.cmd -vf 3、如果需要重新配置,再次採集資訊,生成報告檔案,執行命令: ./rda.shrda.cmd -Svf 

好,下面貼出我在一臺單機環境上使用記錄:

[root@orcl u01]# chown oracle.oinstall p14095806_428_LINUX.zip  [oracle@orcl u01]$ unzip p14095806_428_LINUX.zip [oracle@orcl u01]$ cat readme.txt 
RDA/OCM bundle for RDA 4.28-120608 for linux_x86 [oracle@orcl rda]$ pwd /u01/rda [oracle@orcl rda]$ cat README_Unix.txt You can verify the RDA installation using the following command: perl rda.pl -cv or rda.sh -cv [oracle@orcl rda]$ perl rda.pl -cv Loading the file list ... Checking the directory '.' ... Checking the directory 'IRDA' ... Checking the directory 'IRDA/CV0100' ... Checking the directory 'RDA' ... Checking the directory 'RDA/Archive' ... Checking the directory 'RDA/Driver' ... Checking the directory 'RDA/Handle' ... Checking the directory 'RDA/Library' ... Checking the directory 'RDA/Local' ... Checking the directory 'RDA/Object' ... Checking the directory 'RDA/Operator' ... Checking the directory 'RDA/Value' ... Checking the directory 'RDA/Web' ... Checking the directory 'dfw/cv0100' ... Checking the directory 'engine' ... Checking the directory 'hcve' ... Checking the directory 'modules' ... No issues found [oracle@orcl rda]$ ./rda.sh -cv Loading the file list ... Checking the directory '.' ... Checking the directory 'IRDA' ... Checking the directory 'IRDA/CV0100' ... Checking the directory 'RDA' ... Checking the directory 'RDA/Archive' ... Checking the directory 'RDA/Driver' ... Checking the directory 'RDA/Handle' ... Checking the directory 'RDA/Library' ... Checking the directory 'RDA/Local' ... Checking the directory 'RDA/Object' ... Checking the directory 'RDA/Operator' ... Checking the directory 'RDA/Value' ... Checking the directory 'RDA/Web' ... Checking the directory 'dfw/cv0100' ... Checking the directory 'engine' ... Checking the directory 'hcve' ... Checking the directory 'modules' ... No issues found ============================================= 1) Choose the RDA command that you will be using depending on your environment: -- rda.pl Use the following command to verify Perl is installed and available in the path: perl -V Inspect the command output, checking that '.' (i.e. the current
              directory) is present in @INC section. -- rda.sh Use this command if Perl is not available. -- README裡面有相關使用說明,我剪出部分內容,然後下面是執行內容輸出。 [oracle@orcl rda]$ perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: .....省略n Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Sep 3 2009 10:26:46 @INC: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 ============================================= 2) Make sure the RDA command is executable. To verify, enter the following
   command: chmod +x rda.sh rda.pl [oracle@orcl rda]$ ll rda.sh rda.pl -r-xr-xr-x 1 oracle oinstall 59187 06-07 07:40 rda.pl -r-xr-xr-x 1 oracle oinstall 8513 2012-02-22 rda.sh [oracle@orcl rda]$ chmod +x rda.pl rda.sh [oracle@orcl rda]$ ll rda.sh rda.pl -r-xr-xr-x 1 oracle oinstall 59187 06-07 07:40 rda.pl -r-xr-xr-x 1 oracle oinstall 8513 2012-02-22 rda.sh ============================================= 3) The data collection requires an initial setup to determine which information
   should be collected. Enter the following command to initiate the set up: <rda> -S After setup completes, review the setup file setup.cfg. [oracle@orcl rda]$ ./rda.sh -S 一路回車,詳細輸出內容下面貼出。 [oracle@orcl rda]$ ls setup.cfg 
setup.cfg ============================================= 4) At this point, you can collect diagnostic information. Ensure that sqlplus is able to connect to the database with the userid that you specified during
   the setup. Start the data collection using the following command: <rda> [-v] [oracle@orcl rda]$ ./rda.sh -v You can review the reports by transferring the contents of the /u01/rda/output directory to a location where you have web-browser access. Then, point your browser at this file to display the reports: RDA__start.htm Based on your server configuration, some possible alternative approaches are: - If your client computer with a browser has access to a web shared
   directory, copy the /u01/rda/output directory to the web shared directory and visit this URL: http://machine:port/web_shared_directory/RDA__start.htm or - If your client computer with a browser has FTP access to the server
   computer with the /u01/rda/output directory, visit this URL: ftp://root@orcl.localdomain//u01/rda/output/RDA__start.htm If this file was generated to assist in resolving a Service Request, please
 send /u01/rda/output/RDA.RDA_orcl.zip to Oracle Support by uploading the file
 via My Oracle Support. If ftp'ing the file, please be sure to ftp in BINARY
 format.

=============================================

5) The output is a set of HTML files that are located in the RDA output
   directory which you specified at setup. You can review the data collected,
   starting with:

   <output_directory>/<report_group>__start.htm

=============================================
./rda.sh -vCRP OS DB DBA INST

=============================================
If you must run data collection for specific modules again, for example the
OS and DBA modules, then you can run the following command:

  <rda> -vCRP OS DBA

RDA maintains the list of modules that are already collected. If you want RDA
to collect all data again using the same setup, then you can execute the
following command:

  <rda> -vCRPf or <rda> -vf

You can force RDA to define another collection using system defaults instead of
the previous collection settings in two ways:

  Deleting or renaming the "setup.cfg" file before running:
    <rda> -S
or
  Running the following RDA command:
    <rda> -Sfn


=============================================

[oracle@orcl rda]$ ./rda.sh -v
        Collecting diagnostic data ...
-------------------------------------------------------------------------------
RDA Data Collection Started 06-Sep-2012 08:06:31
-------------------------------------------------------------------------------
Processing Initialization module ...
Enter the password for 'SYSTEM': 
Please re-enter it to confirm:
Processing OCM module ...
Processing PERF module ...
Processing CFG module ...
Processing Sampling module ...
Processing OS module ...
Processing PROF module ...
Processing NET module ...
Processing Oracle installation module ...
Processing RDBMS module ...
Processing LOG module ...
Processing WREQ module ...
Processing J2EE/OC4J module ...
Processing IREQ module ...
Processing RDSP module ...
Processing LOAD module ...
Processing End module ...
-------------------------------------------------------------------------------
RDA Data Collection Ended 06-Sep-2012 08:08:25
-------------------------------------------------------------------------------
        Generating the reports ...
                - RDA_DBA_invalids.txt ...
                - RDA_J2EE_log20_ohwconfig_xml.txt ...
                - RDA_LOG_last_errors.txt ...
                - RDA_OS_memory_info.txt ...
                - RDA_J2EE_log19_monitoring_properties.txt ...
                - RDA_DBA_versions.txt ...
                - RDA_DBA_security.txt ...
                - RDA_OS_libc.txt ...
                - RDA_DBA_vfeatureinfo.txt ...
                - RDA_INST_orainst_loc.txt ...
                - RDA_DBA_init_ora.txt ...
                - RDA_END_report.txt ...
                - RDA_DBA_sga_info.txt ...
                - RDA_J2EE_log15_emsdksamples_intg_xml.txt ...
                - RDA_DBA_replication.txt ...
                - RDA_DBA_vspparameters.txt ...
                - RDA_INST_oracle_home.txt ...
                - RDA_LOG_alert_log.txt ...
                - RDA_J2EE_log13_emlicensing_pp_xml.txt ...
                - RDA_OS_cpu_info.txt ...
                - RDA_DBA_mts.txt ...
                - RDA_OS_services.txt ...
                - RDA_PERF_latch_data.txt ...
                - RDA_J2EE_log9_emVersion_xml.txt ...
                - RDA_PROF_env.txt ...
                - RDA_NET_tcpip_settings.txt ...
                - RDA_J2EE_libs.txt ...
                - RDA_OS_ntp.txt ...
                - RDA_INST_oracle_install.txt ...
                - RDA_OS_linux_release.txt ...
                - RDA_OS_etc_conf.txt ...
                - RDA_OS_packages.txt ...
                - RDA_END_system.txt ...
                - RDA_NET_netperf.txt ...
                - RDA_NET_udp_settings.txt ...
                - RDA_DBA_vfeatureusage.txt ...
                - RDA_J2EE_log18_default_properties.txt ...
                - RDA_LOG_incident_56345.txt ...
                - RDA_J2EE_log14_empp_intg_xml.txt ...
                - RDA_DBA_vcontrolfile.txt ...
                - RDA_LOG_incident_56409.txt ...
                - RDA_J2EE_log5_asprov_intg_xml.txt ...
                - RDA_J2EE_versions.txt ...
                - RDA_OS_kernel_info.txt ...
                - RDA_DBA_text.txt ...
                - RDA_PROF_dot_bash_profile.txt ...
                - RDA_OS_numactl.txt ...
                - RDA_CFG_database.txt ...
                - RDA_OS_java_version.txt ...
                - RDA_DBA_vsystem_event.txt ...
                - RDA_DBA_spatial.txt ...
                - RDA_LOG_diag_incidents.txt ...
                - RDA_DBA_undo_info.txt ...
                - RDA_CFG_oh_inv.txt ...
                - RDA_INST_L00012_oh_inv.txt ...
                - RDA_INST_inventory_xml.txt ...
                - RDA_LOG_log_trace.txt ...
                - RDA_LOG_incident_56153.txt ...
                - RDA_J2EE_log12_emlicensing_core_xml.txt ...
                - RDA_J2EE_log4_web_xml.txt ...
                - RDA_DBA_security_files.txt ...
                - RDA_DBA_ses_procs.txt ...
                - RDA_J2EE_log8_emLicenseFooter_core_xml.txt ...
                - RDA_J2EE_log2_orion_application_xml.txt ...
                - RDA_DBA_services.txt ...
                - RDA_PROF_dot_bashrc.txt ...
                - RDA_LOG_incident_56129.txt ...
                - RDA_INST_comps_xml.txt ...
                - RDA_INST_orainventory_logdir.txt ...
                - RDA_LOG_incident_56449.txt ...
                - RDA_LOG_incident_55969.txt ...
                - RDA_LOG_alert_sum.txt ...
                - RDA_PROF_etc_profile.txt ...
                - RDA_DBA_vresource_limit.txt ...
                - RDA_OS_tracing.txt ...
                - RDA_END_files.txt ...
                - RDA_J2EE_log10_emcli_intg_xml.txt ...
                - RDA_OS_sysdef.txt ...
                - RDA_PERF_ash_report.txt ...
                - RDA_INST_make_report.txt ...
                - RDA_DBA_all_errors.txt ...
                - RDA_J2EE_log11_emcore_intg_xml.txt ...
                - RDA_DBA_aq_data.txt ...
                - RDA_NET_rev_lookup.txt ...
                - RDA_PERF_lock_data.txt ...
                - RDA_PERF_top_sql.txt ...
                - RDA_PERF_addm_report.txt ...
                - RDA_DBA_datafile.txt ...
                - RDA_PROF_ulimit.txt ...
                - RDA_OS_system_error_log.txt ...
                - RDA_PERF_awr_report.txt ...
                - RDA_J2EE_log6_consoleConfig_xml.txt ...
                - RDA_DBA_sequences.txt ...
                - RDA_DBA_latch_info.txt ...
                - RDA_J2EE_log1_application_xml.txt ...
                - RDA_OS_disk_info.txt ...
                - RDA_DBA_jobs.txt ...
                - RDA_PROF_profiles.txt ...
                - RDA_CFG_homes.txt ...
                - RDA_DBA_vHWM_Statistic.txt ...
                - RDA_DBA_tablespace.txt ...
                - RDA_J2EE_log3_uix_config_xml.txt ...
                - RDA_DBA_nls_parms.txt ...
                - RDA_DBA_voption.txt ...
                - RDA_J2EE_log7_demo_intg_xml.txt ...
                - RDA_LOG_incident_56250.txt ...
                - RDA_J2EE_log17_webappTargetTypes_xml.txt ...
                - RDA_NET_net_statistics.txt ...
                - RDA_NET_ifconfig.txt ...
                - RDA_DBA_partition_data.txt ...
                - RDA_DBA_CPU_Statistic.txt ...
                - RDA_LOG_incident_56249.txt ...
                - RDA_DBA_database_properties.txt ...
                - RDA_DBA_vparameters.txt ...
                - RDA_OS_misc_linux_info.txt ...
                - RDA_DBA_dba_registry.txt ...
                - RDA_LOG_incident_56393.txt ...
                - RDA_LOG_diag_problems.txt ...
                - RDA_OS_nls_env.txt ...
                - RDA_DBA_vlicense.txt ...
                - RDA_OS_hugepage.txt ...
                - RDA_DBA_scn_check.txt ...
                - RDA_INST_oratab.txt ...
                - RDA_DBA_vsession_wait.txt ...
                - RDA_DBA_jvm_info.txt ...
                - RDA_PERF_overview.txt ...
                - RDA_INST_L00011_homes.txt ...
                - RDA_LOG_incident_56257.txt ...
                - RDA_DBA_log_info.txt ...
                - RDA_J2EE_log16_emx_intg_xml.txt ...
                - RDA_DBA_vcompatibility.txt ...
                - RDA_NET_etc_files.txt ...
                - Report index ...
        Packaging the reports ...

 You can review the reports by transferring the contents of the
 /u01/rda/output directory to a location where you have web-browser access.
 Then, point your browser at this file to display the reports:
   RDA__start.htm

 Based on your server configuration, some possible alternative approaches are:
 - If your client computer with a browser has access to a web shared
   directory, copy the /u01/rda/output directory to the web shared directory
   and visit this URL:



   or
 - If your client computer with a browser has FTP access to the server
   computer with the /u01/rda/output directory, visit this URL:
    ftp://root@orcl.localdomain//u01/rda/output/RDA__start.htm

 If this file was generated to assist in resolving a Service Request, please
 send /u01/rda/output/RDA.RDA_orcl.zip to Oracle Support by uploading the file
 via My Oracle Support. If ftp'ing the file, please be sure to ftp in BINARY
 format. Please note: Do not submit any health, payment card or other sensitive
 production data that requires protections greater than those specified in the Oracle GCS Security Practices (http://www.oracle.com/us/support/library/customer-support-security-practices-069170.pdf). Information on how to remove data from your submission is available at

https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1227943.1 Updating the setup file ...


下面是./rda.sh -S,首次配置的時候輸出的全部內容:


------------------------------------------------------------------------------- S000INI: Initializes the Data Collection ------------------------------------------------------------------------------- RDA uses the output file prefix to identify all files belonging to the same
data collection. The prefix must start with a letter and must contain only
alphanumeric characters. Enter the prefix to be used for all the generated files Hit 'Return' to accept the default (RDA) > Enter the directory used for all the files to be generated Hit 'Return' to accept the default (/u01/rda/output) > Do you want to keep report packages from previous runs (Y/N)? Hit 'Return' to accept the default (N) > Enter the Oracle home to be used for data analysis Hit 'Return' to accept the default (/opt/11g/oracle/product/11.2.0/dbhome_1) > Enter the network domain name for this server Hit 'Return' to accept the default (localdomain) > ------------------------------------------------------------------------------- S010CFG: Collects Key Configuration Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S090OCM: Set up the Configuration Manager Interface ------------------------------------------------------------------------------- RDA benefits from Oracle Configuration Manager by improving its data
collection. Oracle Configuration Manager (OCM) collects the configuration
information and uploads it to the OCM Repository in connected mode. When OCM is configured in disconnected mode, it adds the OCM payload to the RDA report
packages in future RDA runs. Select the mode that you want to install Oracle Configuration Manager in /opt/11g/oracle/product/11.2.0/dbhome_1
  C Connected Mode D Disconnected Mode Enter the letter corresponding to your choice Hit 'Return' to accept the default (C) > Do you want to install OCM Database collection scripts (Y/N)? Hit 'Return' to accept the default (Y) > Enter a SYSDBA user for installing the OCM Database collection scripts Hit 'Return' to accept the default (sys) > Is /opt/11g/oracle/product/11.2.0/dbhome_1 an Oracle E-Business Suite Database Oracle home (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S909RDSP: Produces the Remote Data Collection Reports ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S919LOAD: Produces the External Collection Reports ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S999END: Finalizes the Data Collection ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S020SMPL: Controls Sampling ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S100OS: Collects the Operating System Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S105PROF: Collects the User Profile ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S110PERF: Collects Performance Information ------------------------------------------------------------------------------- Can ADDM, AWR, and ASH be used (Y/N)? Hit 'Return' to accept the default (Y) > ------------------------------------------------------------------------------- S120NET: Collects Network Information ------------------------------------------------------------------------------- Do you want RDA to perform the network ping tests (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S122ONET: Collects Oracle Net Information ------------------------------------------------------------------------------- Do you want RDA to collect Oracle Net information (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S125GTW: Collects Transparent/Procedural Gateway Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S130INST: Collects the Oracle Installation Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S140OVMS: Collects Oracle VM Server Information ------------------------------------------------------------------------------- Should RDA analyze Oracle VM Server (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S142OVMM: Collects Oracle VM Manager Information ------------------------------------------------------------------------------- Do you want RDA to analyze Oracle VM Manager (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S150XPLR: Performs Oracle Explorer Collections ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S200DB: Controls Oracle RDBMS Data Collection ------------------------------------------------------------------------------- Is there a Oracle database for RDA to analyze (Y/N)? Hit 'Return' to accept the default (Y) > Is the database associated to the current Oracle home (Y/N)? Hit 'Return' to accept the default (Y) > Enter the Oracle SID to be analyzed Hit 'Return' to accept the default (orcl) > Is the INIT.ORA for the database to be analyzed located on this system? (Y/N) Hit 'Return' to accept the default (Y) > Enter the location of the spfile or the INIT.ORA (including the directory and file name) Hit 'Return' to accept the default (/opt/11g/oracle/product/11.2.0/dbhome_1/dbs/spfileorcl.ora) > 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 forward slash (/) here,
and enter Y at the SYSDBA prompt to avoid a prompt for the database password
at runtime.
Hit 'Return' to accept the default (system)
> 

Is 'system' a SYSDBA user (will connect as SYSDBA) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S201DBA: Collects Oracle RDBMS Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S203DBM: Collects Oracle RDBMS Memory Information
-------------------------------------------------------------------------------
Do you want to collect RDBMS memory information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S204LOG: Collects Oracle Database Trace and Log Files
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S205BR: Collects Oracle Database Backup and Recovery Information
-------------------------------------------------------------------------------
Do you want RDA to collect backup/recovery information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S206RSRC: Collects Oracle Database Resource Manager Information
-------------------------------------------------------------------------------
Do you want to collect Resource Manager information for this database (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S207D2PC: Collects Distributed Transaction Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S208OMM: Collects Oracle Multimedia or Oracle interMedia Information
-------------------------------------------------------------------------------
Do you want to collect Oracle MultiMedia information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S209XDB: Collects XDB Information
-------------------------------------------------------------------------------
Do you want RDA to collect XDB information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S210OLAP: Collects OLAP Information
-------------------------------------------------------------------------------
Do you want RDA to analyze OLAP (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S212DNFS: Collects Direct NFS Information
-------------------------------------------------------------------------------
Do you want to collect Direct NFS information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S213SP: Collects SQL*Plus/iSQL*Plus Information
-------------------------------------------------------------------------------
Do you want RDA to collect SQL*Plus/iSQL*Plus information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S215OES: Collects Oracle Express Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Express Server information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S220IA: Collects Intelligent Agent Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S230STC: Collects Streams Configuration Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S231STM: Collects Streams Monitoring Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S235TTEN: Collects Oracle TimesTen In-Memory Database Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle TimesTen (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S236OCDB: Collects Oracle Content Database Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S237MYSQ: Collects Oracle MySQL Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle MySQL Server information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S239MYCL: Collects Oracle MySQL Cluster Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle MySQL Cluster information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S240OCS: Controls Oracle Collaboration Suite Data Collection
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Collaboration Suite information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S241MAIL: Collects Oracle Collaboration Suite Mail Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S242WAC: Collects Web Access Client Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S243WMC: Collects Webmail Client Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S244OCAL: Collects Oracle Calendar Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S245RTC: Collects Real Time Communication Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S246DSCS: Collects Discussions Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S247WKSP: Collects Workspaces Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S248CONT: Collects Oracle Content Services Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S249WRLS: Collects Wireless Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S250BEE: Collects Beehive Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S280EXA: Collects Exadata Information
-------------------------------------------------------------------------------
Do you want to collect Exadata information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S290DEV: Collects Oracle Developer Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S292APEX: Collects APEX Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle APEX (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S294LANG: Collects Oracle Language Information
-------------------------------------------------------------------------------
Do you want RDA to analyze any language applications (OCI/OCCI, precompilers)
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S298PLNC: Collects Oracle PL/SQL Native Compilation Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle PL/SQL Native Compilation (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S300IAS: Collects Web Server Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S301WLS: Collects Oracle WebLogic Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle WebLogic Server (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S301WREQ: Handles the Oracle WebLogic Server Collection Requests
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S302WSP: Collects IBM WebSphere Application Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze IBM WebSphere Application Server (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S305ASBR: Collects Oracle Application Server Backup and Recovery Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S306ASG: Collects Application Server Guard Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S310J2EE: Collects J2EE/OC4J Information
-------------------------------------------------------------------------------
Is an alternative J2EE/OC4J environment used (Y/N)?
Hit 'Return' to accept the default (N)
> 

Is an alternative JDK used (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S313ASIT: Collects Information for Multiple Fusion Middleware Installation
Types
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S313IREQ: Handles the Oracle Instance Collection Requests
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S315EXL: Collects Oracle Exalogic Information
-------------------------------------------------------------------------------
Do you want to collect Oracle Exalogic information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S316GFS: Collects Oracle GlassFish Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle GlassFish Server information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S317IWS: Collects Oracle iPlanet Web Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle iPlanet Web Server information (formerly Sun
Java System Web Server) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S318IWPS: Collects Oracle iPlanet Web Proxy Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle iPlanet Web Proxy Server information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S319OSSO: Collects Oracle OpenSSO Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle OpenSSO information (formerly Sun OpenSSO
Enterprise) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S320IFS: Collects iFS (iFS, CMSDK, Files) Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S321TUX: Collects Oracle Tuxedo Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Tuxedo information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S325PDA: Collects Portal Diagnostics Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S326JIVE: Collects Jive Information
-------------------------------------------------------------------------------
Do you want to collect Jive information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S328WC: Collects Oracle WebCenter Suite Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle WebCenter Suite 11g (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S328WCA: Collects Oracle WebCenter Analytics Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle WebCenter Analytics information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S328WCI: Collects Oracle WebCenter Interaction Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle WebCenter Interaction information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S330SSO: Collects Single Sign-On Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Single Sign-On (SSO) information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S335SES: Collects Oracle Secure Enterprise Search Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Secure Enterprise Search information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S340OID: Collects Oracle Internet Directory Information
-------------------------------------------------------------------------------
Is Oracle Internet Directory used in this Oracle home (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S342OVD: Collects Oracle Virtual Directory Information
-------------------------------------------------------------------------------
Is Oracle Virtual Directory used (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S344ES: Collects Oracle Entitlements Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Entitlements Server information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S346DPS: Collects Oracle DSEE Directory Proxy Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle DSEE Directory Proxy Server information
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S347OIA: Collects Oracle Identity Analytics Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Identity Analytics information (formerly Sun
Role Manager) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S348OW: Collects Oracle Waveset Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Waveset information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S350WEBC: Collects Web Cache Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S352ECM: Controls Oracle Enterprise Content Management Data Collection
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S353UOA: Collects Oracle Universal Online Archive Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S354UCM: Collects Oracle Universal Content Management Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Universal Content Management information
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S355IPM: Collects Oracle Imaging and Process Management Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Imaging and Process Management (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S360CRID: Collects Oracle Access Manager (COREid) Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Access Manager (COREid) information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S361OAM: Collects Oracle Access Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S362OIM: Collects Oracle Identity Manager Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Identity Manager (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S363OAAM: Collects Oracle Adaptive Access Manager Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Adaptive Access Manager (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S364OIF: Collects Oracle Identity Federation 10g Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Identity Federation information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S365COHR: Collects Oracle Coherence Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Coherence (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S366JDBC: Collects Oracle Java DB Connectivity (JDBC) Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Java DB Connectivity (JDBC) information
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S367JDEV: Collects Oracle JDeveloper Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle JDeveloper information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S368TOPL: Collects Oracle TopLink Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S369STA: Collects StorageTek Tape Analytics Information
-------------------------------------------------------------------------------
Do you want RDA to collect StorageTek Tape Analytics information (formerly
Tape Business Intelligence) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S370SOA: Collects Oracle SOA Suite Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle SOA Suite 11g (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S371ESB: Collects Enterprise Service Bus Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S372OWSM: Collects Oracle Web Services Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S373BPEL: Collects Oracle BPEL Process Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S374BAM: Collects Business Activity Monitoring Information
-------------------------------------------------------------------------------
Is Business Activity Monitoring (BAM) in use (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S375B2B: Collects Oracle Business to Business (B2B) Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business to Business (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S376BPM: Collects Oracle Business Process Management Suite Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business Process Management Suite (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S377CAMM: Collects Oracle Composite Application Monitor and Modeler
Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Composite Application Monitor and Modeler
information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S378OSB: Collects Oracle Service Bus Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Service Bus information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S379WLI: Collects Oracle WebLogic Integration Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle WebLogic Integration information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S380BRM: Collects Oracle Communications Billing and Revenue Management
Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S385ODI: Collects Oracle Data Integrator Information
-------------------------------------------------------------------------------
Oracle Data Integrator collections can take a long time. Be selective in your
request to reduce collection time.

Do you want RDA to analyze Oracle Data Integrator (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S390DSCV: Collects Oracle Discoverer Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S391OWB: Collects Oracle Warehouse Builder Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Warehouse Builder (OWB) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S392ODM: Collects Oracle Data Mining Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Data Mining (ODM) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S394OGG: Collects Oracle GoldenGate Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle GoldenGate (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S396INFA: Collects Informatica Information for Oracle Business Intelligence
Applications
-------------------------------------------------------------------------------
Should RDA analyze Informatica information for Oracle Business Intelligence
Applications (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S397BI: Collects Oracle Business Intelligence Enterprise Edition Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Business Intelligence Enterprise Edition
(formerly Siebel Business Analytics) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S398DAC: Collects Data Warehouse Administration Console Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business Intelligence Data Warehouse Administration
Console (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S399BIPL: Collects Oracle Business Intelligence Publisher Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Business Intelligence Publisher (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S400RAC: Collects Cluster Information
-------------------------------------------------------------------------------
Do you want RDA to collect information for a clustered environment (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S400RACD: Performs an Oracle Database Hang Analysis
-------------------------------------------------------------------------------
Are you experiencing an instance hang or slowness (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S401OCFS: Collects Oracle Cluster File System Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Cluster File System (OCFS) information
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S402ASM: Collects Automatic Storage Management Information
-------------------------------------------------------------------------------
Do you want RDA to collect Automatic Storage Management (ASM) information
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S403ACFS: Collects ASM Cluster File System Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S405DG: Collects Data Guard Information
-------------------------------------------------------------------------------
Do you want RDA to collect Data Guard information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S410GRID: Collects Oracle Management Server and Repository Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Enterprise Manager Cloud/Grid Control (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S420AGT: Collects Oracle Enterprise Manager Agent Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Enterprise Manager Agent (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S430DBC: Collects Database Control Information
-------------------------------------------------------------------------------
Is the Oracle Enterprise Manager Database Control in use (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S450GRDN: Collects Oracle Guardian Information
-------------------------------------------------------------------------------
Do you want RDA to run Oracle Guardian (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S480NM: Collects Oracle Communications Network Mediation Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Network Mediation (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S482ND: Collects Oracle Communications Network Discovery Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Network Discovery (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S483NI: Collects Oracle Communications Network Integrity Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Network Integrity (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S484ASAP: Collects Oracle Communications ASAP Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Automated Service Activation
Program (ASAP) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S486IPSA: Collects Oracle Communications IPSA Software Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications IP Service Activator (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S487OSM: Collects Oracle Communications OSM Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Order and Service Management
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S488PS: Collects Oracle Communications Policy Services Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Policy Services (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S489CM: Collects Oracle Communications Configuration Manager Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Configuration Manager (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S490UIM: Collects Oracle Communications Unified Inventory Management
Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Unified Inventory Management
(Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S491NCC: Collects Network Charging and Control Information
-------------------------------------------------------------------------------
Do you want RDA to collect Network Charging and Control information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S492PDC: Collects Oracle Communications Pricing Design Center Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Communications Pricing Design Center
information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S494MES: Collects Oracle Communications Messaging Exchange Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Messaging Exchange Server
information (formerly Sun Java System Messaging Server) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S495CS: Collects Oracle Communications Calendar Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Calendar Server information
(formerly Sun Java System Calendar Server) (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S500ACT: Collects Oracle E-Business Suite Application Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Applications information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S510ADX: Collects AutoConfig and Rapid Clone Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Applications AutoConfig and Rapid Clone
information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S530SEBL: Collects Siebel Information
-------------------------------------------------------------------------------
Do you want RDA to collect Siebel information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S531EMS: Collects Email Marketing Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Email Marketing Server information (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S545EPM: Collects Enterprise Performance Management System Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Enterprise Performance Management (Hyperion)
products (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S550ESS: Collects Oracle Essbase Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S554HPSV: Collects Oracle Hyperion Provider Services Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S555HIR: Collects Oracle Hyperion Interactive Reporting Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S556PR: Collects Oracle Hyperion SQR Production Reporting Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S557HFR: Collects Oracle Hyperion Financial Reporting Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S563HPL: Collects Oracle Hyperion Planning Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S566HCM: Collects Oracle Hyperion Calculation Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S571HSS: Collects Oracle Hyperion Shared Services Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S572EPMA: Collects Enterprise Performance Management Architect Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S590RET: Collects Oracle Retail Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Retail (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S600OFA: Collects Oracle Fusion Applications Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Fusion Applications (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S700ADBA: Collects ACS Oracle Database Assessment Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S720PSFT: Controls PeopleSoft Data Collections
-------------------------------------------------------------------------------
This module controls the following PeopleSoft collection types:
 * Tuxedo Application Server
 * Process Scheduler
 * Web Application Server
 Do you want RDA to analyze any of those collection types (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S725PDBA: Collects PeopleSoft Information from Oracle Database
-------------------------------------------------------------------------------
Should RDA analyze PeopleSoft information from Oracle Database (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S728PAPP: Collects PeopleSoft Information from Tuxedo Application Server
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S729PSCH: Collects PeopleSoft Information from Process Scheduler
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S730PWEB: Collects PeopleSoft Information from Web Application Server
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S800NPRF: Samples Performance Information (root not required)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S801RPRF: Samples Performance Information (root privileges required)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S898XSMP: Samples User Defined Data
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S900REXE: Performs the Remote Data Collections
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S910CCR: Collects OCM Diagnostic Information
-------------------------------------------------------------------------------
"Do you want to diagnose OCM installations (Y/N)?
Hit 'Return' to accept the default (N)
> 

-------------------------------------------------------------------------------
S990FLTR: Controls Report Content Filtering
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S997CUST: Collects Customer-Specific Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S998XTRA: Collects User Defined Data
-------------------------------------------------------------------------------

 At this point, it should be possible to collect the diagnostic information.
 sqlplus should connect to the database with the userid specified during the
 setup.

 With the same command used so far, start the data collection:

    ./rda.pl [-v]
 or
    ./rda.sh [-v]

 The -v option is optional. It allows to see the collection progression.

 Once it has completed, the results will be packaged for sending it to Oracle
 Support Services, if this file was generated to assist in resolving a Service
 Request.

 Selective data collection is also possible. For more details, the command
 usage can be displayed by specifying the -h option, or complete manual page
 with the -M option.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25462274/viewspace-2120562/,如需轉載,請註明出處,否則將追究法律責任。

相關文章