Operating System - HP-UX
1820594 Members
1420 Online
109626 Solutions
New Discussion юеВ

How to find CPU Information?

 
SOLVED
Go to solution
praveen..
Super Advisor

How to find CPU Information?

Hi,
I have one HP server

HPUX Model String..........: 9000/800/rp7410
OS: HP-UX Server B.11.11 U 9000/800 4290461787 unlimited-user license

I want to know the CPU Information.
I tried with

# machinfpo
sh: machinfpo: not found.

# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
processor 0 0/10 processor CLAIMED PROCESSOR Processor
processor 1 0/11 processor CLAIMED PROCESSOR Processor
processor 2 1/10 processor CLAIMED PROCESSOR Processor
processor 3 1/11 processor CLAIMED PROCESSOR Processor
processor 4 1/12 processor CLAIMED PROCESSOR Processor
processor 5 1/13 processor CLAIMED PROCESSOR Processor

# getconf CPU_CHIP_TYPE
613

# model
9000/800/rp7410


I am not able find whether it is intel CPU itanium or PA-RISC

whether oracle 10gR2 64-bit installation is possible or not?

Please suggest
6 REPLIES 6
Victor Fridyev
Honored Contributor
Solution

Re: How to find CPU Information?

Hi

echo itick_per_tick/D | adb -k /stand/vmunix /dev/kmem

awk '$1==mdl {print $NF;exit}' mdl=$MODEL /usr/sam/lib/mo/sched.mod


HTH
Entities are not to be multiplied beyond necessity - RTFM
Peter Godron
Honored Contributor

Re: How to find CPU Information?

Hi,
you can check with SAM -> Performance Monitors -> System Properties -> CPU Type,
but it will be PA-RISC.

Check that you are running 64-bit with:
getconf KERNEL_BITS ├в what version is running
getconf HW_CPU_SUPP_BITS ├в what version CAN be run

Will be 64 bit.

praveen..
Super Advisor

Re: How to find CPU Information?

#echo itick_per_tick/D | adb -k /stand/vmunix /dev/kmem
itick_per_tick:
itick_per_tick: 7500000
#awk '$1==mdl {print $NF;exit}' mdl=$MODEL /usr/sam/lib/mo/sched.mod
sh: MODEL: Parameter not set.
#getconf HW_CPU_SUPP_BITS
64
#getconf KERNEL_BITS
64
#


I find it using SAM, Thanks
Andrew Merritt_2
Honored Contributor

Re: How to find CPU Information?

Some more clues that are present in your output regarding PA or IPF:

rp7410 == PA (rp indicates PA, rx indicates IPF)

11.11 == PA (IPF does not run 11.11).

The command is 'machinfo', but even spelt correctly it wouldn't be found on a PA system; its presence would tell you that it is an IPF system, even without running it.

As far as supported systems for Oracle, I would hope Oracle provides a list of systems which are supported.

Andrew
RUET
Regular Advisor

Re: How to find CPU Information?

Here is attached, for PA RISC machines, a small version of machinfo, which give some of the informations given by the ia64 native machinfo commands..

I also added list of disks , and graphic card....
Laerte Cardoso
Frequent Advisor

Re: How to find CPU Information?

Praveen,
About processor family, use this:
grep "CPU(" /var/tombstones/ts99
CPU(0) PA8700 3.1
CPU(1) PA8700 3.1
CPU(2) PA8700 3.1
CPU(3) PA8700 3.1
CPU(0) PA8700 3.1
CPU(1) PA8700 3.1
CPU(2) PA8700 3.1
CPU(3) PA8700 3.1