1826464 Members
3198 Online
109692 Solutions
New Discussion

PARISC model

 
Filosofo
Regular Advisor

PARISC model

Hello,
what can I do to verify te type of my PARISC?
PARISC8700 or PARISC8800 ; 1.1 or 2.0 ?
Please help me


Filo
Sistem engeneer expert
6 REPLIES 6
RAC_1
Honored Contributor

Re: PARISC model

model command
If you have STM(Support tool manager installed)

echo "selclass qualifier cpu;info;wait;infolog" |cstm > /tmp/cpu.log

Will give all required information.

Anil
There is no substitute to HARDWORK
Filosofo
Regular Advisor

Re: PARISC model

Thanks,
but I can't see the version of PA-RISC.

Thanks

Filo
Sistem engeneer expert
Jean-Luc Oudart
Honored Contributor

Re: PARISC model

Filo,

sam -> Performance monitor ->SAM -> System properties

Regards,
Jean-Luc
fiat lux
Tim D Fulford
Honored Contributor

Re: PARISC model

hi

type model
ioscan -fknCprocessor

8700 & 8700+ are single core CPUs and pa8800 is a dual core, thus it is fairly easy to differentiate. That said the differences between PA8700+, PA8700, PA8600 & PA8500 are harder and the above is a more direct way.

Tim
-
Sundar_7
Honored Contributor

Re: PARISC model

Hi Filo,

You have a file sched.models that you can query to find out the PA-RISC version

You can find this file in couple of locations

1) /usr/sam/lib/mo/sched.models
2) /opt/langtools/lib/sched.models

# model
9000/800/N4000-55
#

# grep N4000-55 /usr/sam/lib/mo/sched.models
N4000-55 2.0 PA8600
#

-- Sundar
Learn What to do ,How to do and more importantly When to do ?
Dave Olker
Neighborhood Moderator

Re: PARISC model

Hi Filo,

There is a tool used by HP support called "crashinfo", and this tool can print tons of useful information about how a live system is configured. It can also extract information from a crash dump to give you a good snapshot after a panic.

One of the first things crashinfo displays is information about the CPUs. Here is a sample run from my L-class system:


System Name : HP-UX
Node Name : atc03
Model : 9000/800/L2000-44
HP-UX version : B.11.11 (64-bit Kernel)
Number of CPU's : 2
Disabled CPU's : 0
CPU type : PCXW (440 Mhz)
CPU Architecture : PA-RISC 2.0
Load average : 0.12 0.06 0.03


This output shows the CPU type, speed, architecture, number of CPUs, number of disabled CPUs, etc.

If you're interested in a copy of crashinfo, contact HP support and they'd be happy to provide a copy.

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo