Dennis Bembenuto wrote:
Hi gurus,

what is the command to check/verify if i have another
memory/processors slots on the solaris server without
opening the hardware.

cheers!

+----------------------+
:Dennis Bembenuto, SCSA
+----------------------+



some systems will display memory configuration when you use prtconf:
/usr/platform/`uname -i`/sbin/prtdiag -v

you can also try a perl utility called memconf:
http://www.4schmidts.com/memconf.html

"memconf reports the size of each SIMM/DIMM memory module installed in a system. It also reports the system type and any empty memory sockets. In verbose mode, it also reports:

    * banner name, model, and CPU/system frequencies
    * address range and bank numbers for each module"

sample output (from memconf's web page) looks like this:

On a Sun Ultra 60 system:

> memconf -v
memconf:  V1.61 24-May-2005 http://www.4schmidts.com/unix.html
hostname: my-ultra60
banner:   Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 450MHz)
model:    Ultra-60
Sun development name: Deuterium
Solaris 7 5/99 s998s_u2SunServer_09 SPARC, 64-bit kernel, SunOS 5.7
2 UltraSPARC-II cpus, cpu freq: 450MHz, system freq: 113MHz
CPU Units:
========================= CPUs =========================
                    Run   Ecache   CPU    CPU
Brd  CPU   Module   MHz     MB    Impl.   Mask
---  ---  -------  -----  ------  ------  ----
 0     0     0      450     4.0   US-II    10.0
 0     2     2      450     4.0   US-II    10.0
Memory Units:
socket U0701 has a 128MB DIMM (bank 0, address 0x00000000-0x1fffffff)
socket U0702 has a 128MB DIMM (bank 0, address 0x00000000-0x1fffffff)
socket U0703 has a 128MB DIMM (bank 0, address 0x00000000-0x1fffffff)
socket U0704 has a 128MB DIMM (bank 0, address 0x00000000-0x1fffffff)
socket U0801 has a 128MB DIMM (bank 1, address 0x20000000-0x3fffffff)
socket U0802 has a 128MB DIMM (bank 1, address 0x20000000-0x3fffffff)
socket U0803 has a 128MB DIMM (bank 1, address 0x20000000-0x3fffffff)
socket U0804 has a 128MB DIMM (bank 1, address 0x20000000-0x3fffffff)
empty sockets: U0901 U0902 U0903 U0904 U1001 U1002 U1003 U1004
total memory = 1024MB (1GB


greetings,

Stoyan


_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to