AIX p5 virtual processors setting


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users AIX p5 virtual processors setting
# 1  
Old 11-17-2006
AIX p5 virtual processors setting

Have a p570 LPAR capped/smt set to 4 physical processors. And currently have virtual processors set to 6 which gives 12 logical processors at AIX. This is for an Oracle9i database server running 4 instances.

What should virtual processors be set to? at least initially?
And how to determine when to increase/decrease?

I did read something about setting virtual processors to high can cause ovehead....

Thanks.
# 2  
Old 11-18-2006
According to your text the partition you are using has 4 physical processor and is capped. That means that under no circumstances can it claim more than 4 physical processors or 8 cores in that matter.
So here it really makes no sense to provide it with more virtual processors than 4, which will give 8 logical processors in AIX. If you have more processors than that for this lpar the only thing that will happen is that one of the physical processors will have to act as it is two processors - that is switch context more often. This will give you performance decline, probably only small, but on some workloads it can be quite some acctually.

So here I would have the virtual processors set to the same amount as your physical processors. If your partition was uncapped and part of a shared processor pool I would reccomend the virtual processors set to the same number as physical processors in the pool.
# 3  
Old 11-18-2006
That makes sense.
Thank you for the reply.
# 4  
Old 11-21-2006
Sprellarinn was almost correct. It all depends on you version of AIX! Version 5.2 then 4 physical and 4 virtual is correct! Plus I would consider running it in a dedicated setup anyway, which means the virtual element does not count anymore! With version 5.3 things changed drastically! The word virtualisation arrived and with it came the ability to have many virtual CPUs on a few physical ones. There is a limit though and it comes down to the 0.1 slice rule and micro-partitioning! Think in terms of 10 to 1 this would mean an LPAR configured with 2 processing units could effectively have the execution time of 20 physical processors.

The best way to work out the virtual configuration is to take into account the amount of physical storage allocated to the machine. If this is high (high tens of Giga Bytes) then the number of virtual CPUs should be kept to a sensible figure otherwise the paging out of shared memory can kill the performance. I would suggest that with 4 CPUs then a virtual setting of 8 to 10 virtual will not be a bad thing. However if your TL is 4 (oslevel -s) then turn off the vmm_mpsize_support with the command:

# vmo -r -o vmm_mpsize_support=0
# bosboot -a
# shutdown -Fr

Hope this helps!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

2. Red Hat

Number of physical and virtual processors

Hi, i am trying to find out hpw many virtual and physical processors does any linux machine has: output of /proc/cpuinfo is as below : # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU... (8 Replies)
Discussion started by: omkar.jadhav
8 Replies

3. Solaris

How to count number of physical and virtual processors on Solaris machine.?

hi, I am using command psrinfo -p to check the number of physical processors present on any soalris machine.I want to check the number of virtual processors assigned for particular solaris machine. which command/set of command need to be used which can grep or show the total virtual processors... (8 Replies)
Discussion started by: omkar.jadhav
8 Replies

4. AIX

Processsing Units and Virtual Processors.

Hi, on redhat linux 5.5 (IBM PPC) os, whenever I am running the command top, it is showing 8 cpu. Processing Units Property Current Pending Minimum 0.1 Assigned 0.8 Maximum 1 Virtual Processors Property Current Pending Minimum 1 Assigned 4 ... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

5. AIX

Setting up an Integrated Virtual Ethernet adapter

All I am trying allocate an IVE to an LPAR (not a VIO) running AIX 7.1. I am getting the error: HSCL068A Explanation Logical port can not be assigned to Logical Partition because this Logical Partition is not the promiscuous LPAR for the physical port. Has anyone encountered this... (1 Reply)
Discussion started by: johnf
1 Replies

6. AIX

Need help understand Virtual Processors

First of all I have performed a Google search and internal search and found several descriptions but nothing I can wrap my head around and feel 100% confident about. I feel really silly for asking this as I manage a P6 570 with 12 lpars but I have difficulity with Virtual Processors. I can... (3 Replies)
Discussion started by: juredd1
3 Replies

7. AIX

AIX Virtual Server Question

I need help creating a Physical to Virtual server. I have successfully created 3 virtual machines on my VIO server. Now I want to move my physical aix 6.1 server to a virtual machine. I was able to backup/restore the rootvg successfully, but I am having so much trouble with my 20GB vg01 volume... (5 Replies)
Discussion started by: raemccarthy
5 Replies

8. AIX

Virtual interface on AIX

Hi, I am totally new to AIX. I would like to know how to create virtual interface on AIX machine. Thanks, Pooja (4 Replies)
Discussion started by: pooja84k
4 Replies

9. AIX

AIX running as a virtual client ?

Me and a co-worker were wondering if by any chances there are any Virtual AIX available to run on either Windows or (preferably) a Linux flavor. That would help us a lot for practicing AIX admin work since we are not allowed to do it on the client server (we are just operators but aspiring to be... (1 Reply)
Discussion started by: Browser_ice
1 Replies

10. AIX

how to find virtual ip in aix.

hi, can some body in helping me in finding the virtual ip of the aix machine using ifconfig. I tried ifconfig -a but there could be any interface name so finding that out would be difficult. So colud anyone suggest me some option. thanks (2 Replies)
Discussion started by: prasi_in
2 Replies
Login or Register to Ask a Question