Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OS Information Gathering: Urgent Help needed

Status
Not open for further replies.

msen

IS-IT--Management
Apr 24, 2001
36
US
How do I get the following information for Solaris 2.8 server:

- Build level
- OS Patch level
- Server memory size....
- # of CPUs per server
- swap space
- network cards
 
showrev
showrev -p
prtconf
psrinfo
swap -l
ifconfig -a and ls /etc/hostname.*
 
[tt]cat /etc/release[/tt] for the OS release (~ build level)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top