Operating System - HP-UX
1832617 Members
2628 Online
110043 Solutions
New Discussion

Re: How to know the number of memory slots

 
nag_2
Occasional Contributor

How to know the number of memory slots

Hi all,
How to know the total number of memory slots available in D & R Class systems.And also in which slot is loaded with what like 32 or 64MB RAM.
I found onw way at ISL prompt.How can I found the same when system is running by logging as root user.
Please help me that.

-Nag
have nice sys admin time
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: How to know the number of memory slots

Hi:

You can use 'stm' if you have loaded OnlineDiag from the Support Plus CD (/SD_CDROM/DIAGNOSTICS/B.11.00 or /SC_CDROM/DIAGNOSTICS/B.10.20). Go to stm's "Information Tool".

...JRF...
Insu Kim
Honored Contributor

Re: How to know the number of memory slots

Do ioscan -knf to see which hardware path memory is in.
if hardwar path of memory is 49 and you have stm up to date,
issue a couple of commands as follows,

# cstm << EOF
> sel path 49
> info; wait
> infolog
> EOF
-------> Output will be displayed in a minute.
Never say "no" first.
Rick Garland
Honored Contributor

Re: How to know the number of memory slots

Short of downing the box and looking inside, use stm (cstm - character, xstm - X based, mstm - motif based). Part of the DIAGS. On a Support Plus CD.