> >I'm looking for some code to tell me what SIMMS are installed, and in which >slots. > >(Solaris 2.4, 2.5, running on Sparc) > Do a prtconf -pv (save the output to a file) Then look for 'memory' e.g. for a box that has 3 x 64MB and 2 x 16MB SIMMS: 00000000.00000000.01000000 00000000.04000000.04000000 00000000.08000000.01000000 00000000.0c000000.04000000 00000000.18000000.04000000 name: 'memory' every SIMM is represented by a triplet. The first number, I have no idea :) The second is the address and the third the size 01000000=16MbSIMM 04000000=64Mb /Nikos