In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
RDA is the abbreviation of Remote Diagnostic Agent. It is a tool used by Oracle to collect and analyze databases. Running this tool will not change any parameters of the system. The relevant data collected by RDA is very comprehensive and can be used for oracle inspection and daily monitoring analysis. Tools support AIX,Linux,Solaris,HP-UX,Windows and other operating systems. Here is a brief record of the use process. RDA tool 51cto download address: down.51cto.com/data/762579
1. Upload to Linux system extract use
Upload rda to/home/oracle directory
# chown -R oracle:oinstall /home/oracle/rda
# su - oracle
$ cd rda
(1)First initialization
$ ./ rda.sh -S
(2)begin to gather information
$ ./ 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': Database system password required
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 alternative approaches are:
- 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. Copy the.zip file from the output directory and extract it for viewing
Open RDA__start.htm as indicated above
(1)Overview Information
(2)Operating system information, below you can view CPU, memory, disk and other information
(3)database information, etc.
Through the above data can quickly understand the relevant information of the database server, powerful.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.