ProLiant Servers (ML,DL,SL)
1752860 Members
3749 Online
108790 Solutions
New Discussion юеВ

Half my memory has gone. No not my head, the DL380 G3.

 
SOLVED
Go to solution
Fog-Watch
Advisor

Half my memory has gone. No not my head, the DL380 G3.

Hello

Check this out
# hpasmcli -s "show server" | grep "Memory installed"
Memory installed : 2048 MBytes

# cat /proc/meminfo | grep MemTotal
MemTotal: 905108 kB

In the RBSU I have selected "Advanced Memory Protection", not "Online
Spare Memory".

Anybody have any ideas how I can use all of my 2G memory?

Regards

Fog_Watch.

# hpasmcli -s "show server" | grep "ROM version"
ROM version : P29 09/15/2004 #which is the latest

# uname -r
2.6.28-gentoo-r5
3 REPLIES 3
Matti_Kurkela
Honored Contributor
Solution

Re: Half my memory has gone. No not my head, the DL380 G3.

DL380 G3 is a basic 32-bit x86, so it requires HIGHMEM kernel options in the Linux kernel to go beyond 1GB of memory.

I'm not very familiar with Gentoo Linux, so I'll use the standard Linux kernel terminology and hope you'll know what needs to be done on Gentoo specifically.

If your kernel configuration has CONFIG_NOHIGHMEM set, that's the problem. You should have at least CONFIG_HIGHMEM4G set; if you have only 2G and don't plan on expanding beyond 4G soon, CONFIG_HIGHMEM64G would be overkill.

MK
MK
Fog-Watch
Advisor

Re: Half my memory has gone. No not my head, the DL380 G3.

Thanks for the reply Matti. The kernel options look correct to me:
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set

Regards

Fog_Watch.
Fog-Watch
Advisor

Re: Half my memory has gone. No not my head, the DL380 G3.

No, the above is not quite correct. The problem is with the kernel. Gentoo LiveCD and Knoppix report 2G memory.