Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re[2]: Sun Boxes Crashing
Determine platform
$ uname -a
This will give something like the following:
SunOS s0541dev 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise
This tells you the architecture or platform (in this case, it's sun4u).
Run the prtdiag utility
The path for this utility is a function of the platform (hence the first step above)
$ /usr/platform/sun4u/sbin/prtdiag -v
This should give you something like the following:
System Configuration: Sun Microsystems sun4u 8-slot Sun Enterprise
E4500/E5500
System clock frequency: 100 MHz
Memory size: 8192Mb
Run Ecache CPU CPU Brd CPU Module MHz MB Impl. Mask --- --- ------- ----- ------ ------ ---- 0 0 0 400 4.0 US-II 9.0 0 1 1 400 4.0 US-II 9.0 2 4 0 400 4.0 US-II 9.0 2 5 1 400 4.0 US-II 9.0 4 8 0 400 4.0 US-II 9.0 4 9 1 400 4.0 US-II 9.0 6 12 0 400 4.0 US-II 9.0 6 13 1 400 4.0 US-II 9.0Received on Fri Sep 08 2000 - 18:08:02 CDT
![]() |
![]() |