Manufacturer name of computer system(hardware) , processor


 
Thread Tools Search this Thread
Operating Systems Solaris Manufacturer name of computer system(hardware) , processor
# 1  
Old 04-07-2014
Manufacturer name of computer system(hardware) , processor

Hi All,

Can someone let me know the method or set of commands by which i can retrive manufacturer name of computer system (hardware of machine ) and manufacturer of processor. i get below information when fired psrinfo command :

Code:
psrinfo -vp
The physical processor has 1 virtual processor (0)
  x86 (chipid 0x0 GenuineIntel family 6 model 26 step 4 clock 2933 MHz)
        Intel(r) Xeon(r) CPU           X5670  @ 2.93GHz

Please suggest.
# 2  
Old 04-07-2014
Code:
uname -a
prtdiag | head

# 3  
Old 04-07-2014
thanks..Could you please let me know whether the below command will give me the system(hardware) manufacturer name ?

Code:
 
prtdiag | awk '/System Configuration/'
System Configuration: VMware, Inc. VMware Virtual Platform

Please correct me if i am wrong..Also how can we find manufacturer of Processor ?

Last edited by vbe; 04-07-2014 at 12:53 PM.. Reason: typos
# 4  
Old 04-07-2014
Since you are in a virtual world, you must accept that there will be very little chance that you see anything but Virtual hardware by VMware... Only from your first post can we say you are using true Intel Xeon processor by Intel...
# 5  
Old 04-07-2014
yes vbe you are very much correct , i am working on VM.
But i am tryign to find the manufacturer of hardware used for any solaris machine and the manufacturer of processor in solaris machine.

Are their any commands available to find these 2 details.
Or is there any way like scripting to populate this information out of solaris box.
# 6  
Old 04-07-2014
Well look what the same command you typed gives me on a true solaris box:
Code:
dm0:/export/home/vbe $ prtdiag | awk '/System Configuration/'
System Configuration:  Oracle Corporation  sun4v SPARC T4-4
dm0:/export/home/vbe $ psrinfo -vp
The physical processor has 8 virtual processors (0-7)
  SPARC-T4 (chipid 0, clock 2998 MHz)
dm0:/export/home/vbe $

# 7  
Old 04-07-2014
Please read the post above yours again.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Machine/Hardware platform/Processor type

Hi, I am just confused about these three things which are shown in the output of uname command. I am running RH lINUX 9.0 on hardware having Intel HT CPU. My uname shows uname -p i686 (processor) uname -m i686 (machine) uname -i i386 (hardware) I was about to ... (1 Reply)
Discussion started by: dextergenious
1 Replies

2. AIX

System P hardware

hello everybody, Is there any training to get deep knowledge an hands on lab with system p hardware firmware microcode upgrading etc... thanks in advance (2 Replies)
Discussion started by: Vit0_Corleone
2 Replies

3. UNIX for Dummies Questions & Answers

Processor performance question [hardware]

A few of our machines need upgrading and we are looking into a selection of processors at present. There are suggestions on the vendor's websites that the L3 cache was specifically introduced for gamers. Is this true? Does having L1, L2 and/or L3 cache help at all in performance or are the... (0 Replies)
Discussion started by: figaro
0 Replies

4. UNIX for Advanced & Expert Users

Problem with dual processor system

Firstly, here are the main system specs: 2x Pentium III 800MHz MSI 694D Pro 4x 256MB PC133 SDRAM 420WATT Vantec PSU In a nut shell, the systems reboots for no apparent reason while starting/installing up any OS when both processors are installed. I've ran memtest86 for several hours, no... (1 Reply)
Discussion started by: meeps
1 Replies
Login or Register to Ask a Question