Originally posted by: SystemAdmin
You should care about this message if and only if you will ever want the contents of a crash dump. This dump is written by default to the primary paging space and at reboot is copied to the copy directory. You can confirm what these are by
sysdumpdev -l
The error message is telling you that there isn't enough space free in the copy directory to store a dump of estimated size. The size of a crash dump is a bit of a moving target because it depends on the number of running processes and what they're all doing at the time. You can get an estimate of this size in bytes by
sysdumpdev -e
Your mileage may vary and an actual dump could be bigger than this. You can cover yourself by changing the copy directory to a filesystem with lots of free space by
sysdumpdev -D /lots/of/free/space/filesystem
HTH
Jim Lane
#AIX-Forum