- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: File system full
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:04 AM
11-23-2006 03:04 AM
File system full
I have a FS full, but it is almost empty. I have added space, but it remains full:
/dev/vgopc/lvarchivado 983040 1410 920349 0% /oradata/archivado/openview
oracle1p:/># ps -ef|grep 15998
oracle 15998 1 0 Oct 16 ? 20:04 /opt/datatools/oracle/openview/obacktrack/bin/dtoarc
hmon /opt/d
oracle1p:/># lsof | grep "/oradata/archivado/openview"
dtoarchmo 15998 oracle cwd DIR 64,0x3000c 3072 2 /oradata/archivado/openview
lsof: WARNING: /.lsof_oracle1p was updated.
oracle1p:/># cd /oradata/archivado/openview
oracle1p:/oradata/archivado/openview># find .
.
./lost+found
./lost+found/.fsadm
./openview.PFILE.15998.1160991835
oracle1p:/oradata/archivado/openview># find . -exec ls -l {} \;
total 4
drwxr-xr-x 2 root root 96 Nov 23 16:32 lost+found
-rw-r--r-- 1 oracle dba 1075 Nov 23 16:53 openview.PFILE.15998.1160991835
total 0
-rw------- 1 root sys 0 Nov 23 16:32 .fsadm
-rw------- 1 root sys 0 Nov 23 16:32 ./lost+found/.fsadm
-rw-r--r-- 1 oracle dba 1075 Nov 23 16:53 ./openview.PFILE.15998.1160991835
oracle1p:/oradata/archivado/openview># du -sk .
5 .
Does anybody knows what is happening?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:08 AM
11-23-2006 03:08 AM
Re: File system full
use fuser -c to see what processes are accessing the FS
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:10 AM
11-23-2006 03:10 AM
Re: File system full
What is that process 15998?
Have u tried stopping it or killing it.
If not try stopping that process first and check the size.
Seems that process is still holding you file.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:12 AM
11-23-2006 03:12 AM
Re: File system full
If so stop them and check it.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:26 AM
11-23-2006 03:26 AM
Re: File system full
Forget it; I get confused and the FS was at 0% full, not at 100%........
Thank you very much for your help!!
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:27 AM
11-23-2006 03:27 AM