- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- processor
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
11-15-2001 07:27 AM
11-15-2001 07:27 AM
is there a command on hp that tells me something about the processors, as how many processors has the ws and its frequence.
Is there also a command that tells everything about hardware configuration of the ws? (so not only processor?)
Thanks in advance
Tarek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:40 AM
11-15-2001 07:40 AM
Re: processor
Hi,
top will you give you the detial of cpu process. Also download sysinfo.sh from hp porting website , that gives all the *required* information about a system
http://hpux.cs.utah.edu/hppd/
goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:40 AM
11-15-2001 07:40 AM
Solutionyou can use "stm" which is part of the OnlineDiag package available from your support plus CD.
You can also download the same from this link,
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE
Here is the link to support plus user guide,
http://docs.hp.com/hpux/onlinedocs/5969-4302/5969-4302.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:42 AM
11-15-2001 07:42 AM
Re: processor
the best way to find out everything about harware is to install STM and use it as follows:
cstm -> sall ->info -> il -> v
You will get information on hardware configuration (mamory, processors, converters ...) and other connected devices: SCSI arrays ....
later,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:45 AM
11-15-2001 07:45 AM
Re: processor
# cstm
Running Command File (/usr/sbin/stm/ui/config/.stmrc).
-- Information --
Support Tools Manager
Version A.28.00
Product Number B4708AA
(C) Copyright Hewlett Packard Co. 1995-2001
All Rights Reserved
Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.
cstm>scl type processor
cstm>info
-- Updating Map --
Updating Map...
cstm>infolog
You can use adb to get clock speed
echo itick_per_usec/D | adb /stand/vmunix /dev/kmem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:46 AM
11-15-2001 07:46 AM
Re: processor
stm, cstm should do the trik but if you did not install it information about other hardware(non CPU) can be found by ioscan -fn | more, dmesg, or in a reboot (not ideal)
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:47 AM
11-15-2001 07:47 AM
Re: processor
About as good as it gets is to install and run stm. (Support Tools Manager). If you have an X environment then you can run xstm and get a nice GUI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:56 AM
11-15-2001 07:56 AM
Re: processor
Thanks
Tarek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:46 AM
11-15-2001 08:46 AM
Re: processor
cstm>info
-- Updating Map --
Updating Map...
cstm>infolog
You can use adb to get clock speed
echo itick_per_usec/D | adb /stand/vmunix /dev/kmem
Output is: 400
What does it mean? 440 mhz??
V model.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:55 AM
11-15-2001 08:55 AM
Re: processor
If the output of the command is 400, it means the processor speed is 400MHz and not 440MHz as posted by you.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:59 AM
11-15-2001 08:59 AM
Re: processor
Thanks
Tarek