Problem(Abstract)
The NUMCPUVP and newer VPCLASS onCONFIG parameter should be set to one less than the actual number of physical CPUs present in the server. This document provides the commands to determine the number of CPUs on Sun machines.
Resolving the problem
When tuning various IBM Informix® products you need to know the number of processors on your system. The NUMCPUVP or VPCLASS cpu ONCONFIG configuration parameter, for instance, should be set to one less than the actual number of physical CPUs present in the server.
On Sun Solaris you can determine how many processors your system has by using the unamecommand. Use the -X option to uname (located in /usr/bin) and look for the value of the parameter NumCPU. The -X option displays expanded system information as expected by SCO UNIX. See the man page for more information on uname -X. Use this command line:
- /usr/bin/uname -X
- Example:
This example is from a machine with 4 CPUs. It also uses grep to limit the output.
- $ uname -X | grep Num
NumCPU = 4
Note: Please see the manuals and online documentation for NUMCPUVP and VPCLASS ONCONFIGconfiguration parameters.
'*nix' 카테고리의 다른 글
Determining how much memory you have on IBM AIX (0) | 2011.11.20 |
---|---|
Determining how much memory you have on Solaris (0) | 2011.11.20 |
Determining CPU Speed in AIX (0) | 2011.11.20 |
Determining how many CPUs you have on HP-UX (0) | 2011.11.20 |
cpio: 0511-903 Out of phase! (0) | 2011.11.01 |