This is a discussion on How to get memory info for Ultra 10 within the Sun Solaris Hardware forums, part of the Solaris Operating System category; --> Hello, how to get info about (RAM) memory in each slot on Sun Ultra 10. On Sun Blade 100, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, how to get info about (RAM) memory in each slot on Sun Ultra 10. On Sun Blade 100, #prtdiag gives you the following: ************************************************** * # /usr/platform/`uname -i`/sbin/prtdiag -v System Configuration: Sun Microsystems sun4u Sun Blade 100 (UltraSPARC-IIe) System clock frequency: 84 MHZ Memory size: 512MB .... Segment Table: ----------------------------------------------------------------------- Base Address Size Interleave Factor Contains ----------------------------------------------------------------------- 0x0 128MB 1 Label DIMM0 0x20000000 128MB 1 Label DIMM1 0x40000000 256MB 1 Label DIMM2 .... where you can see the total amount of memory and how it is segmented. The same command on Ultra 10 does NOT give that inforamtion: ************************************************** ********** # /usr/platform/SUNW,Ultra-5_10/sbin/prtdiag -v System Configuration: Sun Microsystems sun4u Sun Ultra 5/10 UPA/PCI (UltraSPARC-I System clock frequency: 110 MHz Memory size: 512 Megabytes ========================= CPUs ========================= Run Ecache CPU CPU Brd CPU Module MHz MB Impl. Mask --- --- ------- ----- ------ ------ ---- 0 0 0 440 2.0 12 9.1 ========================= IO Cards ========================= Bus# Freq Brd Type MHz Slot Name Model --- ---- ---- ---- -------------------------------- ---------------------- 0 PCI-1 33 1 ebus 0 PCI-1 33 1 network-SUNW,hme 0 PCI-1 33 2 SUNW,m64B ATY,GT-C 0 PCI-1 33 3 ide-pci1095,646.1095.646.3 No failures found in System =========================== ========================= HW Revisions ========================= ASIC Revisions: --------------- Cheerio: ebus Rev 1 System PROM revisions: ---------------------- OBP 3.29.0 2000/12/20 18:45 POST 3.1.0 2000/06/27 13:56 # So, how to get that info without opening the cover? Thank! KlemenL |
| |||
| > how to get info about (RAM) memory in each slot on Sun Ultra 10. Download the "memconf" script, and run it. I have found it to be quite handy. S. -- Steven Hill "1999 called. They want your smug assholish Linux-elitist attitude returned to them." - Anonymous Coward on /. on Sunday April 27 |
| ||||
| Steven Hill <news@waroffice.net> wrote in message news:<Pine.LNX.4.44.0407271130001.1072-100000@kerouac.projectcolo.org.uk>... > > how to get info about (RAM) memory in each slot on Sun Ultra 10. > > Download the "memconf" script, and run it. > > I have found it to be quite handy. > > S. Thanks Steven! It's ALIVE Regards, Klemen |