The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 10-22-2008
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,111
I would concentrate on finding the difference between the two systems. And be sure you have checked all of the shared memory kernel settings. Especially shmmni(5) which is a system-wide limitation.

Run
ipcs -mb

on both systems to see how much shared memeory is currently in use. Has something used it all up? And what about free memory? You need free memory to make shared memory. Run
vmstat 1 5
to see how that looks.