Remote Diagnostic Agent (RDA) nedir ?
Remote Diagnostic Agent (RDA), Oracle tarafından sağlanan , veritabanı ortamınızla ilgili verileri toplayan ve bir web sayfası şeklinde raporlayan bir araçtır.
Oracle Support üzerinden çağrı açtığınızda genellikle RDA çıktısı talep edilmektedir. Bu, destek analistinin sizin tarafınızdan çok az çaba harcayarak sisteminizle ilgili birçok bilgiyi gözden geçirmesini sağlayacaktır.
Yeni bulaştığınız bir veritabanında RDA çalıştırarak , hiç kimseye sorular sormadan , o veritabanı ile ilgili birçok bilgiye ulaşmanız mümkündür.
RDA aracının güncel haline Oracle Support tarafındaki Remote Diagnostic Agent (RDA) – Getting Started (Doc ID 314422.1) dokümanındaki linkelerden ulaşabilirsiniz.
Bu dokümanda belirtilen ve sisteminizin işletim sistemine uygun olan zip dosyasını indirip , herhangi bir dizinde açın. Sonrasında rda dizini içindeki rda ile bağlayan dosyaların çalıştırlabilir olmasını sağlayan. (chmod +x)
[oracle@orcldb01 ~]$ unzip p21769913_81617613_Linux-x86-64.zip ..... [oracle@orcldb01 ~]$ cd rda [oracle@orcldb01 rda]$ chmod +x rda*
Sonrasında Linux sistemler için rda.sh dosyasını çalıştırmanız gerekmektedir. Çalıştırdıktan sonra bir takım sorulara cevap verdikten sonra analize başlayacaktır. Veritabanı kullanıcısı sorulduğunda sys girmeniz gerekmektedir. Varsayılan olarak system yazıyor. Buna dikkat edin.
Exadata ortamında iseniz tüm cellnode’ları da inceletmeniz mümkündür. celladmin şifresini biliyorsanız tüm cellnode’lara bağlantı sağlayabilecektir.
Linux ortamda aşağıdaki gibi çalıştırabilirsiniz. Windows ortamında ise rda.cmd kullanılmalıdır.
[oracle@orcldb01 ~]$ ./rda.sh .......................... Processing RDA.BEGIN module ... Enter the password for "SYS as SYSDBA" at "ORCL1": Re-enter it to confirm: Entries do not match. Try again ... Enter the password for "SYS as SYSDBA" at "ORCL1": Re-enter it to confirm: Processing OS.PERF module ... Processing RDA.CONFIG module ... Processing SAMPLE.SAMPLE module ... Processing OS.OS module ... Processing OS.PROF module ... Processing OS.NET module ... Processing OS.ONET module ... Listener checks may take a few minutes. Be patient... Processing listener LISTENER Processing listener LISTENER_CLONEDB Processing OS.INST module ... Processing OS.OVMS module ... Processing DB.DBA module ... Processing DB.EXA module ... Enter celladmin at 192.168.10.1 password: Re-enter it to confirm: Enter celladmin at 192.168.10.2 password: Re-enter it to confirm: Enter celladmin at 192.168.10.3 password: Re-enter it to confirm: Enter celladmin at 192.168.10.4 password: Re-enter it to confirm: Enter celladmin at 192.168.10.5 password: Re-enter it to confirm: Enter celladmin at 192.168.10.6 password: Re-enter it to confirm: Enter celladmin at 192.168.10.7 password: Re-enter it to confirm: Enter celladmin at 192.168.10.8 password: Re-enter it to confirm: Enter celladmin at 192.168.10.9 password: Re-enter it to confirm: Enter celladmin at 192.168.10.10 password: Re-enter it to confirm: Enter celladmin at 192.168.10.11 password: Re-enter it to confirm: Enter celladmin at 192.168.10.12 password: Re-enter it to confirm: Enter celladmin at 192.168.10.13 password: Re-enter it to confirm: Enter celladmin at 192.168.10.14 password: Re-enter it to confirm: The cell data collection can take more than 750 seconds. Do not interrupt the data collection. Processing OFM.WREQ module ... This can take time. Be patient ... Processing OFM.IREQ module ... Processing RDA.LOAD module ... Processing RDA.END module ... ------------------------------------------------------------------------------ RDA Data Collection Ended 08-Sep-2017 15:13:52 ------------------------------------------------------------------------------ You can review the reports by transferring the /home/oracle/rda/output directory structure 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 /home/oracle/rda/output directory structure 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 /home/oracle/rda/output directory, visit this URL: ftp://root@orcldb01/rda/output If this file was generated to assist in resolving a Service Request, send /home/oracle/rda/RDA_output_orcldb01.zip to Oracle Support by uploading the file via My Oracle Support. When sending with FTP, make sure you send it in BINARY format. 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/rs?type=doc&id=1227943.1
Yukarıdaki gibi çıktı üretip işlem tamamlanacaktır. Sonrasında çalıştırılan dizinde RDA_output_{hostname}.zip şeklinde bir dosya içinde gerekli bilgileri bulabilirsiniz.