Error:"File system full"


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Error:"File system full"
# 8  
Old 09-05-2009
I'm new DBA of the oracle server and I have root access. I don't know how many users on the serverSmilie We use Sun Machine.

Code:
mv -r /export/home/oracle/app  /tmp

This is my moving action. But I didn't wait the action and press Ctrl+C and this is the moving back command.
Code:
mv -r /tmp/app  /export/home/oracle/app1

And then I moved files in app1 to app directory. For example
Code:
mv /export/home/oracle/app1/product/8.1.5/lib/libordaud.so   /export/home/oracle/app/product/8.1.5/lib

I moved few library files to the app/product/8.1.5/lib directory

Yesterday,I reduced the usage of /export/home directory 100% to 94% with another ways. But after moving action I explain above, I'm getting this error:
Code:
h:[w]$ sqlplus
ld.so.1:sqlplus: fatal :libclntsh.so.8.0 : open failed : No such file or directory
Killed

I see the libclntsh.so.8.0 file when check the lib directory.
I typed this command too:
Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib

But nothing changes.
Do you konow any idea about my case?Thanks..
# 9  
Old 09-05-2009
Are you using Solaris 10? If you are /tmp is volatile filesystem that uses swap space. This means that if the machine is rebooted or loses power everything it /tmp experiences bit oblivion.

Why are you moving library files around?

I would move everything back to exactly where it was at.
# 10  
Old 09-05-2009
Can you post the output from:

Code:
df -k

I am concerned that you may be confusing the output of "ls -l" of the /export/home directory with matters related to disc space usage of /export/home directory.

If you have not done so already, it is time to consider how to restore the damaged areas from backup. It would be prudent to find out what has filled the /export/home directory and to repair that problem first.


As for moving everything back, this line is worrying depending on what was in the target tree to start with (and whether that tree existed):
Quote:
mv /export/home/oracle/app1/product/8.1.5/lib/libordaud.so /export/home/oracle/app/product/8.1.5/lib
It would help to see any non-comment lines in the file /etc/oratab so we know the names of the oracle instances and can relate them to the directory trees.

Unless you have Oracle database segments or Oracle temporary files in the Oracle appplication tree the most likely files to fill this tree are: Oracle listener logs, Oracle audit logs and Oracle trace logs.

Have you tried a blunt search of the filesystem looking for Oracle log files which grow in size or sheer number of files?

This command might reveal your issue with /export/home : (Adjust -mtime <days> if this is a recent install).

Code:
find /export/home/ -mount -mtime -60 -exec ls -lad '{}' \;


Last edited by methyl; 09-06-2009 at 02:41 PM.. Reason: On later review, grammar and layout.
# 11  
Old 09-08-2009
Thanks everybody,
I solved my problem yesterday. My Oracle is working well.
If you wonder what was the problem or what did I do to solve this problem,I explain.
I changed some lib files permissions. For exp:
Code:
chmod 644 libclntsh.so.8.0

I restarted listener with
Code:
lsnrctl start

I checked if my database was up with:
Code:
ps -ef | grep smon

I started my database.
And I did another things that I don't remember nowSmilie
In brief, work,work,work..Then oracle will work.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

What does "force devmap reload" as in "multipath -r" means for my system and stability of my system?

Cannot present unpresented disks back again. On a test server tried this as a solution "multipath -r" and it worked. Too worried to try it in production before I know all the information. Any info would be appreciated! Also some links to the documentation on this specific issue could help a... (1 Reply)
Discussion started by: jsteppe
1 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. Shell Programming and Scripting

awk "date" and "system" command

Hello experts! I need your help please I have a file.txt of which I want to extract 3rd and 4th columns with date with the form e.g.: 2016-11-25 03:14:50and pass them to "date" command, but also append the 9th column in a file as well. So I want to execute date -d '2016-11-25 03:14:50' ... (2 Replies)
Discussion started by: phaethon
2 Replies

4. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

5. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. HP-UX

Need to identify the process/app which is triggering the error "vmunix: file: table is full"

Hi, I'm seeing the error vmunix: file: table is full in syslog.log. Although changing the value of the kernel parameter nfile would make this error go away, how would I identify which process/application in the server is triggering this error? The server is a HP-UX B.11.11. Thanks in advance! (1 Reply)
Discussion started by: enchogas
1 Replies

8. Solaris

"file system is full up to 90% how can i set the file system to 60%"

hi every one "plz any one can give solution to my problem" my problem is my filesystem is full in os level i have to decrease it to 60% how can i? plz help me Thank you for your response (6 Replies)
Discussion started by: sivajerripothul
6 Replies

9. AIX

AIX 6.1 Error - "A file, file system or message queue is no longer available."

Getting a strange error with a log file below. This is just a normal text log file that is written to by an application on the server. The applicaiton is down, however, I cannot read, remove or touch this file. The file shows on an ls listing but not an ls -al listing. The file system is JFS2... (0 Replies)
Discussion started by: troym72
0 Replies

10. Programming

Why ""No mountable file system"

I tried to install OpenMotif under Mac OS in the computing lab today, but I got "No mountable file system". Is it because I don't have the administrator's privilege? (0 Replies)
Discussion started by: endeavour1985
0 Replies
Login or Register to Ask a Question