1752661 Members
5835 Online
108788 Solutions
New Discussion юеВ

Using tusc on Oracle

 
Michael Steele_2
Honored Contributor

Using tusc on Oracle

Hello All:

I'm trying to collect some quantitative data on oracle writes to an EMC Sym. using 'tusc' and I'm having trouble isolating a process or executable to track with tusc. The error is 'permission denied' and seems to be related to the SETUID bit not being set to 'x'.

I'd appreciate any pointers about what process is writing to the Sym so I can proceed with my time collection testing.

Oracle /u01 and /u02 sits atop vxfs file systems.

Thanks in advance.
Support Fatherhood - Stop Family Law
7 REPLIES 7
Victor Fridyev
Honored Contributor

Re: Using tusc on Oracle

Hi,

ps -fuoracle|grep $ORACLE_SID| grep -e lgw -e dbw

HTH
Entities are not to be multiplied beyond necessity - RTFM
Michael Steele_2
Honored Contributor

Re: Using tusc on Oracle

I have a process for oracle id'd as ora_dbwb but this isn't sufficient. What process is used to write? 'db_writer' for example.
Support Fatherhood - Stop Family Law
Victor Fridyev
Honored Contributor

Re: Using tusc on Oracle

Michael,

Which Oracle version are you using ?
In any case the most active processes work with redo logs, so you can use fuser in order to see the process[es].
If you have glance installed on the computer, try to use it.

HTH














Entities are not to be multiplied beyond necessity - RTFM
IT_2007
Honored Contributor

Re: Using tusc on Oracle

tusc gives you finding out what that process is doing on the server.

Do you want to see what type of data writing to EMC sym by Oracle?

Didn't understand clearly. Please explain.


Michael Steele_2
Honored Contributor

Re: Using tusc on Oracle

OK. Here's the problem and perhaps I'm approaching it with the wrong tool and I'll look into glance for time stamps.

I've got oracle, ( and I'll have to double check the version on Monday ), sitting atop vxfs file systems mounted with 'delaylog' in order to speed up the writes. 'delaylog' acts like 'async' writing. I want to gather data on the increase of oracle writes to disc and I planned on time stamping oracle first without 'delaylog' and then with 'delaylog' for comparison purposes.

I'm investigating /oracle/u01 and /oracle/u02.

The problem is identifying the the oracle write process or executable.

Now there may be a 'vxfs' write process involved but the 'vxfsd' daeomon is also presenting problems.

Any ideas?

Thanks in advance guys and gals.
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: Using tusc on Oracle

For example, using 'tusc' with the 'syncer' daemon? What 'tusc' command syntax would I use to monitor 'syncer'?
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: Using tusc on Oracle

.
Support Fatherhood - Stop Family Law