- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: send mail
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
03-20-2002 09:04 PM
03-20-2002 09:04 PM
sory I'm new in unix just started.
I got error Genesis send mail [667]: [noqueue]: lov on space (have 0, smtp - daemon neds 101 in /var/spool mqueue)
and is keep repeating all time.
Any sugestion will be apriciated
Goran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 09:24 PM
03-20-2002 09:24 PM
Re: send mail
Sounds like there could be a couple of issues.
/var could be full, in which case this may
explain these messages. What you could do is
this:
# /sbin/init.d/sendmail stop
# mailq (This should show many items)
If you don't want these messages go to
/var/spool/mqueue and remove all of the files.
If /var is still full, you may need to look
at reducing the size of some of the logs and
remove any unwanted core files.
If /var/ is not full, have a look at this
posting:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf6dc0bce6f33d6118fff0090279cd0f9,00.html
Restart sendmail
# /sbin/init.d/sendmail start
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 09:28 PM
03-20-2002 09:28 PM
Re: send mail
It would seem that the filesystem containing /var/spool/mqueue is full. You can test this the following way (this is how it looks on my system) :
cd /var/spool/mqueue/
bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vgemcbox036/lv_var_spool_mqueue
2301952 5900 2155804 0% /var/spool/mqueue
If the available is very low ... you will need to extend the filesystem OR make a seperate filesystem for the mqueue OR maybe the mail you are trying to send is too big ...
This should get you started ... hope it helps,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 12:08 AM
03-21-2002 12:08 AM
Re: send mail
Please refer to:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0be7c6af36b7d5118ff10090279cd0f9,00.html
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:35 PM
03-21-2002 08:35 PM
Re: send mail
Thanks Tom,
I didn't know howo to check /mqueuee with bdf .
I didn't know secundary hard disk is just phisicly here. I need to extend the filesystem for the mqueue.
My question is how to go in single mode to extend mqueue, which command to use and extend filesystem on secundary hard disk.
thank you, thank you
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 09:24 PM
03-21-2002 09:24 PM
Re: send mail
To boot into single-user mode:
Stop the system by pressing any key when the console has the stop within 10 seconds message.
Interact with ISL, answer yes
from ISL prompt
ISL> hpux -is
Once the system boots, you can extend the
filesystem.
You need to get the entry from your /etc/fstab
file so that you know what logical
volume is the one for your mqueue
filesystem. You will need to know
what the secondary disk is. Try
using:
# vgdisplay -v /dev/yourvg
and look for the disk that has enough
space.
# lvextend -L 1024 /dev/yourvg/mqueue /dev/dsk/cxtydz
# extendfs /dev/yourvg/rmqueue
Control -D will start the rest of the
system up and into multi-user mode.
If this is not not enough information
we can certainly assist further.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:16 AM
03-25-2002 07:16 AM
Re: send mail
Sorry that I'm not responding on time but I do not have HP 10.20. Avaible all the time.
Your: when "Stop the system by pressing any key when the console has the stop within 10 seconds message" I assume refer to shutdown.
I try with shutdown -y -r 10 and any key but not success. On what is stand exactly?
Thank you for your help
Regards,
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 07:52 AM
03-26-2002 07:52 AM
Solutionwhat Michael ment is following,
when typ in the command "shutdown -y -r 10 " a message will be displayed like "YOUR SYSTEM WILL BE BROUGHT DOWN IMMEDIATLEY!" after that the system will be rebooted.
Now you have to be very attentive. You have to watch the console. Very fast you will get a message on the console like "Press any key within 10 seconds to interrupt boot."
After that you will be prompted to interact with ISL ...
Now answer with yes and follow the description of Michael.
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 07:42 PM
03-27-2002 07:42 PM
Re: send mail
Thank you for the help
It's work.
I'm really grateful for these pages.
As they say we learn all our life.
Thanks Goran