- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Processor Architecture??
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
10-07-2002 07:22 AM
10-07-2002 07:22 AM
Processor Architecture??
May I know how I can find out whether a
machine is on PA RISC 1.1/PA RISC 2.0 architecture?
I came to know that one can use 'getconf'
with some argument called CPU_CHIP_TYPE.But
it gives some numbers like 365 in one m/c and
in another m/c 471.
How can I map these values to processor version?Any pointers.
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 07:32 AM
10-07-2002 07:32 AM
Re: Processor Architecture??
# echo "cpu_arch_is_1_1/D"|adb -k /stand/vmunix /dev/kmem
and
# echo "cpu_arch_is_2_0/D" | adb -k /stand/vmunix /dev/kmem
The above will return the value 0 or 1. If the second command for example returns 1, it means the processor is at version 2.0.
Another way is to look up in the file ..
/usr/sam/lib/mo/sched.models. For that you got to run ..
# uname -m
first before you can cross reference it with that file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 07:37 AM
10-07-2002 07:37 AM
Re: Processor Architecture??
#model
9000/821/D250
#more /opt/langtools/lib/sched.models | grep D250
D250 1.1d PA7200
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 09:48 PM
10-07-2002 09:48 PM
Re: Processor Architecture??
Thanks for your replies.Both of your replies helped me to get the solution.
1.To get the model of a machine,model command can be used
e.g $model
9000/821/D350
2.To find the processor architecture,I tried
$more /usr/sam/lib/mo/sched.models|grep D350
The output was
D350 1.1d PA7200
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 10:19 PM
10-07-2002 10:19 PM
Re: Processor Architecture??
If you can not remember the syntext in future just go to sam ->Performance Monitors ->system properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 03:26 AM
10-10-2002 03:26 AM
Re: Processor Architecture??
# /usr/sam/lbin/samx -C /usr/sam/lib/C/mo.ui
Cheryl