- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /var/spool/mqueue
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
12-19-2000 08:15 AM
12-19-2000 08:15 AM
Recently I have a problem with my work station HP-Visualize J5000/HP-UX10.20. On the screen always appear this message:
"Dec 19 17:06:21 eeh2 sendmail[756] NOQUFUF low on space (have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue".
I would like to know what happened to my station? How can I repair it?
Thank you very much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 08:23 AM
12-19-2000 08:23 AM
Solutionbdf /var
Try to find big unused files in /var/tmp and remove them.
Ie: find /var/tmp -mtime +31 -exec rm {} \;
will remove files older than 31 days
You could also remove obsolete/superseeded patches with
cleanup
(cleanup asks you before removing)
This will free some space at /var
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 08:23 AM
12-19-2000 08:23 AM
Re: /var/spool/mqueue
Seems you have not enough space in /var, if you could do a bit of cleanup or extend /var
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 08:25 AM
12-19-2000 08:25 AM
Re: /var/spool/mqueue
How much free space do you have on /var ?
It looks like you're running short of ...
Good places to look for a cleanup are /var/tmp /var/spool /var/adm/syslog
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 08:35 AM
12-19-2000 08:35 AM
Re: /var/spool/mqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 08:51 AM
12-19-2000 08:51 AM
Re: /var/spool/mqueue
If you don't, you might want to routinely invoke SAM -> Routine Tasks -> System Log Files ...and trim various logs. SAM allows you to trim to zero-bytes or a percentage of a file's size and to add files to the list for presentation. Many of the files on your system that require routine attention are in /var and are easily managed with SAM.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 09:05 AM
12-19-2000 09:05 AM
Re: /var/spool/mqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 09:06 AM
12-19-2000 09:06 AM
Re: /var/spool/mqueue
Do a cleanup of superseded patches.