Operating System - HP-UX
1761384 Members
3755 Online
108901 Solutions
New Discussion юеВ

Re: Hardware Architecture

 
SOLVED
Go to solution
Marcelo De Florio
Frequent Advisor

Hardware Architecture


(I used model command, and then a i see /opt/langtools/sched.models to know the architecture)

Output model= 9000/800/V2500
and then I see sched.models
Output sched.models= 800 1.1e PA7300

How can i know the real hardware architecture?

8 REPLIES 8
Paula J Frazer-Campbell
Honored Contributor

Re: Hardware Architecture

Hi

ioscan -fn

Should help and give you what you require.


Paula
If you can spell SysAdmin then you is one - anon
Vincent Stedema
Esteemed Contributor

Re: Hardware Architecture

Marcelo,

What exactly do you mean by "hardware architecture" ? CPU type/speed?

Vincent
Marcelo De Florio
Frequent Advisor

Re: Hardware Architecture

I'd like to know the type of CPU and if it is support 32 or 64 bits (PA-RISC 1.1 or 2.0).

MDF
Marc Dijkstra
Trusted Contributor
Solution

Re: Hardware Architecture

Have you tried stm? (cstm or plain old stm UI)

Also SAM->PERFORMANCE MONITORS->SYSTEM PROPERTIES

cheers
MND
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila"
Rob Smith
Respected Contributor

Re: Hardware Architecture

You can check the /etc/.supported_bits file as well for hardware/32-64 support as well. Just a thought.

Rob

Learn the rules so you can break them properly.
Paula J Frazer-Campbell
Honored Contributor

Re: Hardware Architecture

Hi

echo itick_per_usec/D | /usr/bin/adb -k /stand/vmunix /dev/kmem

Will give processir speed


getconf KERNEL_BITS

Will give 32/64 bit info

Paula

If you can spell SysAdmin then you is one - anon
Paula J Frazer-Campbell
Honored Contributor

Re: Hardware Architecture

Hi

You can also check /var/tombstones/ts**

for processor Module, System Board, PDC firmware Revision.

getconf HW_32_64_CAPABLE

Will show wether processor is 64 bit capable 1= Yes 0=No

Paula
If you can spell SysAdmin then you is one - anon