Operating System - HP-UX
1844916 Members
1336 Online
110233 Solutions
New Discussion

sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space

 
Juan-Pablo Zh
New Member

sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space

Hi,

The follow message appear ever 10 seconds:

"sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space"

But the file system's don't have more than 60% used. (I'm include output of vgdisp),





4 REPLIES 4
Tim Nelson
Honored Contributor

Re: sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space

the message is complaining about memory not disk space.

Post some config and memory usage stats.

server model
HPUX version
Amount of physical memory ( dmesg )

swapinfo -tam

vmstat 5 5


Juan-Pablo Zh
New Member

Re: sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space


server model : D Class 9000
HPUX version: HP-UX (B.10.20)

(Attach file with information)


Dennis Handly
Acclaimed Contributor

Re: sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space

Your system is seriously under configured.
You only have 1 Gb device swap. You don't have pseudoswap on at all. And 768 Mb memory.

Even though you have 782 free now, you could run out of that very quickly.

So add so more device swap
Aman Bharadwaj
New Member

Re: sendmail[6153]: PCN19717: SYSERR(root): Out of memory!!: Not enough space

Juan-Pablo Zh,

You can enable pseudo-swap by setting kernel tunable parameter swapmem_on to 1.

#kmtune swapmem_on=1

Also, as you dont have free space to add another device swap here so you can plan to add another disk into vg and add swap space to exisiting configuration.

How to Add another device swap space:
# lvcreate -C y -r n -L 4096 -n lvolswap /dev/vg00

# swapon -p 0 /dev/vg00/lvolswap

# echo "/dev/vg00/lvolswap ... swap pri=0 0 0" >> /etc/fstab

you can give any name to lv u like !!