- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CPU Mask info
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-30-2005 07:37 PM
03-30-2005 07:37 PM
CPU Mask info
How do you obtain the CPU Mask of a (64 bit) HP-UX system?
In other words, what is the equivalent of the following Solaris command on HP-UX:
/usr/platform/`uname -i`/sbin/prtdiag -v
========================= CPUs =========================
Brd CPU Module Run-MHz Ecache-MB CPU-Impl. CPU-Mask
----------------------------------------------
SYS 0 0 400 4.0 US-II 10.0
SYS 1 1 400 4.0 US-II 10.0
SYS 2 2 400 4.0 US-II 10.0
SYS 3 3 400 4.0 US-II 10.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 07:46 PM
03-30-2005 07:46 PM
Re: CPU Mask info
try this:
# echo "selclass type processor;info;wait;infolog" | /usr/sbin/cstm
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 07:49 PM
03-30-2005 07:49 PM
Re: CPU Mask info
For example to retrive memory information.
echo "selclass qualifier memory;info;wait;infolog" | cstm
Regards
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 03:41 AM
03-31-2005 03:41 AM
Re: CPU Mask info
These commands do not seem to return the value for "CPU Mask", just like how "prtdiag -v" returns for Solaris.
Any way of knowing what exactly is the "CPU Mask" value - For e.g., is it 10.0, or 9.0, etc......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 04:34 PM
03-31-2005 04:34 PM
Re: CPU Mask info
Thank you so much for your inputs.
There are couple of commands like 'stm' and 'ioscan' that could return likely results.
BUT WHAT RETURNS "cpu mask"? Any suggestions?
Thanks,
Jaideep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 10:05 PM
04-01-2005 10:05 PM
Re: CPU Mask info
Appreciate if someone can please let us know how to get the CPU MASK information.
It quite urgent and hence worth high points !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2005 01:24 PM
04-02-2005 01:24 PM
Re: CPU Mask info
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2005 05:08 PM
04-02-2005 05:08 PM
Re: CPU Mask info
Consider SunOS 300 MHz UltraSPARC-II CPU (part number 501-4849).
These CPUs are used in E450, Ultra 2, Ultra 30, and Netra t1120 hardware. When we ran OpenSSH/OpenSSL, it did not work properly on these CPUs as we found that they had a CPU mask of 1.1. Open suggestion from Sun, the processors were replaced with ones that had CPU mask of 2.0, and we found that SSH/SSL started working fine.
CPU mask information can be obtained through command "prtdiag -v" in SunOS.
We just needed to know how to obtain the CPU mask of an HP processor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 02:49 PM
04-03-2005 02:49 PM
Re: CPU Mask info
There have been very few processor rev-dependent problems with PA-RISC. Most were solved with compiler mods. As mentioned, all the details about the processors can be seen with:
echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 06:33 AM
04-06-2005 06:33 AM
Re: CPU Mask info
of CPU version information. The so-called
"CPU mask" which you describe appears to be
a Sun-only concept. Therefore it makes no
sense to ask what the "CPU mask" is for HP
machines.
Perhaps if you describe why you think you
need to determine the CPU version someone
could direct you to the info you need.
Under HPUX it is relatively straightforward
to determine if the CPU is PA-RISC 1.1,
2.0, Itanium, etc. It is not as
straightforward to determine the actual
CPU model number (e.g. PA-8200, Itanium 6M),
probably because there are few circumstances
where you, the user, could make any use of
such information.
P.S. It is ironic that you mention that the
answer is "worth high points", since you
have never assigned points to answers to
any of your questions.