Finding Physical CPU.


 
Thread Tools Search this Thread
Operating Systems AIX Finding Physical CPU.
# 1  
Old 10-24-2011
Question Finding Physical CPU.

Hi,

I am having 2 lpar (AIX 5.3) on p550 box, for both lpar 4 cpu is allocated as dedicated, each lpar is having 4 cpu.

I would like to know how to find out Physical CPU attached to that box.

how to find out wheather it is dual core or quad core or actually 8 cpu inside the box?

HMC is connected.


Regards,

Manoj
# 2  
Old 10-24-2011
p5/p6 only had dual core.

p550 are 8-way boxes - and if you use 2x 4 cpus than you use all you have if your lpars are capped - and which cpus you actually use will be different from cold restart to cold restart

Regards
zxmaus
# 3  
Old 11-06-2011
I would run this command on lpar
Code:
lscfg -vpl sysplanar0|grep -p PROC


Last edited by zaxxon; 11-07-2011 at 06:32 AM.. Reason: code tags please
# 4  
Old 11-07-2011
Code:
lscfg | grep proc

# 5  
Old 11-07-2011
Quote:
Originally Posted by h@foorsa.biz
Code:
lscfg | grep proc

just grepping proc will show you information about cores
assigned to lpar. Only general overview
if you view sysplanar you are getting exact information about processor boards including serial number and part number
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to list physical CPU on primary domain?

How to list physical CPU on primary domain? Sparc SPARC T5-4 psrinfo -p 1 in ILOM I see Processors: 4 / 4 (2 Replies)
Discussion started by: thomasj
2 Replies

2. AIX

Need help on physical and virtual cpu

HI, I need a command to find, 1) Avaiable Physical CPU 2) Avaiable virtual CPU TIA (1 Reply)
Discussion started by: sumanthupar
1 Replies

3. AIX

Need help on physical cpu utilization

command to find physical cpu utilization other than nmon (5 Replies)
Discussion started by: sumanthupar
5 Replies

4. AIX

Monitor Physical CPU usage on multiple servers

Hello, Looking for some help. I am trying to gather data at each server showing when the physical CPU is being used the most based on a weekly timeframe. I know this data can be seen through NMON but with multiple servers in our environment it could take a real long time. is there a easier... (4 Replies)
Discussion started by: audis$
4 Replies

5. Solaris

How to check number of "CPU physical and core"?

Hi All, How to check number of "CPU physical and core" ? my machine is T5240, T5440 I try to user prtdiag it show 128 CPUs ?? what real number for it? (5 Replies)
Discussion started by: arm_naja
5 Replies

6. UNIX for Dummies Questions & Answers

Finding cpu utilisation

Hi , I need to find the average percentage of CPU utilisised by a particular process through a shell script. Suppose if a process is running for 6 hours i need to get average CPU utilised by it. Could you please assist me. Thanks, (0 Replies)
Discussion started by: praviper
0 Replies

7. AIX

Finding cpu information on vio client

Hi, I am having single p series blade with Single Physcial CPU with dual core, on that vio server is installed, I have created vio client allocate 0.9 each cpu , now when I am running prtconf command on vio client it is showing "2" no of processor, My query using which command it will... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

8. UNIX for Advanced & Expert Users

NMON Physical Averages display for multi CPU Server

We have some AIX Unix Servers with 4 or 6 CPU and when type this command “c” in nmon always displays each cpu % with Averages on buttom. However we have several Servers with 18 CPU's and it only shows 16 17 on main page. Does nmon have some command that would show remaining with totals for Physical... (3 Replies)
Discussion started by: groosha
3 Replies

9. UNIX for Dummies Questions & Answers

Checking CPU Usage and available free physical and virtual memories

Hi , can anyone please guide me on how do i go about getting the CPU Usage and available free physical and virtual memories? i know i can get it by using prstat, but i want to get an overall CPU Usage and not a breakdown of all same for the free physical and virtual memories ? (2 Replies)
Discussion started by: filthymonk
2 Replies

10. UNIX for Advanced & Expert Users

Finding CPU usage by a Unix Process

Hi, I am designing a load balancer for an application. I am trying to find out the CPU usage by a specifc Unix process (PID is known). I guess I can use ps command to find that. can somebody help me in finding what exact command I should use to find? It is on AIX 5.3. Regards Asutosh (2 Replies)
Discussion started by: asutoshch
2 Replies
Login or Register to Ask a Question