- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find CPU Information?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-21-2007 08:01 PM
тАО01-21-2007 08:01 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2007 08:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2007 08:16 PM
тАО01-21-2007 08:16 PM
Re: How to find CPU Information?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2007 08:27 PM
тАО01-21-2007 08:27 PM
Re: How to find CPU Information?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2007 01:31 AM
тАО01-23-2007 01:31 AM
Re: How to find CPU Information?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2007 01:06 AM
тАО03-01-2007 01:06 AM
Re: How to find CPU Information?
I also added list of disks , and graphic card....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2007 04:28 AM
тАО03-01-2007 04:28 AM
Re: How to find CPU Information?
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