Operating System - HP-UX
1753388 Members
7223 Online
108792 Solutions
New Discussion юеВ

Re: sendmail[11535]: NOQUEUE: SYSERR(root)

 
Sam Dee
Advisor

sendmail[11535]: NOQUEUE: SYSERR(root)

Hi guys,

I am running HP-UX 11i. Backup on one of the servers very slow. Attached are some messages I find on the system
Please I need your help.

Sam
5 REPLIES 5
hari jayaram_1
Frequent Advisor

Re: sendmail[11535]: NOQUEUE: SYSERR(root)

Sam,

do you have a services.switch file in /etc/mail/service.switch. If not please copy the file from /etc/newconfig/etc/mail/service.switch to /etc/mail. Please restart sendmail

thanks
Sam Dee
Advisor

Re: sendmail[11535]: NOQUEUE: SYSERR(root)

Thanks,
But I forgot to tell you that no entries are being sent to syslog.log and mail.log.
Is there something wrong or a daemon has stopped running?

For syslog.log
Apr 16 01:05:42 dev01 vmunix: msgcnt 9 vxfs: mesg 001: vx_nospace - /dev/vg00/
lvol8 file system full (1 block extent)
Apr 16 01:05:52 dev01 vmunix: msgcnt 11 vxfs: mesg 001: vx_nospace - /dev/vg00
/lvol8 file system full (1 block extent)


For mail.log
Apr 16 11:56:59 dev01 sendmail[8863]: LAA08863: to=root, delay=00:00:00, maile
r=local, stat=queued
Apr 16 12:27:54 dev01 sendmail[11535]: NOQUEUE: SYSERR(root): NIS map mail.ali
ases specified, but NIS not running

Hope to hear from you soon
Sam
Robert-Jan Goossens
Honored Contributor

Re: sendmail[11535]: NOQUEUE: SYSERR(root)

Hi Sam,

You have a full filesystem /dev/vg00/lvol8

# bdf | grep /vg00/lvol8

You will need to cleanup this filesystem or extend it.

Regards,
Robert-Jan
Robert-Jan Goossens
Honored Contributor

Re: sendmail[11535]: NOQUEUE: SYSERR(root)

Sam,

Lvol8 is you /var filesystem

# cd /var
# find . -size +10000 -xdev -exec ls -l {} \;
Check if there are file you can remove
Check /var/tmp for old files
Run the cleanup command to check for superseeded patches.

# cleanup -p -c1
-p = preview if oke rerun without the -p.

Regards,
Robert-Jan
Sam Dee
Advisor

Re: sendmail[11535]: NOQUEUE: SYSERR(root)

Hi guys,
Please find below my bdf. The filesystem is not full.
bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 204800 52420 142857 27% /
/dev/vg00/lvol1 199381 45382 134060 25% /stand
/dev/vg00/lvol8 1568768 1305239 249711 84% /var
/dev/vg00/lvol6 2097152 714418 1296327 36% /usr
/dev/vg00/lvol5 1024000 33050 929548 3% /tmp
/dev/vg00/lvol4 4194304 723494 3253910 18% /opt
/dev/vg00/lvol7 204800 173580 29301 86% /home
/dev/vgdevdb/lvol1 614400000 343235584 269295968 56% /devdb

Sam