Operating System - HP-UX
1827204 Members
2498 Online
109716 Solutions
New Discussion

Re: How to tell the number of memory slots available?

 
Ben_40
Occasional Contributor

How to tell the number of memory slots available?

Using cstm I can determine the number and type of memory boards installed, but how do I determine whether there are free slots available?
This space intentionally left blank.
7 REPLIES 7
Bill Hassell
Honored Contributor

Re: How to tell the number of memory slots available?

Without opening up the machine and looking at the RAM slots, the only way would be to run the STM diagnostics. These are located on your SupportPlus CDROM. Since you did not provide an operating system rev or model number of your computer, I can't be more specific.


Bill Hassell, sysadmin
Ben_40
Occasional Contributor

Re: How to tell the number of memory slots available?

In this particular instance, I need to know the slots on a D250 box running 10.20. However, I look after G/K/N/T boxes running both 10.20 and 11.00 so if there is a 'generic' method of finding out, I'd love to know that as well. I did use the STM diagnostics, but I was unsure how to interpret some of the data.
This space intentionally left blank.
Insu Kim
Honored Contributor

Re: How to tell the number of memory slots available?

Did you run memory infomation tool in cstm?

Let 32 be hardware path for the memory installed.
# echo "sel path 32;info;wait;il" | cstm

Regards,
Never say "no" first.
paul courry
Honored Contributor

Re: How to tell the number of memory slots available?

You can use ODE from your support disk to do a memory map. This will tell you what is installed, where, and what type. It will also tell you what is open.
Mike Williams_3
Advisor

Re: How to tell the number of memory slots available?

Likely you can determine from the firmware
boot menu. eg
Information Menu: Enter command > sc

Model: 9000/785/B2000

Module Revision
------------------- --------
System Board 0
PA 8500-8500 CPU 3.1
Mem/IO Controller 2.1
PCI Controller #0 4.0
PCI Controller #1 4.0
PDC 4.9 (1 MB)
Micro Controller 1.1

Memory Slot Size
----------- ----
0 256MB
1 empty
2 empty
3 empty

Total Memory = 256MB

Peripheral Type Description
--------------------- ---------------------
CD ROM LTN485S
SCSI.6.0 QUANTUM ATLAS5-9LVD

I/O Slot Card Type
-------- -------------------------------
1 Comm Device Vendor ID = 0x10b5 Device ID = 0x9050
2 empty
3 empty
4 empty
Information Menu: Enter command >
Rick Garland
Honored Contributor

Re: How to tell the number of memory slots available?

The stm tool can be of help in this situation. You may want to run xstm as well to give a graphic representation of the system guts.
Patrick Wallek
Honored Contributor

Re: How to tell the number of memory slots available?

I have just been looking at xstm on my K460. If you open up xstm, go to memory and select it (click once) and then right click and select Information, then it will give a fairly extensive log of information. One of the things it gives is a Memory Board Inventory which tells you which slots in your carrier(s) have memory and what size it is. It does not tell you which slots are free. You could figure this information out if you know the total number of memory slots available for each machine type though.

Here is a sample of the Memory Board Inventory:

Memory Board Inventory

Total Phys Configured Disabled
Board Size (MB) Total (MB) Total (MB)
------------ ---------- ---------- ----------
EXT0 0a/0b 256 256 0
EXT0 1a/1b 256 256 0
EXT0 2a/2b 128 128 0
EXT0 3a/3b 128 128 0
EXT0 4a/4b 128 128 0
EXT0 5a/5b 128 128 0
EXT0 6a/6b 128 128 0
EXT1 0a/0b 256 256 0
EXT1 1a/1b 256 256 0
EXT1 2a/2b 128 128 0
EXT1 3a/3b 128 128 0
EXT1 4a/4b 128 128 0
EXT1 5a/5b 128 128 0
---------- ---------- ----------
System Total: 2176 2176 0