LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 11-08-2007, 07:11 AM   #1
smatsoso
LQ Newbie
 
Registered: Nov 2007
Posts: 3

Rep: Reputation: 0
/udump directoy too huge


Hi Guys,

I have oracle 10gR1 database running SUSE Linux Enterprise 9. My problems is the oracle directory called udump, which has graown too huge. I cannot either trim or delete it. It conaints too many trace file. How can I deal with it?
 
Old 11-20-2007, 05:19 PM   #2
harry edwards
Member
 
Registered: Nov 2007
Location: Lincolnshire, UK
Distribution: CentOS, Fedora, and Suse
Posts: 365

Rep: Reputation: 48
If you mean you get argument 'list to long' when for example you run the following 'rm <Path Here>/*.trc' . Then the solution is to perform a find and push each file found into rm. A example of this is:

find <Enter Path Here> -type f -name "*.trc" -exec rm {} \;

Note: Be careful, if you must the wrong path in you may delete files you want. I would suggest running the find on its own first to ensure it yields the expected result.

find <Enter Path Here> -type f -name "*.trc"

Ray
 
Old 11-21-2007, 01:37 AM   #3
smatsoso
LQ Newbie
 
Registered: Nov 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Exclamation udump directory too huge

Hi Harry,

Thanks for your advice. But you know what? I have run this script before and it resulted in "fault segmentation" error message. The same script works very well in my test ennvironment. Probably because files in the udump directory are not as many. I was actually, planning to logrotate these trace files. But I doubt that it will work with the directoty of this magnitude.
 
Old 11-24-2007, 11:01 AM   #4
pavan27
LQ Newbie
 
Registered: Nov 2007
Posts: 14

Rep: Reputation: 0
Udump files are important files? try to delete old file which are before 6 months. if it is so important then take the backup of the folder/ or move the files or directories in to another file system and create a link which is pointing to new location.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
chown, chgrp an entire directoy and contents gin1 Red Hat 8 09-06-2013 02:48 AM
current working directoy is changed if program is loaded through services shahidawan Programming 1 03-31-2005 05:43 AM
Huge Huge Problem With Forums!!! The_Insomniac Linux - General 1 06-07-2004 08:15 AM
Screwed up huge spuppett Linux - General 6 03-01-2003 11:21 PM
huge fonts polarcat Linux - Newbie 7 03-14-2001 10:24 AM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 11:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration