- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Quick Way to Tell What Processor we are using?
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
03-20-2001 06:58 AM
03-20-2001 06:58 AM
Is there a quick way to tell what RA RISC
processor I have?
I have several systems and I just wanted to
know if there is a command, like uname -a to
get info.
My models: B160L
K260
N4000
K260
K360
L2000
D390
D270
K100
I know the dmesg commands gives a lot of
info. How can I also tell the amount of
memory? PA RISC 1.1 or 2?
Thank You (you guys are a great help to me)
Laurie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:16 AM
03-20-2001 07:16 AM
SolutionOne way is this:
# grep `model|awk -F/ '{print $3}` /usr/sam/lib/mo/sched.models
...will return the PA RISC levels and model you seek.
SAM's cumulative patch provides the file above so this works well on 10.20 as well as 11.0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:18 AM
03-20-2001 07:18 AM
Re: Quick Way to Tell What Processor we are using?
http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0x977edfe5920fd5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:21 AM
03-20-2001 07:21 AM
Re: Quick Way to Tell What Processor we are using?
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:32 AM
03-20-2001 07:32 AM
Re: Quick Way to Tell What Processor we are using?
If you are running 11.0 the latest patch for .supported_bits is PHCO_20894.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 08:29 AM
03-20-2001 08:29 AM
Re: Quick Way to Tell What Processor we are using?
B160L PA7300LC 160Mhz
D270 PA8000 160
D390 PA8200 240
K100 sorry! 100
K260 PA8000 180
K360 PA8200 200
L2000 PA8500 360 or 440
N4000 PA8500 360 or 440
or look for a file called sched.models
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 04:29 PM
03-20-2001 04:29 PM
Re: Quick Way to Tell What Processor we are using?
One is noted here:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=751e31c6167e7b083b/screen=ckiDisplayDocument?docId=200000053928456
It contains the name of the file which contains the info (sched.models) and a small program to query the machine directly.