The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-13-2003
hugo_perez hugo_perez is offline
Registered User
  
 

Join Date: Apr 2002
Location: Argentine - that better than to eat meat and to drink wine (both Argentineans)?.
Posts: 132
See maxuproc

To look if the problem is with the total number of processes
you can install and configure the PDT (Perfomance Diagnostic
Tool). To configure run:

/usr/sbin/perf/diag_tool/pdt_config

Collect data for a week and run the report

/usr/sbin/perf/diag_tool/pdt_report

If the problem is with nprocess change it.

To see the actual value

lsattr -E -l sys0

to change:

chdev -l sys0 -a maxuproc=600

Regards. Hugo.