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
08-02-2000 06:48 AM
08-02-2000 06:48 AM
VM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 06:55 AM
08-02-2000 06:55 AM
Re: VM
one reason could be that a user has done a core dump by crashing his application.
Possibly there is a cron job on your machine that looks for core files frequently and removes them.
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 06:57 AM
08-02-2000 06:57 AM
Re: VM
After the process is complete, the FS space is reclaimed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 07:09 AM
08-02-2000 07:09 AM
Re: VM
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 07:16 AM
08-02-2000 07:16 AM
Re: VM
Just keep an eye on syslog which FS was, run du time to time to cach what happened. At this point I would not go to increase vg and lvs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 07:22 AM
08-02-2000 07:22 AM
Re: VM
I've seen fbackup flake out and not write to the tape drive, but, write to a file on the disk. When the job aborts or is killed that file can just disappear or may need to be removed.
Secondly, if a process is writing to a file, has it open, and that file is removed the data will still occupy the disk space. The only thing I've seen to clear this is a reboot.
As others said, a core file is a good candidate and what were your users doing over that time? Some times they do not realize they did it and many times they will not admit it. It's fun.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 07:32 AM
08-02-2000 07:32 AM
Re: VM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 04:28 PM
08-02-2000 04:28 PM
Re: VM
You can put this command ( find / -name core -exec rm {} ; ) to run in the cron.
Rgds,
Eliane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 04:29 PM
08-02-2000 04:29 PM
Re: VM
There are some file you can empty with the command:
$ > file_of_log
The file are:
/var/adm/wtmp
/var/adm/btmp
/var/adm/sulog
/var/adm/cron/log
/var/spool/mqueue/syslog
/var/spool/mqueue/sendmail.st
/var/spool/uucp/.Admin/*
/usr/spool/uucp/.Log/*
/var/adm/lp/log
/var/adm/messages
/var/adm/sw/swinstalllog
/var/adm/sw/swremove.log
/var/adm/sw/sw*.log
You can use the cron to do this.
Rgds.
Eliane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 04:30 PM
08-02-2000 04:30 PM
Re: VM
You can put this command in the cron: find / -name core -exec rm {} ;
I hope it help you,
Eliane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 04:51 PM
08-02-2000 04:51 PM