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 :

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.

uname -a
prtdiag | head

thanks..Could you please let me know whether the below command will give me the system(hardware) manufacturer name ?

 
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 ?

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...

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.

Well look what the same command you typed gives me on a true solaris box:

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 $ 

Please read the post above yours again.