finding information about a server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers finding information about a server
# 1  
Old 02-01-2005
Data finding information about a server

hi
can i know how to find out basic information about a server
OS version, num of CPU, memory size, SI no.
i ran the comman below...
uname -a
SunOS statsfs07 5.8 Generic_117000-03 sun4u sparc SUNW,Ultra-4

from this how do i know which version is it in?
thanks
# 2  
Old 02-01-2005
5.8 is the internal version number. I think it means Solaris 8.

For other info I believe you can get it from files in /proc. I no longer have access to any Solaris OS for a few years so I can't confirm.
# 3  
Old 02-02-2005
Use this command

Hello

Use this command /usr/platform/sun4u/sbin/prtdiag -v

And this will bring you, ram,hd, cpu etc
# 4  
Old 02-03-2005
Lightbulb

There several commands that Solaris will return info about the system.... I would use the bottom two.

uname -i (Type of Sun machine)
uname -u (CPU art.)
prtconf -v ( Various details of hardware--- several pages on my server)
prtconf -V (output of PROM ver, date and ........ can't remember rest) Smilie

Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Server package information + more?

Hi, I am trying to get out as much package information as possible from an AIX 5.3 server. So far I have run the following command # lslpp -Lac > ./ The c is for future formatting. The package name and description are helpful - but is there any other package information I can get -... (3 Replies)
Discussion started by: smithhadl
3 Replies

2. Red Hat

Finding disk information

Hi, I would like to know how to find out whether hard disk is local or mapped from storage, on my server both hard disk are there, Please guide me. Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. AIX

Finding cpu information on vio client

Hi, I am having single p series blade with Single Physcial CPU with dual core, on that vio server is installed, I have created vio client allocate 0.9 each cpu , now when I am running prtconf command on vio client it is showing "2" no of processor, My query using which command it will... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

4. Linux

finding core information in redhat Linux

Hi, I want to know how to find out no of cores in linux. I have given the command more /proc/cpuinfo NOw I want to know what is diffrence between cpu cores and core id? How to find out exact no of cores? Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

5. AIX

Want API for finding HDA information

Hi all, I am finding api for getting information about physical volumes such as device name, vendor, serial number etc. And I want to do it in C. :( :( please tell me any way out.... If your answer is use IOCTL, which i dont know how to use... (0 Replies)
Discussion started by: Anand Phatak
0 Replies

6. Programming

Finding timezone information

how to extract current/existing timezone information ?? (2 Replies)
Discussion started by: kartik.patel
2 Replies

7. UNIX for Dummies Questions & Answers

How to hide Apache Server information?

When we have a directory web page open to public, there is usually a message shows on the bottom: Apache/2.0.40 Server at www.mydomain.net Port 80 Could someone tell me how to hide the information like this web page does? http://debian.cn99.com/debian-cd/ Thanx in advance. HOUSCOUS (2 Replies)
Discussion started by: HOUSCOUS
2 Replies
Login or Register to Ask a Question