1825721 Members
3129 Online
109687 Solutions
New Discussion

memory

 
Ragni Singh
Super Advisor

memory

is there a tool or how can I tell how much memory is in the system. I have just added 2 more gigs of memory on our advance server 2.1 but its not showing the new memory total. Any help is greatly appreciated.
3 REPLIES 3
Kodjo Agbenu
Honored Contributor

Re: memory

Hi,

Try :

cat /proc/meminfo

If you are missing memory, it may be because you are not using the right RedHat kernel.

FYI :

=> the standard kernel is uniprocessor and manages up to 960 MB of RAM

=> the smp kernel is multi-processor and manages up to 4GB of RAM

=> the enterprise or bigmem kernel is multi-processor and manages up to 64GB of RAM.

Good luck.

Kodjo
Learn and explain...
Ragni Singh
Super Advisor

Re: memory

We had 4 gigs of memory on my advance server. I shut the system down, added more memory and broght the system back online. When I go into meminfo, the total is still showing 4 gigs of memory. How do I get it to recognize my newly added memory.



Kodjo Agbenu
Honored Contributor

Re: memory

Hi,

As I explained above, you need to upgrade your kernel from "smp" to "enterprise" or "bigmem" version.

To do that, you need the cd-roms of RedHat Advanced Server. find the kernel-enterprise (or kernel-bigmem) version, then :

rpm -Uvh kernel-...

At last, edit /etc/lilo.conf or /etc/grub.conf and make the necessary changes.

Don't forget to type /sbin/lilo before rebooting.

Good luck.

Kodjo
Learn and explain...