- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: filesystems with 100%
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
01-10-2007 03:27 AM
01-10-2007 03:27 AM
filesystems with 100%
This morning I had one filesystem with 64728 Kbytes available space:
/dev/vgPRD/sapdata3 28262400 28197168 64728 100% 24 2024 1% /oracle/PRD/sapdata3
but now is with 0 kbytes
Filesystem kbytes used avail %used Mounted on
/dev/vgPRD/sapdata3 28262400 28262400 0 100% /oracle/PRD/sapdata3
In this filesystem there are only sap files:
-rw-rw---- 1 oraprd dba 8388616192 Jan 10 17:14 ./prd_3/prd.data3
-rw-rw---- 1 oraprd dba 8388616192 Jan 10 17:14 ./prd_7/prd.data7
-rw-rw---- 1 oraprd dba 2097160192 Jan 10 17:13 ./prd_11/prd.data11
-rw-rw---- 1 oraprd dba 3221233664 Jan 10 17:14 ./prd46c_3/prd46c.data3
-rw-rw---- 1 oraprd dba 4194312192 Jan 10 14:06 ./temp_1/temp.data1
-rw-rw---- 1 oraprd dba 2044723200 Jan 10 17:14 ./prd_15/prd.data15
-rw-rw---- 1 oraprd dba 2044723200 Jan 10 17:14 ./prd_35/prd.data35
-rw-rw---- 1 oraprd dba 1258283008 Jan 10 17:09 ./prd_38/prd.data38
-rw-rw---- 1 oraprd dba 650117120 Jan 10 17:09 ./prd_39/prd.data39
and are the same and with the same space that this morning.
I have only this question. What there are in this filesytem that this morning was with 64728 Kbytes available and now it has 0 Kbytes available?
Thanks a lot of!
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 03:35 AM
01-10-2007 03:35 AM
Re: filesystems with 100%
HTH,
Sally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 05:41 AM
01-10-2007 05:41 AM
Re: filesystems with 100%
Just a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 06:25 AM
01-10-2007 06:25 AM
Re: filesystems with 100%
1. Your application opened one of the files nad made it slightly larger.
2. The files are for your database and were created as sparse files. This means that there are undefined records and no space is required for these undefined records. However, the database added new records inside the file and additional space was required. This is the most likely scenario.
The fact that the space available is exactly 0 probably means that your application had an error when it ran out of space. The bottom line is that you need a *LOT* more free space than 64 megs. Extend the lvol to 29 or 30 Gb and watch for growth.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 03:25 PM
01-10-2007 03:25 PM
Re: filesystems with 100%
May I suggest the following:
Find out the content of the directories using the DU command or perhaps the FIND command a follows
du
du -k
find
(notic e the "c" at the end and that I have split the command in two lines with a "\")
This will enable to identify large files and then you could ask your DBA to tell you what kind of data it is.
Espero que esto le ayude.. :-)