- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: / 100% full - HELP !
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
09-29-2003 03:01 AM
09-29-2003 03:01 AM
Re: / 100% full - HELP !
I've added it to favorites, and my vote is Bill Hassell gets a 10 point spot for his command which is great.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:10 AM
09-29-2003 03:10 AM
Re: / 100% full - HELP !
# find / -name "*core*" -print | pg
-GK-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 07:34 AM
09-29-2003 07:34 AM
Re: / 100% full - HELP !
find . -name "cXtXdX" /
may show you a bad tarball...I know I have done that at least once...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 10:47 AM
09-29-2003 10:47 AM
Re: / 100% full - HELP !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 10:12 PM
09-29-2003 10:12 PM
Re: / 100% full - HELP !
Here's my du output.
#du -kx / |sort -rn |more
17093 /
14163 /sbin
3039 /sbin/fs
2752 /etc
1297 /sbin/fs/vxfs
1110 /sbin/fs/hfs
881 /etc/lvmconf
510 /sbin/lib
454 /etc/hpC2400
388 /sbin/fs/nfs
337 /etc/X11
269 /sbin/init.d
244 /etc/UPS.d
132 /sbin/fs/cdfs
122 /sbin/set_parms.d
121 /.elm
114 /etc/vue
112 /sbin/fs/lofs
98 /etc/opt
94 /etc/rc.config.d
94 /etc/mail
I still could not figure out what has gone wrong. And the worst thing is, I'm not able go into single-user mode as this is a live production 24x7 server. I'm still kind of puzzled why bdf shows 85MB and du shows around 30MB ?
#bdf /
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 86016 85104 888 99% /
Very interesting...
Anyone is able to solve this puzzle ?
I promise I will award points later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 10:27 PM
09-29-2003 10:27 PM
Re: / 100% full - HELP !
can u post the o/p of
find / exec ll {} \; | grep ' -'
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 12:58 AM
09-30-2003 12:58 AM
Re: / 100% full - HELP !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 03:27 PM
09-30-2003 03:27 PM
Re: / 100% full - HELP !
i am sorry. but i did read the responses :(.
i may have missed it as there are a lot of reponses.
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 03:54 PM
09-30-2003 03:54 PM
Re: / 100% full - HELP !
I have looked at your output and believe you may have been a victim of the hidden file trick. Please see my earlier response.
At some point, please don't forget to assign points to those that helped you. There is a solution in this thread, its going to take some time to get to it, but this is a serious issue that didn't happen in five minutes. Probably.
I will say this: I used Bill Hassel's suggestion to figure out what was taking up 20% of the / filesystem on my production system.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 06:07 PM
09-30-2003 06:07 PM
Re: / 100% full - HELP !
*
I also think that Bill Hassel's suggestion is the way to go!
*
Sharing a similar experience of my mine!
*
- In single user mode, created directory /users and copied 50 MB of files
*
- In multi-user mode, i had a filesystem mounted on /users (size 800 MB)
*
- The 50 MB is hidden in the multi-user environment
*
two ways to get it back:
a. Umount all file systems and check /
(du -sk *)
b. Go to single-user mode and "du -sk *".
*
Hope this helps too!
*
Regards
Yogeeraj
- « Previous
-
- 1
- 2
- Next »