Identifying Underlying Physical Core Count - AIX


 
Thread Tools Search this Thread
Operating Systems AIX Identifying Underlying Physical Core Count - AIX
# 8  
Old 07-08-2014
Hmmm,
How about running this
lparstat -i | egrep "Maximum Physical CPUs in system|Active Physical CPUs in system"

This will give you Total CPUs on the Manage System and also Active (Configurable) CPUs
# 9  
Old 07-09-2014
Thanks for this ibmtech. I will give it a try now.
# 10  
Old 07-10-2014
on the HMC:
Code:
lshwres -r proc -m <managed server> --level sys -F configurable_sys_proc_units


Last edited by Franklin52; 07-11-2014 at 10:24 AM.. Reason: Please use code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX physical DVD/CD drive

Hello, I have some doubts about the dvd/cd physical on power machine and AIX. I see on my AIX lpar and see there is 1 DVD drive and its physical location bash-4.4# lsdev | grep cd0 cd0 Available 03-00-00 SATA DVD-RAM Drive bash-4.4# lscfg -vpl cd0 cd0 ... (12 Replies)
Discussion started by: Phat
12 Replies

2. 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

3. AIX

Identifying a user on a AIX shared workload

Hi, We access our workloads using usrun. Login is automatic as we are either in the profile for that workload or not. So each user logs into the same account - e.g. wloadexe Each of the users logs in from a machine where they have their own account. e.g. johndoe So when they log... (3 Replies)
Discussion started by: jfxdavies
3 Replies

4. HP-UX

Physical processor count required

Hi, We have HP RX 3600 server with HP Unix 11.23 loaded.From OS we need to get the information number of physical processors in this server.Please let me know the command to get this information. Regards, Jinu (6 Replies)
Discussion started by: jinu07
6 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

identifying core dump files.

I have come into a business environtment problem and had been 10+ years since the last time I did any unix admin work. A long time ago some mainframe person created an app that talked to a mainframe on UNIX and wrote a c program with "core" in the file name to indicate that the file was the... (2 Replies)
Discussion started by: pcooke2002
2 Replies

7. AIX

AIX 5.3 Physical Memory usage

Hi, I have AIX 5.3TL8 two node cluster using HACMP and have 10g database using RAW devices. I am seeing gradual increase in comp% memory everyday and it reaches 100% and evicts the node, we had 4 evictions in 40days. I am pasting vmstat and vmo output, anyone seen this issue? ... (5 Replies)
Discussion started by: navin7386
5 Replies

8. Filesystems, Disks and Memory

Does vmstat -d give a count of actual physical writes/reads done to/from hard disk?

Hi, I am trying to find the reliability of 'vmstat -d' for showing the actual physical writes on sectors on hard disk. Can anyone please tell me if the numbers in the "sectors" field under "read" or "write" headers show a count of the actual write commands sent to disk from the low level... (2 Replies)
Discussion started by: jake24
2 Replies

9. UNIX for Advanced & Expert Users

Identifying generic scsi disk on AIX 5.3

I was wondering if anyone knew of any tools that would identify generic scsi disks on servers running AIX 5.3? Going through diag into the hot plugs does not work. I know it used to for 4.3 on some servers I managed with generic scsi but for some reason I either dont the option to choose a disk... (2 Replies)
Discussion started by: plcj58
2 Replies

10. UNIX for Dummies Questions & Answers

Getting core id, physical id of running process

Hi All, I need a help. I need to know: 1. the individual core id, physical id of a running process on multicore inside a program. The system file /proc/cpuinfo shows all the ids of all the processes. But I need to know runtime, what exact core id and physical id , the running process has.... (0 Replies)
Discussion started by: debrajde
0 Replies
Login or Register to Ask a Question