[SOLVED] memory less reported
My Linux server is having the following issue
We have two servers
Server A
=========
The server was having 2 sticks of 1 GB Ram = tot 2 GB
we have added 2 more sticks of 2 GB each = tot 6 GB
Funny thing - but After install when we started the machine it did detect the total 6 GB Ram so it seems that the BIOS was able to recognize the 6 GB.
I ran the following commands
cat /etc/SuSE-release
SUSE LINUX Enterprise Server 9 (i586)
VERSION = 9
PATCHLEVEL = 3
cat /proc/meminfo|grep Mem
MemTotal: 3630956 kB
MemFree: 2204956 kB
I expect to see total 6 GB
On Second server
================
We did the same on another server
here we increased from 6GB to 10 GB and the server was able to detect the 10 GB
cat /etc/SuSE-release
SUSE LINUX Enterprise Server 9 (i586)
VERSION = 9
PATCHLEVEL = 3
cat /proc/meminfo|grep Mem
MemTotal: 10324860 kB
MemFree: 1502784 kB
The issue is being faced on the first server
Both servers are the same hardware and have 6 slots each capable of handling 2 GB RAM
Please assist