How to list physical CPU on primary domain?


 
Thread Tools Search this Thread
Operating Systems Solaris How to list physical CPU on primary domain?
# 1  
Old 06-13-2017
How to list physical CPU on primary domain?

How to list physical CPU on primary domain? Sparc SPARC T5-4

Code:
psrinfo -p
1

in ILOM I see
Code:
Processors:
       4 / 4

# 2  
Old 06-13-2017
What says:

Code:
# psrinfo -pv

?
# 3  
Old 06-16-2017
Sun

well, a T5-4 has up to 4 CPUs, so your ILOM is correct... but with active LDOMs you might have only 1 CPU in your primary domain.
use the command "ldm list" do see your ldom configuration.

g pressy
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

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

2. AIX

Need help on physical cpu utilization

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

3. Solaris

Solaris 11 server as Primary Domain Controller

Hi, All of our servers run Solaris (currently 10, but looking to upgrade to 11). In each of our offices we have a server configured as a Primary Domain Controller via Samba to provide naming services to our Windoze users. I would like to continue with that arrangement, but I would also like... (2 Replies)
Discussion started by: wgkorb
2 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. AIX

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... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

6. Shell Programming and Scripting

Script to list primary group of users

Dear All I am facing a problem with my script. I have to found the primary group of users . So first I selected all the groups and users register from a specific user : ONE Then I am making a file with all groups attached to the user : ONE Then I am making a file with all... (8 Replies)
Discussion started by: Aswex
8 Replies

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

8. Shell Programming and Scripting

List ALL users in a Unix Group (Primary and Secondary)

Is there a command or better combination of cmds that will give me the list of Unix users in a particular Unix group whether their primary group is that group in question (information stored in /etc/passwd) or they are in a secondary group (information stored in /etc/group). So far all I got... (5 Replies)
Discussion started by: ckmehta
5 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
Login or Register to Ask a Question