Operating System - HP-UX
1832998 Members
2298 Online
110048 Solutions
New Discussion

Re: What is my UNIX server model?

 
SOLVED
Go to solution
Ridzuan Zakaria
Frequent Advisor

What is my UNIX server model?

Hi,

How do I find out my Solaris server model? I know on HP we can use "model".

Please let me know.

Thanks.
quest for perfections
6 REPLIES 6
PIYUSH D. PATEL
Honored Contributor
Solution

Re: What is my UNIX server model?

Hi,

uname -a

it should return something like this

SunOS xyz 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-Enterprise-10000


HTH,
Piyush
S.K. Chan
Honored Contributor

Re: What is my UNIX server model?

Not sure but if "uname" does not work, there should be a command called "arch" in /usr/bin. Check the man page for "arch".
Caesar_3
Esteemed Contributor

Re: What is my UNIX server model?

Hello!

You have the /proc file system that there
you will find the info,
also you can use the uname command.

Caesar
Tim D Fulford
Honored Contributor

Re: What is my UNIX server model?

And the relavence to HP-UX is............

>;-0

Tim
-
Wesley Busdiecker_1
New Member

Re: What is my UNIX server model?

If this is an UltraSparc you can try:

/usr/platform/sun4u/sbin/prtdiag -v

The 1st line will contain information about the model, the following lines will give additionally information about memory, processors, etc.

=- Wesley -=
twang
Honored Contributor

Re: What is my UNIX server model?

# /usr/bin/arch -k (same as "/usr/bin/model" in hpux)
#/usr/bin/uname -a