- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CPU Speed on RX2600 and number of CPU
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 10:19 AM
03-30-2005 10:19 AM
CPU Speed on RX2600 and number of CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 12:34 PM
03-30-2005 12:34 PM
Re: CPU Speed on RX2600 and number of CPU
refer to this spec:
http://www.hp.com/products1/servers/integrity/entry_level/rx2600/index.html
in short, maximum 2 CPU with speeds of 1.5GHz, 1.4GHz, 1.3GHz and 1GHz.
next time, please send such question to the server forum.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 01:18 PM
03-30-2005 01:18 PM
Re: CPU Speed on RX2600 and number of CPU
If you using HP-UX as the OS, you can check with SAM. Below is the steps :
1. login as root
2. goto SAM
# sam [enter]
3. goto 'performance monitor'
4. goto 'system properties'
From here, you can see the active & total processor and the clock frequency (speed).
Another way to find how many CPU is by this command below :
# ioscan -nfC processor
Hope this can help you.
Cheers,
Adisuria Wangsadinata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 01:42 PM
03-30-2005 01:42 PM
Re: CPU Speed on RX2600 and number of CPU
HP has a tool call "Support Tool Manager".
You can check any hardware status, information including how many CPU, speed that you have:
CSTM - the command line interface
XSTM - the graphical interface
There is another way but with this way, you have to reboot your server.
All of the CPU's information will be display during the booting process.
Like this:
Firmware Version 42.19
Duplex Console IO Dependent Code (IODC) revision 1
------------------------------------------------------------------------------
(c) Copyright 1995-2000, Hewlett-Packard Company, All rights reserved
------------------------------------------------------------------------------
Processor Speed State CoProcessor State Cache Size
Number State Inst Data
--------- -------- --------------------- ----------------- ------------
0 550 MHz Active Functional 512 KB 1 MB
1 550 MHz Idle Functional 512 KB 1 MB
2 550 MHz Idle Functional 512 KB 1 MB
3 550 MHz Idle Functional 512 KB 1 MB
Central Bus Speed (in MHz) : 133
hope this helps
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 02:22 PM
03-30-2005 02:22 PM
Re: CPU Speed on RX2600 and number of CPU
Apart from the above information the simplest method to find out the no. os CPU's is the top command. In will list the active processors on top alongwith utilization of indivisual processor.You can get no. of CPUs in machine from /opt/ignite/bin/print_manifest command also.
To find out the speed of CPU use :-
=======================================
HPUX=/stand/vmunix
MHZ=$(echo itick_per_tick/D \
| adb -k $HPUX /dev/kmem \
| tail -1 \
| awk '{print $2/10000}')
echo $MHZ
=========================================
Save these lines in a file and execute that file. It will give you the clock speed.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 03:35 AM
03-31-2005 03:35 AM