HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: filesystem size is growing
Operating System - HP-UX
1834020
Members
2799
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-06-2011 10:54 AM
04-06-2011 10:54 AM
filesystem size is growing
Hi,
My file system size is growing 1MB/sec. I need to know why its growing and how.
when i tried fuser -cu /mountpoint
lot of pid with user(every thing root). Since netbackup database is running. I cant kill all the process.
How to identify and kill that.
My file system size is growing 1MB/sec. I need to know why its growing and how.
when i tried fuser -cu /mountpoint
lot of pid with user(every thing root). Since netbackup database is running. I cant kill all the process.
How to identify and kill that.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2011 12:18 PM
04-06-2011 12:18 PM
Re: filesystem size is growing
which filesystem ?
what file is growing ?
do you expect anyone to read minds or something ?
find /filesystem_growing -size +10000000c | xargs ls -l
this will find you files larger than 10MB or so in size. You can change the number if it generates too many or too little. But 10M is fine in my opinion as threshold
Then see which file(s) are huge in size and monitor their growth behavior with continuously running ls -l against those. Then figure out which process keeps them open (did you hear about wonderful utility called lsof ? Use it !)
If you are still stumped, come and post your findings as detailed as you can to get better answers
what file is growing ?
do you expect anyone to read minds or something ?
find /filesystem_growing -size +10000000c | xargs ls -l
this will find you files larger than 10MB or so in size. You can change the number if it generates too many or too little. But 10M is fine in my opinion as threshold
Then see which file(s) are huge in size and monitor their growth behavior with continuously running ls -l against those. Then figure out which process keeps them open (did you hear about wonderful utility called lsof ? Use it !)
If you are still stumped, come and post your findings as detailed as you can to get better answers
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2011 01:28 AM
04-07-2011 01:28 AM
Re: filesystem size is growing
> lot of pid with user(every thing root). Since netbackup database is running. I cant kill all the process.
what is your filesystem usage? a growing filesystem alone wouldn't be a problem, filesystems are meant to be used. you said that netbackup is running, so maybe it is a timed job and it will finish in some hours. Kill would be IMHO a drastic solution, even with SIGSTOP. it's better to tell the user to stop his process normally.
what is your filesystem usage? a growing filesystem alone wouldn't be a problem, filesystems are meant to be used. you said that netbackup is running, so maybe it is a timed job and it will finish in some hours. Kill would be IMHO a drastic solution, even with SIGSTOP. it's better to tell the user to stop his process normally.
****
Unix operates with beer.
Unix operates with beer.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP