- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var/spool/mqueue low space
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
05-08-2003 11:43 PM
05-08-2003 11:43 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 11:49 PM
05-08-2003 11:49 PM
Re: /var/spool/mqueue low space
Just do a
#du -k /var|sort -nr
and check the directories using more space.
Do check the size of the log files
/var/adm/wtmp
btmp
/var/adm/syslog/syslog.log
mail.log
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 11:53 PM
05-08-2003 11:53 PM
Re: /var/spool/mqueue low space
/var/tmp--->
temporary files
#find /var/tmp -mtime +7 -exec rm {} \;
Also check the /var/preserve dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 11:56 PM
05-08-2003 11:56 PM
Re: /var/spool/mqueue low space
/var/spool/mqueue low space?
Is it about sendmail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 12:13 AM
05-09-2003 12:13 AM
Re: /var/spool/mqueue low space
Due to the less file system space on /var,
Either incoming/outgoing mails are throwing these messages.
You need to free some space on the file system.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 12:49 AM
05-09-2003 12:49 AM
Solutionthis message is related to sendamail only. u only need to cleanup /var/ file system. u can delete all files in /var/preserve directory safely, which releases lot of space. Sendmail maintains its mail queue related files in /var/spool/mqueue.
u can also delete file in /var/tmp
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2003 02:35 PM
05-17-2003 02:35 PM
Re: /var/spool/mqueue low space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2003 09:21 PM
05-17-2003 09:21 PM
Re: /var/spool/mqueue low space
This increases the space in /var and messages are suppressed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 05:05 AM
05-19-2003 05:05 AM
Re: /var/spool/mqueue low space
1. cron jobs that scan logfiles for useful data, then compress or zero the logfiles and other cron jobs to get rid of truly temporary files (/var/tmp).
2. some /var directories may get VERY large as a normal activity and these may be more suited to staying on a separate disk. This increases the fault-tolerance of a large server. For example, the following directories may be candidates for their own volume:
/var/tmp
/var/adm
/var/adm/sw
/var/adm/crash
/var/spool
/var/mail
Bill Hassell, sysadmin