Originally posted by: bhead
> Read the man bindprocessor. It mentions that the
> option of the command "ProcessorNum" can be a logical
> number of the processor. What does that mean? if I
> have a logical partitioning CPU onboard.
Identifies which processor you want to bind a process to. "bindprocessor -q" will show you what you have. With a 4-way you should see something like:
The available processors are: 0 1 2 3
Say the process you want to bind to a single cpu has a process id number of 12345 and you want to bind this to the first cpu, which would be 0 then:
bindprocessor 12345 0
With P5 processors and AIX 5.3 you also have more options but that's a whole nother can of worms. I've never actually used this other than playing around with a test box, not sure of what kind of results you'll get.
The vmtune command you referred to in an earlier post, under 5.3 it's now the "vmo" command. If your not familiar with tuning an AIX box I'd study up on that one before attempting making any changes, especially on a prod server.
#AIX-Forum