设为首页 收藏本站
查看: 1308|回复: 0

[经验分享] Oracle诊断工具RDA使用记录

[复制链接]

尚未签到

发表于 2018-9-11 06:46:37 | 显示全部楼层 |阅读模式
  RDA是Remote Diagnostic Agent 的简称,是Oracle用来收集、分析数据库的工具,运行该工具不会改变系统的任何参数,RDA收集的相关数据非常全面,可以用于oracle巡检及日常监控分析。工具支持AIX,Linux,Solaris,HP-UX,Windows等操作系统。这里简要记录使用过程。RDA工具51cto下载地址:http://down.51cto.com/data/762579
1. 上传到Linux系统上解压使用
  上传rda到/home/oracle目录下
  # chown -R oracle:oinstall /home/oracle/rda
  # su - oracle
  $ cd rda
(1) 第一次初始化工作
  $ ./rda.sh -S
(2) 开始收集信息
  $ ./rda.sh -v
  Collecting diagnostic data ...
  -------------------------------------------------------------------------------
  RDA Data Collection Started 12-Nov-2014 10:14:50 PM
  -------------------------------------------------------------------------------
  Processing Initialization module ...
  Enter the password for 'SYSTEM':   需要输入数据库system密码
  Please re-enter it to confirm:
  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 (9iAS 1.x) module ...
  Processing HTTP Server ...
  Processing J2EE/OC4J module ...
  Processing RDSP module ...
  Processing End module ...
  -------------------------------------------------------------------------------
  RDA Data Collection Ended 12-Nov-2014 10:16:15 PM
  -------------------------------------------------------------------------------
  Generating the reports ...
  - RDA_DBA_vspparameters.txt ...
  - RDA_NET_netperf.txt ...
  - RDA_PERF_top_sql.txt ...
  - RDA_OS_tracing.txt ...
  - RDA_IAS_apache_over.txt ...
  - RDA_NET_sqlnet_tnsnames_ora.txt ...
  - RDA_OS_cpu_info.txt ...
  - RDA_IAS_web_env.txt ...
  - RDA_DBA_jvm_info.txt ...
  - RDA_DBA_text.txt ...
  - RDA_PROF_profiles.txt ...
  - RDA_DBA_datafile.txt ...
  - RDA_DBA_vfeatureinfo.txt ...
  - RDA_DBA_nls_parms.txt ...
  - RDA_DBA_aq_data.txt ...
  - RDA_OS_kernel_info.txt ...
  - RDA_DBA_vsystem_event.txt ...
  - RDA_END_system.txt ...
  - RDA_DBA_vcompatibility.txt ...
  - RDA_DBA_security.txt ...
  - RDA_DBA_spatial.txt ...
  - RDA_INST_orainst_loc.txt ...
  - RDA_INST_oracle_home.txt ...
  - RDA_OS_system_error_log.txt ...
  - RDA_OS_disk_info.txt ...
  - RDA_OS_sysdef.txt ...
  - RDA_DBA_undo_info.txt ...
  - RDA_PROF_dot_bashrc.txt ...
  - RDA_DBA_partition_data.txt ...
  - RDA_OS_libc.txt ...
  - RDA_DBA_vHWM_Statistic.txt ...
  - RDA_INST_installActions20141104_085020PM_log.dat ...
  - RDA_DBA_database_properties.txt ...
  - RDA_DBA_voption.txt ...
  - RDA_PERF_overview.txt ...
  - RDA_CFG_database.txt ...
  - RDA_PROF_etc_profile.txt ...
  - RDA_INST_oraInstall20141104_085020PM_out.dat ...
  - RDA_OS_nls_env.txt ...
  - RDA_NET_sqlnet_sqlnet_ora.txt ...
  - RDA_INST_oraInstall20141104_085748PM_out.dat ...
  - RDA_OS_memory_info.txt ...
  - RDA_NET_netenv.txt ...
  - RDA_DBA_vcontrolfile.txt ...
  - RDA_PROF_dot_bash_profile.txt ...
  - RDA_DBA_mts.txt ...
  - RDA_NET_ifconfig.txt ...
  - RDA_END_report.txt ...
  - RDA_INST_make_report.txt ...
  - RDA_DBA_vlicense.txt ...
  - RDA_DBA_all_errors.txt ...
  - RDA_OS_misc_linux_info.txt ...
  - RDA_INST_orainventory_files.txt ...
  - RDA_DBA_ses_procs.txt ...
  - RDA_NET_tcpip_settings.txt ...
  - RDA_NET_sqlnet_listener_ora.txt ...
  - RDA_INST_installActions20141104_085748PM_log.dat ...
  - RDA_DBA_sga_info.txt ...
  - RDA_PROF_ulimit.txt ...
  - RDA_OS_packages.txt ...
  - RDA_DBA_init_ora.txt ...
  - RDA_OS_etc_conf.txt ...
  - RDA_LOG_log_trace.txt ...
  - RDA_DBA_tablespace.txt ...
  - RDA_NET_udp_settings.txt ...
  - RDA_OS_linux_release.txt ...
  - RDA_J2EE_versions.txt ...
  - RDA_DBA_vresource_limit.txt ...
  - RDA_DBA_log_info.txt ...
  - RDA_IAS_web_processes.txt ...
  - RDA_INST_orainventory_logdir.txt ...
  - RDA_INST_opatch_report.txt ...
  - RDA_NET_etc_files.txt ...
  - RDA_INST_inventory_xml.txt ...
  - RDA_OS_java_version.txt ...
  - RDA_DBA_dba_registry.txt ...
  - RDA_INST_oratab.txt ...
  - RDA_DBA_vsession_wait.txt ...
  - RDA_DBA_vparameters.txt ...
  - RDA_DBA_jobs.txt ...
  - RDA_PROF_env.txt ...
  - RDA_DBA_invalids.txt ...
  - RDA_DBA_security_files.txt ...
  - RDA_NET_lstatus.txt ...
  - RDA_DBA_versions.txt ...
  - RDA_DBA_vfeatureusage.txt ...
  - RDA_DBA_replication.txt ...
  - RDA_DBA_latch_info.txt ...
  - Report index ...
  Packaging the reports ...
  You can review the reports by transferring the contents of the 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>  - If your client computer with a browser has access to a web shared
  directory, copy the 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 output directory, visit this URL:
  ftp://root@node1./rda/output/RDA__start.htm
  If this file was generated to assist in resolving a Service Request, please
  send output/RDA.RDA_node1.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 ...
  $
  2. 将output目录中的.zip文件拷贝下来解压查看
  按上面的提示打开RDA__start.htm
  (1) Overview信息
DSC0000.png

  (2) 操作系统信息,下面可以查看CPU,内存,磁盘等各类信息
DSC0001.png

  (3) 数据库的信息等
DSC0002.png

  通过以上数据可以快速了解数据库服务器的相关信息,强大。


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-571648-1-1.html 上篇帖子: Oracle常用的sql语句 下篇帖子: oracle的定时器job-laiwenhua
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表