1833589 Members
4129 Online
110061 Solutions
New Discussion

Question about RAM.

 
SOLVED
Go to solution
Kenny Chau
Trusted Contributor

Question about RAM.

Hi everyone,

Without opening the machine case (ie, use commands), how do I know how many RAMs I have in my L-Class machine and which slot the RAM had inserted to and how many free slots that I can use?

Thanks very much.
Kenny
6 REPLIES 6
linuxfan
Honored Contributor

Re: Question about RAM.

Hi Kenny,

Install STM (Support Tool Manager)

You can get more info about STM and diagnostics from
http://docs.hp.com//hpux/diag/index.html

here's a blurb on STM
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE

And you can download STM from
https://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6191AAE&date=

then run
echo 'selclass qualifier memory;info;wait;infolog' |cstm > /tmp/cstm.mem

the file /tmp/cstm.mem will have the information about the memory simms sizes and their location

-HTH
Ramesh
They think they know but don't. At least I know I don't know - Socrates
Sanjay_6
Honored Contributor

Re: Question about RAM.

Hi Kenny,

You can use STM to find this out.

Check this thread out for your solution.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x658dabe92dabd5118ff10090279cd0f9,00.html

Hope this helps.

thanks
Sanjay_6
Honored Contributor

Re: Question about RAM.

Kenny Chau
Trusted Contributor

Re: Question about RAM.

Thanks all for your help. I had run this command and got this result:
Memory Board Inventory

DIMM Slot Size (MB)
--------- ---------
0a 128
1a 128
0b 128
1b 128
--------- ---------
System Total (MB): 512

So it means I had got 512MB RAM but use up all the slots? Or I still have some free slots that I can use?

Thanks.
Kenny
linuxfan
Honored Contributor
Solution

Re: Question about RAM.

Hi Kenny,

Each memory carrier has 8 slots (0a/0b, 1a/1b, 2a/2b, 3a/3b)

so you still have 4 slots open. Ofcourse you can add another memory carrier (which gives another 8 slots)

but you have to keep in mind when you add new simms, if they are of the same size (in your case 128MB each ) then the next slot you would put it in is 2a/2b (you always add simms in pairs).

If you are adding higher size SIMMS(256 each) then the higher size simms should be before the lower size. so you would add the new 256 MB simms in 0a/0b and move the existing 128MB simms to 2a/2b.

I know there was a document for this, let me check if i can find one.

-HTH
Ramesh
They think they know but don't. At least I know I don't know - Socrates
linuxfan
Honored Contributor

Re: Question about RAM.

Hi Kenny,


Here is the document i was talking about.

http://docs.hp.com/hpux/onlinedocs/hw/lclass/content/00/04/1M/idd/1.html

If you want to know other information about L-Class, check out

http://docs.hp.com/hpux/onlinedocs/hw/lclass/index.html

-HTH
Ramesh
They think they know but don't. At least I know I don't know - Socrates