패도라 4.0큰용량 알아내기
작성자 정보
- 남수 작성
- 작성일
컨텐츠 정보
- 2,137 조회
- 1 댓글
- 0 추천
- 목록
본문
패도라 4.0을 깔고 오라클 10을 깔았습니다.
오라클을 잘 사용하였는데
이번에는 아래와 같은 에러가 납니다.
[root@localhost ~]# su - oracle
-bash: [: too many arguments
[oracle@localhost ~]$ cd /u01/app/oracle/product/
[oracle@localhost product]$ cd 10.1.0/Db_1/bin
[oracle@localhost bin]$ ./sqlplus /nolog
SQL*Plus: Release 10.1.0.3.0 - Production on Tue Oct 9 23:45:08 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> conn / as sysdba
ERROR:
ORA-09817: Write to audit file failed.
Linux Error: 28: No space left on device
ORA-09945: Unable to initialize the audit trail file
Linux Error: 28: No space left on device
SQL>
그래서 df -k을 하면
[oracle@localhost bin]$ df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdc2 49594228 47228116 0 100% /
/dev/hdc1 101086 11198 84669 12% /boot
/dev/shm 371432 0 371432 0% /dev/shm
/dev/hdc3 19840924 77896 18738888 1% /myhome
[oracle@localhost bin]$
이렇게 나옵니다.
용량이 많아서 그런것 같은데
큰 용량을 알수 있는방법없을까요?
관련자료
-
이전
-
다음
초짜님의 댓글
- 초짜
- 작성일
해당 시스템이 정상적으로 동작을 안하네용...
최상위 /에가서
du -sh ./* 이런식으로 사이즈가큰 디렉토리에 접근해서 알아보거나
find로 사이즈 지정해서 검색해보시면 될듯합니다.