RDA工具的使用学习

RDA工具需要下载

示例地址:http://www.blogjava.net/Files/beauty_beast/rda.rar

 

我这里用的是win系统

解压后用cmd进入rda目录

如下执行

 

H:/rda>rda.bat -S

 

后给出一大堆的设定提示

提示自行设定

 

设定完毕后

如下是采集命令,这里加了个-v是为了查看详细采集过程,不加亦可

 

H:/rda>rda.bat -v

         Collecting diagnostic data ...
-----------------------------------------------------------------------------
RDA Data Collection Started 14-七月-2010 11:00:42
-----------------------------------------------------------------------------
Processing Initialization module ...
Enter the password for 'SYSTEM': sys
Processing CFG module ...
Processing Sampling module ...
Processing OS module ...
Processing PROF module ...
Processing PERF module ...

Processing NET module ...
Processing networking information (network files, sql*net files)...
Listener checks may take a few minutes. please be patient...
  Processing listener status, services and log for listener LISTENER
Processing Oracle installation module ...
Processing RDBMS module ...
Processing LOG module ...
Processing Web Server module ...
Processing Web Server (iAS 1.x) module ...
Processing HTTP Server ...
Processing End module ...
-----------------------------------------------------------------------------
RDA Data Collection Ended 14-七月-2010 11:46:53
-----------------------------------------------------------------------------
        Generating the reports ...
                - oratest_CFG_database.txt ...
                - oratest_DBA_aq_data.txt ...
                - oratest_DBA_database_properties.txt ...
                - oratest_DBA_datafile.txt ...
                - oratest_DBA_dba_registry.txt ...
                - oratest_DBA_init_ora.txt ...
                - oratest_DBA_jobs.txt ...
                - oratest_DBA_jvm_info.txt ...
                - oratest_DBA_latch_info.txt ...
                - oratest_DBA_log_info.txt ...
                - oratest_DBA_nls_parms.txt ...
                - oratest_DBA_partition_data.txt ...
                - oratest_DBA_replication.txt ...
                - oratest_DBA_security.txt ...
                - oratest_DBA_security_files.txt ...
                - oratest_DBA_ses_procs.txt ...
                - oratest_DBA_sga_info.txt ...
                - oratest_DBA_spatial.txt ...
                - oratest_DBA_tablespace.txt ...
                - oratest_DBA_text.txt ...
                - oratest_DBA_undo_info.txt ...
                - oratest_DBA_vcompatibility.txt ...
                - oratest_DBA_vcontrolfile.txt ...
                - oratest_DBA_versions.txt ...
                - oratest_DBA_vfeatureinfo.txt ...
                - oratest_DBA_vfeatureusage.txt ...
                - oratest_DBA_vHWM_Statistic.txt ...
                - oratest_DBA_vlicense.txt ...
                - oratest_DBA_voption.txt ...
                - oratest_DBA_vparameters.txt ...
                - oratest_DBA_vresource_limit.txt ...
                - oratest_DBA_vsession_wait.txt ...
                - oratest_DBA_vspparameters.txt ...
                - oratest_DBA_vsystem_event.txt ...
                - oratest_END_report.txt ...
                - oratest_END_system.txt ...
                - oratest_IAS_apache_over.txt ...
                - oratest_IAS_signon.txt ...
                - oratest_IAS_signonp.txt ...
                - oratest_IAS_web_env.txt ...
                - oratest_IAS_web_processes.txt ...
                - oratest_INST_installAction_logs.txt ...
                - oratest_INST_make_report.txt ...
                - oratest_INST_opatch_report.txt ...
                - oratest_INST_oracle_home.txt ...
                - oratest_INST_oradim_log.txt ...
                - oratest_INST_oraInstall_err.txt ...
                - oratest_INST_oraInstall_out.txt ...
                - oratest_INST_orainventory_logdir.txt ...
                - oratest_INST_registry.txt ...
                - oratest_LOG_alert_log.txt ...
                - oratest_LOG_last_errors.txt ...
                - oratest_LOG_log1_mytest_s000_5772_trc.txt ...
                - oratest_LOG_log2_mytest_s002_6140_trc.txt ...
                - oratest_LOG_log3_mytest_s004_4124_trc.txt ...
                - oratest_LOG_log_trace.txt ...
                - oratest_NET_etc_files.txt ...
                - oratest_NET_hs_inithsodbc_ora.txt ...
                - oratest_NET_hs_inithsoledb_ora.txt ...
                - oratest_NET_ifconfig.txt ...
                - oratest_NET_lstatus.txt ...
                - oratest_NET_netenv.txt ...
                - oratest_NET_netperf.txt ...
                - oratest_NET_sqlnet_listener_ora.txt ...
                - oratest_NET_sqlnet_sqlnet_ora.txt ...
                - oratest_NET_sqlnet_tnsnames_ora.txt ...
                - oratest_OS_cpu_info.txt ...
                - oratest_OS_disk_info.txt ...
                - oratest_OS_display_info.txt ...
                - oratest_OS_drivers.txt ...
                - oratest_OS_firewall.txt ...
                - oratest_OS_java_version.txt ...
                - oratest_OS_memory_info.txt ...
                - oratest_OS_mode_info.txt ...
                - oratest_OS_nls_env.txt ...
                - oratest_OS_odbc_info.txt ...
                - oratest_OS_protocol.txt ...
                - oratest_OS_services.txt ...
                - oratest_OS_tracing.txt ...
                - oratest_PERF_addm_report.txt ...
                - oratest_PERF_awr_report.txt ...
                - oratest_PERF_overview.txt ...
                - oratest_PERF_top_sql.txt ...
                - oratest_PROF_env.txt ...
                - Report index ...
        Packaging the reports ...

You can display the reports with your browser by looking at the file:
  oratest/oratest__START.htm

If this file was generated to assist in resolving a Service Request,
please send oratest/RDA.oratest_SHPC09191.zip
to Oracle Support by uploading the file via Metalink.
If ftp'ing the file, please be sure to ftp in BINARY format.

        Updating the setup file ...

 

根据提示打开oratest__START.htm即可查看相关统计信息

 

如果需要安装已生成的配置再次采集,删除已生成的报告文件,然后执行命令:


H:/rda>rda.bat  -Svf 

 

重新设置后再执行采集命令

 

H:/rda>rda.bat -v

你可能感兴趣的:(oracle,工具,module,os,initialization,oracle,file)