Operating System - HP-UX
1834149 Members
4002 Online
110064 Solutions
New Discussion

Determining physical installed memory

 
SOLVED
Go to solution
edwin hamers
Advisor

Determining physical installed memory

I am trying to find out :
- what kind of Dimms are installed (256, 512)
- how many slots are used

I am using a HP9000 L2000 with HPUX11 64b

Is there a script available for this purpose?
It is not possible to reboot the server to go to bios. I already tried sam, cstm, etc..
Chant and be happy
3 REPLIES 3
linuxfan
Honored Contributor
Solution

Re: Determining physical installed memory

Hi Edwin,

I never had any problem using cstm to determine the memory simms sizes and slots etc.

Did you try this,
echo 'selclass qualifier memory;info;wait;infolog' |cstm > /tmp/mem.info

now look in the file /tmp/mem.info for you the memory simm sizes and slots.

Did you get any errors when you tried using cstm?

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

Re: Determining physical installed memory

Thanks. It really worked.
This time i got no errors!!

Thank you really much

Edwin
Chant and be happy
Victor_5
Trusted Contributor

Re: Determining physical installed memory

Hi Edwin:

You still have other options:
1. SAM
Performance Monitors --> System Properties --> Memory

2. #top
see the top of the output for the memory info

3. #dmesg
see man for more