- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PARISC model
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 04:53 AM
08-04-2004 04:53 AM
PARISC model
what can I do to verify te type of my PARISC?
PARISC8700 or PARISC8800 ; 1.1 or 2.0 ?
Please help me
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 04:57 AM
08-04-2004 04:57 AM
Re: PARISC model
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 05:11 AM
08-04-2004 05:11 AM
Re: PARISC model
but I can't see the version of PA-RISC.
Thanks
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 05:13 AM
08-04-2004 05:13 AM
Re: PARISC model
sam -> Performance monitor ->SAM -> System properties
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 06:11 AM
08-04-2004 06:11 AM
Re: PARISC model
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:50 AM
08-04-2004 08:50 AM
Re: PARISC model
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 09:38 AM
08-04-2004 09:38 AM
Re: PARISC model
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]
