Kernel + bigmem

Hello:

We updated the kernel on a server yesterday to the 2.4.20-31.9 kernel but when the machine came back we only saw 900MB of RAM being used, while the server has 2GB of RAM.

We have installed the bigmem version of this kernel and rebooted the server but we are still seeing 900MB of RAM. We think the kernel hasn't been updated correctly.

Does anybody see anything strange in the grub.conf file causing the kernel not to update to the bigmem version?

Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/sda2
#          initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=3
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-31.9bigmem)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-31.9bigmem ro root=/dev/hda3
        initrd /initrd-2.4.20-31.9bigmem.img
title Red Hat Linux (2.4.20-31.9)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-31.9 ro root=LABEL=/
        initrd /initrd-2.4.20-31.9.img
title Red Hat Linux (2.4.20-30.9)
        root (hd0,0)
        kernel (hd0,0)/vmlinuz-2.4.20-30.9 ro root=/dev/hda3
        initrd (hd0,0)/initrd-2.4.20-30.9.img
title Red Hat Linux (2.4.20-28.9)
        root (hd0,0)
        kernel (hd0,0)/vmlinuz-2.4.20-28.9 ro root=/dev/hda3
        initrd (hd0,0)/initrd-2.4.20-28.9.img
title Red Hat Linux (2.4.20-18.9)
        root (hd0,0)
        kernel (hd0,0)/vmlinuz-2.4.20-18.9 ro root=/dev/hda3
        initrd (hd0,0)/initrd-2.4.20-18.9.img
title Red Hat Linux (2.4.20-8)
        root (hd0,0)
        kernel (hd0,0)/vmlinuz-2.4.20-8 ro root=/dev/hda3
        initrd (hd0,0)/initrd-2.4.20-8.img
When we do uname -a we see the following:

Code:
Linux server.hostname.com 2.4.20-31.9 #1 Tue Apr 13 17:41:45 EDT 2004 i686 i686 i386 GNU/Linux
Thanks in advance Kernel + bigmem

 

 

 

 

Top