- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: processor 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
07-28-2004 12:44 AM
07-28-2004 12:44 AM
I need to know the exact processor model to install a software (PA-RISC v.5.6.1 or PA-RISC v.8.0). How can I check it? I have tried with the following commands:
uname -a
ioscan -fnC processor
model
Thak you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:47 AM
07-28-2004 12:47 AM
Re: processor model
http://www.openpa.net/cpu.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:48 AM
07-28-2004 12:48 AM
Re: processor model
echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpu.log
check /tmp/cpu.log file
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:57 AM
07-28-2004 12:57 AM
Re: processor model
I wasn't be able to find my model machine in the link you suggested and I have not installed STM.
Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:59 AM
07-28-2004 12:59 AM
Re: processor model
http://mirrors.develooper.com/hpux/
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:59 AM
07-28-2004 12:59 AM
Re: processor model
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:02 AM
07-28-2004 01:02 AM
Re: processor model
#xstm and click on the CPU which you want to play with and there is Information Tool Log - you can get more informations there.
CPU SPEED
echo itick_per_usec/D |adb -k /stand/vmunix /dev/mem
number of processors
echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:06 AM
07-28-2004 01:06 AM
Re: processor model
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE
it is free i guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:28 AM
07-28-2004 01:28 AM
Re: processor model
/usr/sam/lib/mo/sched.models
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:42 AM
07-28-2004 01:42 AM
Solutiongrep the output of model in the file /usr/sam/lib/mo/sched.models.
Say the model output is 9000/800/K580, then grep for K580 in the file /usr/sam/lib/mo/sched.models.
# model
9000/800/K580
# grep K580 /usr/sam/lib/mo/sched.models
K580 2.0 PA8200
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 02:29 AM - last edited on 09-16-2024 02:31 AM by support_s
07-28-2004 02:29 AM - last edited on 09-16-2024 02:31 AM by support_s
Re: processor model
Use sysinfo script available at,
http://www.unixguide.net/scripts/hpsysinfo146 to know about the system information easily,
Execute it as,
ksh sysinfo.ksh -g
It will give processor informations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 07:41 PM
07-28-2004 07:41 PM
Re: processor model
SAM can helps
PerformanceMonitor -> System properties -> processor
br Jan