Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to find out Server model on unix?
No, it does not.
$ uname -a
returns (I've edited out the machine name) ....
SunOS xxxx 5.8 Generic_108528-10 sun4u sparc SUNW,Ultra-80
You can use
$ /usr/platform/sun4u/sbin/prtdiag -v |grep -i "system configuration"
which returns ...
System Configuration: Sun Microsystems sun4u Sun Enterprise 420R (4 X UltraSPARC-II 450MHz)
which gives you more than you want.
Ian MacGregor
Stanford Linear Accelerator Center
ian_at_SLAC.Stanford.edu
-----Original Message-----
Sent: Wednesday, March 13, 2002 4:58 PM
To: Multiple recipients of list ORACLE-L
Hi ,
uname -a
will give you the model
Regards,
Madhavan
Mohammed.Ahsanuddin_at_VerizonWireless.com wrote:
>Hi,
>
>Is there any command to find out the server model for a unix server..for
>example on a sun box how to find out if it is 4500, E10k etc..?
>
>Thanks in advance.
>
>Mohammed Ahsanuddin
>Oracle DBA
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Madhavan Amruthur INET: mad012000_at_netscape.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: MacGregor, Ian A. INET: ian_at_SLAC.Stanford.EDU Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Mar 13 2002 - 19:23:23 CST