Select Menu

Ads

Random Posts

Powered By Blogger
Powered By Blogger

Blog Archive

Search This Blog

Thirupal Boreddy. Powered by Blogger.

My Blog List

Followers

Lorem 1

Technology

Circle Gallery

Shooting

Racing

News

Lorem 4

» »Unlabelled » Remote Diagnostic Agent (RDA)


Remote Diagnostic Agent (RDA) - Getting Started (Doc ID 314422.1)

Step 1: unzip the file xyz.zip
Step 2: Read readme UNIX file
Step 3: chmod 755 rda.sh
Step 4: ./rda.sh -S

------------------------------------------------------------------------------
DB.DB: Controls Oracle RDBMS Data Collection
------------------------------------------------------------------------------
Is there a Oracle database for RDA to analyze (Y/N)?
Hit "Return" to accept the default (Y)
>

Enter an Oracle User ID (user identifier only) to view DBA_ and V$ tables. If
RDA will be run under the Oracle software owner's ID, then enter a '/' here,
and select Y at the SYSDBA prompt to avoid being prompted for the database
password at run time.
Hit "Return" to accept the default (system)
> /

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



Step 5: ./rda.sh -v
Step 6: Upload the file to SR

Packaging collection results ...
RDA-00033: Warning - 8 command(s) not executed in EM.AGT, OS.OS module(s)


EM.AGT: 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)
> Y

For Oracle Enterprise Manager Cloud Control 12c, enter the agent instance
directory location. For earlier versions, enter the Grid Control agent home
directory location.
Hit "Return" to accept the default (/usr/xysz/product/agent10g)
> /u01/xyz/agent12c/agent_inst

Enter the Oracle Enterprise Manager Cloud Control Agent core Oracle home
directory location
Hit "Return" to accept the default
( /u01/xyz/agent12c/core/12.1.0.3.0)
>


Step 5: ./rda.sh -v
Step 6: Upload the file to SR

About Oracle DBA World

WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply

QUERY FOR CPU USAGE

select  a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...