- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- / filesystem 98% 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
07-12-2008 02:16 AM
07-12-2008 02:16 AM
/ filesystem 98% full
I dont have any space in vg00 to increase the lvol for /. What can be done?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 02:36 AM
07-12-2008 02:36 AM
Re: / filesystem 98% full
Not directly.
There are plenty of threads on how to free up space:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1132476
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1232189
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1246073
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1232189
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1192185
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1186813
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1177480
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1158884
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 02:47 AM
07-12-2008 02:47 AM
Re: / filesystem 98% full
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1186813
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 07:10 AM
07-12-2008 07:10 AM
Re: / filesystem 98% full
ls -l / | sort -rnk5 | head -10
du -kx | sort -rn | head -20
Then we can point out the areas that need fixing.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 07:31 AM
07-12-2008 07:31 AM
Re: / filesystem 98% full
Please check out , is there any core file generated under / with below command..
1]
#find / -name "core". You can remove the core dumps if generated.
2]Specifically talking about to
/home - is a user specific area, so ask users to remove unwanted and older files/folders to make some space.
3]If /var is full - then
You can make user specific mail area as a null file. with # cd /var/mail
#>user
Also #cd /var/adm/syslog/
#zip mail.log
#cd /var/adm/
#>wtmp
4]If /opt is full.
Remove unwanted depots,tar,.gz formatted s/w's etc.Also under /opt/contrib/bin.If nickel output is there u can ftp it to desktop and can remove it.As these areas are space consuming areas.
I hope This much of info. is somewhat helpful for you to resolve your issues.
Rgds
Yogesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 09:00 AM
07-12-2008 09:00 AM
Re: / filesystem 98% full
Dear Friend
check any core file is there
if it is there remove it
find . -name core -exec rm -i {} \;
check
directories like opt
du -sk /opt/*
if any files belongs to higher size check
it and take necessary action
this is way u can manage it
thanks and regards
sajjad sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 01:29 AM
07-14-2008 01:29 AM
Re: / filesystem 98% full
Check for ordinary (text) files in /dev - a common mistake is to mistype a tape device name.
Don't worry about /var - it's not part of /.
Mark Syder (like the drink but spelt different)