HPE 9000 and HPE e3000 Servers
1752800 Members
5420 Online
108789 Solutions
New Discussion юеВ

Re: How to find out the free cpu slots in HP UX 11.00

 
SOLVED
Go to solution
Kalanithi Ram
New Member

How to find out the free cpu slots in HP UX 11.00

PLease let me know to how to find out the Cpu informations and free slots in HP UX 11.00/9000
6 REPLIES 6
S. Ney
Trusted Contributor

Re: How to find out the free cpu slots in HP UX 11.00

A tool like SysInfo may be helpful.

Here is an older thread on the subject.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=691061

Download the script here:
http://www.unixguide.net/scripts/hpsysinfo146

the output will give you cpu information such as:
=== END Basic System Data ===


System H/W data
===============
Processor data
--------------
H/W PDC Cache Size TLB Size
path slot rev level Inst Data Inst Data
-----------------------------------------------------
128 0 45.44 768 768 240 240
129 0 45.44 768 768 240 240
136 2 45.44 768 768 240 240
137 2 45.44 768 768 240 240
James R. Ferguson
Acclaimed Contributor
Solution

Re: How to find out the free cpu slots in HP UX 11.00

Hi:

# echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpuinfo

Regards!

...JRF...
Matti_Kurkela
Honored Contributor

Re: How to find out the free cpu slots in HP UX 11.00

HP-UX version 11.00 indicates it must be a PA-RISC system. As far as I know, there is no universal way to identify the number of free CPU slots on PA-RISC architecture: you must find out the system model and consult the documentation for that model.

The system model can be identified using the command "model".

You'll find a list of all PA-RISC systems ever sold commercially at the http://www.openpa.net website. It includes the number of CPU slots on each model.

MK
MK
Torsten.
Acclaimed Contributor

Re: How to find out the free cpu slots in HP UX 11.00

What server model?

How many CPUs are installed?

(post the STM output as suggested above)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kalanithi Ram
New Member

Re: How to find out the free cpu slots in HP UX 11.00

Hi,

Through CSTM,we found the no of CPUs and no of free slots.Find the Logs

Number of CPUs Found = 4
CPU Configuration Information:
-----------------
cpu# |0|1|2|3|4|5|6|7|
|-|-|-|-|-|-|-|-|
cs | |c| |c| |c| |c|
rs | |c| |c| |c| |c|
-----------------
cs - CPU Current State
rs - CPU Requested State after Next Hard Boot
c - Configured
d - Deconfigured
Kalanithi Ram
New Member

Re: How to find out the free cpu slots in HP UX 11.00

CSTM via we found the o/p