LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   full RAM is not shown by Dell™ PowerEdge™ 2650 redhat 4 linux system (https://www.linuxquestions.org/questions/linux-newbie-8/full-ram-is-not-shown-by-dell%99-poweredge%99-2650-redhat-4-linux-system-733603/)

umeshsharma 06-17-2009 08:36 AM

full RAM is not shown by Dell™ PowerEdge™ 2650 redhat 4 linux system
 
I have Dell™ PowerEdge™ 2650 server having 4 GB ram and i install Redhat 4 linux on it. But in the bios it shows 4 GB ram which i checked physically but in my OS it shows like.


[root@htss06 ~]# free -m
total used free shared buffers cached
Mem: 248 247 1 0 4 59
-/+ buffers/cache: 182 65
Swap: 511 10 501




It's very strange i am not very good about servers. after googled i found
re-map the missing
ram from where your bios hole is located

but don't know how.

[root@htss06 ~]# getconf LONG_BIT
32
[root@htss06 ~]# uname -a
Linux htss06.htss.com 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
[root@htss06 ~]#

[root@htss06 ~]# cat /proc/meminfo
MemTotal: 254792 kB
MemFree: 4848 kB
Buffers: 15396 kB
Cached: 131764 kB
SwapCached: 0 kB
Active: 120108 kB
Inactive: 103160 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 254792 kB
LowFree: 4848 kB
SwapTotal: 524280 kB
SwapFree: 524280 kB
Dirty: 192 kB
Writeback: 0 kB
Mapped: 111408 kB
Slab: 19348 kB
Committed_AS: 277988 kB
PageTables: 2568 kB
VmallocTotal: 761848 kB
VmallocUsed: 2184 kB
VmallocChunk: 759512 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB

Thanks
umesh

rayfordj 06-17-2009 11:27 AM

Turn off OS Install Mode in the BIOS. This option limits the amount of physical RAM presented to the OS. IIRC, it was really only ever useful for installing Windows NT so you could apply SP and then access more RAM.

:study:

johnsfine 06-17-2009 12:42 PM

Quote:

Originally Posted by umeshsharma (Post 3577105)
after googled i found
re-map the missing
ram from where your bios hole is located

Having 1/4GB visible of 4GB total is not one of the usual symptoms, so when google or other search finds similar problems (full ram not shown) they aren't actually similar.

Your problem is something else.

Quote:

Originally Posted by rayfordj (Post 3577289)
Turn off OS Install Mode in the BIOS. This option limits the amount of physical RAM presented to the OS. IIRC, it was really only ever useful for installing Windows NT so you could apply SP and then access more RAM.

Very impressive (assuming it is the right answer).

I know a lot of causes and corrections for missing memory. I hadn't heard of that one before.

After you've fixed whatever problem limits you to 0.25GB, you'll probably be up to about 3.25GB. Then you might want to diagnose and fix one of the more common problems in order to get up to around 3.99GB

BTW, the "GB" I'm using above is what is commonly used for ram, 1024 times 1048576 bytes. Not what is commonly used for disk, 1000 times 1000000 bytes. Some people call the larger one GiB, but that isn't common enough to be less confusing.

umeshsharma 06-18-2009 12:12 AM

No actually have 4.25GB RAM in which it is showing only 256 MB.

Thanks
umesh

rayfordj 06-18-2009 06:56 AM

Quote:

Originally Posted by umeshsharma (Post 3577880)
No actually have 4.25GB RAM in which it is showing only 256 MB.

Thanks
umesh

That is because OS Install Mode is enabled in the system BIOS. Disable OS Install Mode in the PE2650's BIOS to remove the 256MB RAM limit.

System Setup Options
OS Install Mode — Determines the maximum amount of memory available to the operating system. On sets the maximum memory available to the operating system to 256 MB. Off (default) makes all of the system memory available to the operating system. Some operating systems will not install with more than 2 GB of system memory. Turn this option On during operating system installation and Off after installation.

:study:

umeshsharma 06-19-2009 12:50 AM

Thank you very much rayfordj

You r great.

Thanks again.


All times are GMT -5. The time now is 08:21 PM.