Solaris10 x86 - How to find out the CPU model and speed?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris10 x86 - How to find out the CPU model and speed?
# 8  
Old 09-29-2009
Quote:
1.CPU model (eg. Pentium 4,Celeron)
prtdiag -v
Code:
System Configuration: HP ProLiant DL385 G2
BIOS Configuration: HP A09 04/07/2007
BMC Configuration: IPMI 2.0 (KCS: Keyboard Controller Style)

==== Processor Sockets ====================================

Version                          Location Tag
-------------------------------- --------------------------
Opteron                          Proc 1
Opteron                          Proc 2
...

Quote:
2.CPU speed (eg. 1GHz)
psrinfo -v
Code:
Status of virtual processor 0 as of: 09/29/2009 15:49:01
  on-line since 09/18/2009 19:28:05.
  The i386 processor operates at 2600 MHz,
        and has an i387 compatible floating point processor.

Quote:
3.Hard disk model (eg. Seagate).
format>inquiry

Code:
Vendor:   HP
Product:  LOGICAL VOLUME
Revision: 4.06

Quote:
4.Hard disk size.
format

Code:
       1. c1t1d0 <HP-LOGICAL VOLUME-4.06-136.70GB>
          /pci@38,0/pci1166,142@10/pci103c,3234@0/sd@1,0


this was all done on my x86 box.

Last edited by pupp; 10-13-2009 at 10:12 AM..
# 9  
Old 09-30-2009
Quote:
Originally Posted by saagar
Please let me know if there is any way I can find out (either via command line or SMF) the following:
1.CPU model (eg. Pentium 4,Celeron)
2.CPU speed (eg. 1GHz)
for this I could get the output through psrinfo -v, but still is there any other way?
You can try the smbios command on Solaris for x86.
Code:
# smbios -t SMB_TYPE_PROCESSOR
ID    SIZE TYPE
4     73   SMB_TYPE_PROCESSOR (processor)

  Manufacturer: AMD
  Version: AMD
  Location Tag: CPU0-Socket 940

  Family: 132 (Opteron)
  CPUID: 0x78bfbff00020f51
  Type: 3 (central processor)
  Socket Upgrade: 6 (none)
  Socket Status: Populated
  Processor Status: 1 (enabled)
  Supported Voltages: 1.2V
  External Clock Speed: Unknown
  Maximum Speed: 3000MHz
  Current Speed: 2600MHz
  L1 Cache: 8
  L2 Cache: 9
  L3 Cache: None

ID    SIZE TYPE
5     72   SMB_TYPE_PROCESSOR (processor)

  Manufacturer: AMD
  Version: AMD
  Location Tag: CPU1-Socket 940

  Family: 132 (Opteron)
  CPUID: 0x78bfbff00000f51
  Type: 3 (central processor)
  Socket Upgrade: 6 (none)
  Socket Status: Populated
  Processor Status: 1 (enabled)
  Supported Voltages: 1.2V
  External Clock Speed: Unknown
  Maximum Speed: 3000MHz
  Current Speed: 2600MHz
  L1 Cache: 10
  L2 Cache: 11
  L3 Cache: None

ID    SIZE TYPE
6     72   SMB_TYPE_PROCESSOR (processor)

  Manufacturer: AMD
  Version: AMD
  Location Tag: CPU2-Socket 940

  Family: 132 (Opteron)
  CPUID: 0x78bfbff00000f51
  Type: 3 (central processor)
  Socket Upgrade: 6 (none)
  Socket Status: Populated
  Processor Status: 1 (enabled)
  Supported Voltages: 1.2V
  External Clock Speed: Unknown
  Maximum Speed: 3000MHz
  Current Speed: 2600MHz
  L1 Cache: 12
  L2 Cache: 13
  L3 Cache: None

ID    SIZE TYPE
7     72   SMB_TYPE_PROCESSOR (processor)

  Manufacturer: AMD
  Version: AMD
  Location Tag: CPU3-Socket 940

  Family: 132 (Opteron)
  CPUID: 0x78bfbff00000f51
  Type: 3 (central processor)
  Socket Upgrade: 6 (none)
  Socket Status: Populated
  Processor Status: 1 (enabled)
  Supported Voltages: 1.2V
  External Clock Speed: Unknown
  Maximum Speed: 3000MHz
  Current Speed: 2600MHz
  L1 Cache: 14
  L2 Cache: 15
  L3 Cache: None

# 10  
Old 10-12-2009
incredible,pupp, and jllagre.. thanks for the responses. I will try them out...thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris10(x86) display goes blank

Hi all, Installed Solaris10(1/13) on a normal Lenovo Thinkcenter desktop. The installation could proceed only in text mode (4). Install is success, but not able to get the login window after the grub screen. The screen goes blank. (as was the case when selecting desktop mode during... (7 Replies)
Discussion started by: Solaris_Begin
7 Replies

2. Solaris

X86 solaris10 suddenly stopped mounting flashdrive

I can't mount flash drives and dvd drives on my x86 solaris 10. The error message appears after login; sd_media_watch_cb: dev gone. When I issue #mount /usb, it first shows disk is mounted or busy, and '/dev/dsk/c3t0d0p1 - there is no such device or address' when I repeat it. But the... (5 Replies)
Discussion started by: vectrum
5 Replies

3. Solaris

solaris10 x86 stop at GRUB

Dear All I am using Core2Duo processor on G31 chipset motherboard with 1 Gb RAM and 20 GB IDE HDD. I tried to install Solaris 10 from DVD and it installs Successfully without any error. after the first reboot it stop at GRUB prompt. I tried to many times with different partitions layout,... (9 Replies)
Discussion started by: jineetech
9 Replies

4. Solaris

How to load a Sunix/Initio Sata card on Solaris10/x86

Hi All, Anyone has configured a Sunix Sata S150 card (AKA Initio Inic-1622) + disk in a Solaris10/x86 05/09 system? I wondered what to do to get it running. The Sunix card does not come with a Solaris driver ;-( The card is seen by the system as the prtconf -v output shows (see below at the... (0 Replies)
Discussion started by: longwave
0 Replies

5. UNIX for Dummies Questions & Answers

anyone know if backup exec 11d agent run on solaris10 x86?

anyone ? i install and it just fail to startup. (0 Replies)
Discussion started by: kakabobo
0 Replies

6. Linux

How to find CPU Speed of zLinux

Need to find CPU Speed of zLinux. The commands like cat /proc/cpuinfo and /usr/bin/cpufreq-info does not gave me the expected results. /usr/bin/cpufreq-info prints the .... analyzing CPU 0: no or unknown cpufreq driver is active on this CPU analyzing CPU 1: no or unknown cpufreq... (1 Reply)
Discussion started by: surajb
1 Replies

7. HP-UX

How to find CPU Speed of HP UX

Need to find the CPU speed of HP UX for a non root login. echo "itick_per_usec/D" | adb /stand/vmunix /dev/mem | tail -1 will give the following for non root users ERROR: cannot open `/dev/mem', errno = 13, Permission denied (2 Replies)
Discussion started by: surajb
2 Replies

8. Solaris

mounting 1TB hard disk with Solaris10 X86

I have a 1TB hard disk that I had partitioned on a Sun clone and had 7 partitions of 137GB a piece. (Using a USB to SATA adaptor) I then had loaded a new hard disk on my laptop (T60...Lenova) with Solaris 10 X86. I tried to mount the hard disk but it kept telling me the mount point was busy and I... (2 Replies)
Discussion started by: mndavies
2 Replies

9. Solaris

Solaris10 x86 on external drives

Hi guys. Am about to install Solaris10 x86 and I was wondering if there are any news as to whether it is possible or not to install the os on an external drive, especially firewire, I suppose I will have to open my tower and put in the drive to install it..the machine I want to put it on,... (0 Replies)
Discussion started by: BSDDomi
0 Replies
Login or Register to Ask a Question