- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 9000/800/S16K-A
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-07-2004 03:03 AM
тАО12-07-2004 03:03 AM
9000/800/S16K-A
Can anyone advice me the following queries ?
1. 9000/800/S16K-A This is the output of "model" command is it a Superdome 16 way ?
2.How to see the CPU model&Speed at command line ?
Thaks in advance
Regards
Raneesh Vijayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2004 03:05 AM
тАО12-07-2004 03:05 AM
Re: 9000/800/S16K-A
2. Model: use stm
Speed: use this script:
HPUX=/stand/vmunix
MHZ=$(echo itick_per_tick/D \
| adb -k $HPUX /dev/kmem \
| tail -1 \
| awk '{print $2/10000}')
echo $MHZ
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2004 03:06 AM
тАО12-07-2004 03:06 AM
Re: 9000/800/S16K-A
echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpu.log
Check cpu.log file.
echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem -- cpu speed in hertz
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2004 03:19 AM
тАО12-07-2004 03:19 AM
Re: 9000/800/S16K-A
The rp8400 system will report S16K-A on a model command.
The 'Domes will report SD16000/32000/64000 depending on their CPU count.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2004 03:38 AM
тАО12-07-2004 03:38 AM
Re: 9000/800/S16K-A
adb as listed will show MHz/GHz.
rad -q will show partitions and card slots.
sam will show a lot of this too...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2004 04:01 AM
тАО12-07-2004 04:01 AM
Re: 9000/800/S16K-A
Thank you all my friends.
Regards
Raneesh Vijayan