1834736 Members
2619 Online
110070 Solutions
New Discussion

Findind memory bank size

 
SOLVED
Go to solution
RATEFIARIVONY
Occasional Advisor

Findind memory bank size

Hi all,

I'm trying to find out which memory slot is occupied with how much memory size.
I cannot open the L1000 server running hp-ux 11.00 because it is under heavy use...
I do not have also Support Manager Tools installed (no license ?)

Thanks you.
5 REPLIES 5
Patrick Wallek
Honored Contributor
Solution

Re: Findind memory bank size

Without STM installed I do not think this is possible without rebooting the server.

There is no license required for STM. You just have to install the diagnostics bundle. This installation does, I believe, require a reboot of the system though.

Diagnostics are available for free download from here:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE
Geoff Wild
Honored Contributor

Re: Findind memory bank size

Install and run Sysinfo301 (attached):

Run from cron:
# Run the sysinfo script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1


Memory section looks like:

Memory Information
==================
Basic Memory Description
Module Type: MEMORY
Total Configured Memory : 10240 MB
Page Size: 4096 Bytes
Memory interleaving is supported on this machine and is ON.
Memory Board Inventory
CAB/CELL: 0/0
DIMM A DIMM B DIMM C DIMM D
Slot Size (MB) Size (MB) Size (MB) Size (MB)
---- --------- --------- --------- ---------
0 512 512 512 512
1 512 512 512 512
2 0 0 0 0
3 0 0 0 0
Cell Total (MB): 4096
-------------------------------------------------
CAB/CELL: 0/1
DIMM A DIMM B DIMM C DIMM D
Slot Size (MB) Size (MB) Size (MB) Size (MB)
---- --------- --------- --------- ---------
0 512 512 512 512
1 512 512 512 512
2 512 512 512 512
3 0 0 0 0
Cell Total (MB): 6144
-------------------------------------------------
System Total (MB): 10240


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Patrick Wallek
Honored Contributor

Re: Findind memory bank size

Geoff,

Sysinfo used STM (CSTM to be exact) to get all of its information. If he doesn't have STM installed sysinfo won't work either.
RATEFIARIVONY
Occasional Advisor

Re: Findind memory bank size

Thanks for replies,

In sysinfo output i see CSTM not installed and i don't see either detailed of installed ram modules.
I think, i really should install cstm as it's free!!!

Thanks again.
Geoff Wild
Honored Contributor

Re: Findind memory bank size

Patrick - you're right - even cfg2html uses it as well....

http://come.to/cfg2html

Definately, install CSTM....

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.