LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-13-2009, 01:20 PM   #1
sir-lancealot
Member
 
Registered: Aug 2007
Posts: 346

Rep: Reputation: 31
ram upgrdae will server see it


Have a really easy / basic question. Have a poweredge 2950, 8 slots, 4 in use (1gb strips) so have 4 remaining. I would like to double it to 8, looked and see I can go with 2 2gb strips right now for a good price.

The box is running CentOS 4.6, with the following in dmesg;
Linux version 2.6.9-67.0.1.ELsmp (mockbuild@builder6.centos.org) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Wed Dec 19 16:01:12 EST 2007

I started reading on PAE, etc. and wonder before I make this purchase if there is anything I need to do on the box for the OS to see it, like install a new kernel, etc.

Thanks
 
Old 04-13-2009, 01:43 PM   #2
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Since you have a full 4GB already, you can easily check whether all that PAE stuff is working now.

1) Look at the BIOS memory map from dmesg (If it is too long since you booted Linux that map might not be there. I don't know how else to get it, short of rebooting.)

For comparison, look at the map in this post
http://www.linuxquestions.org/questi...10#post3455110
Notice the line
Code:
BIOS-e820: 0000000100000000 - 0000000160000000 (usable)
That shows the usable memory outside the first 4GB of address space.

If your current 4GB of ram is all usable, some of it (probably less than in the quoted example) will be outside the first 4GB of address space.

2) If it is OK at the BIOS map level, use the free command to see that Linux has about 4GB (not just about 3.5).

If that isn't working, additional ram won't work either. If that is working, most issues are OK for additional ram, but it is hard to be sure without trying.

Last edited by johnsfine; 04-13-2009 at 02:12 PM.
 
Old 04-13-2009, 02:08 PM   #3
sir-lancealot
Member
 
Registered: Aug 2007
Posts: 346

Original Poster
Rep: Reputation: 31
Well a;
cat /var/log/dmesg |grep BIOS shows the following;

BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 0000000000100000 - 00000000cffa8000 (usable)
BIOS-e820: 00000000cffa8000 - 00000000cffb7c00 (ACPI data)
BIOS-e820: 00000000cffb7c00 - 00000000d0000000 (reserved)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fe000000 - 0000000100000000 (reserved)
BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
PCI: PCI BIOS revision 2.10 entry at 0xfb1fe, last bus=16

So if I read this correctly, I should be okay already then.
 
Old 04-13-2009, 02:16 PM   #4
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by sir-lancealot View Post
BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
...
So if I read this correctly, I should be okay already then.
So the BIOS is OK. You have 3327.28MB in the first 4GB of address space plus 768MB outside the first 4GB of address space.

I don't happen to know which Centos kernels are PAE.

What was the output from free? Is the total memory slightly less (there is some overhead) than the 3327MB in the first 4GB or slightly less than 3327+768 = 4095MB?

Last edited by johnsfine; 04-13-2009 at 02:28 PM.
 
Old 04-13-2009, 02:34 PM   #5
sir-lancealot
Member
 
Registered: Aug 2007
Posts: 346

Original Poster
Rep: Reputation: 31
total used free shared buffers cached
Mem: 4149104 2824188 1324916 0 30604 2428136
-/+ buffers/cache: 365448 3783656
Swap: 1052248 23296 1028952
 
Old 04-13-2009, 04:15 PM   #6
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Your BIOS and Linux Kernel are both OK for the upgrade to 8GB. No changes required to either.

Dell servers tend to be quite picky about exactly the right kind of RAM. Are you sure the good price you found is on the ram it can use?

The quote from the spec sheet is "Fully Buffered DIMMs (FBD) in
matched pairs, 533MHz or 667MHz".

I expect the speed needs to match for all the DIMMs. "Matched pairs" means in each pair, the size must also match (you already indicated you will get the size matching per pair). I'm not certain about matching speed. Most systems operate all DIMMs at the speed of the slowest DIMM, rather than rejecting the memory if there is a speed difference. I don't know for sure that Dell is pickier about that.

Last edited by johnsfine; 04-13-2009 at 04:18 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
All of the server memory 4 GB ram used; redhat 2.6.9; samba server 3.0! Help. admir330 Linux - Server 4 12-21-2008 06:56 AM
Installing a File Server on RAM - Is it possible? Arindam Banerjee Linux - Hardware 8 04-20-2007 02:52 PM
Server for old PC (32MB RAM ) DarkSpy Linux - Distributions 3 01-26-2006 08:49 PM
Server Eating up RAM?? Louie55 Linux - General 2 01-22-2005 05:20 PM
how much RAM do i need to run a small server? Necronomicom Slackware 4 07-30-2004 11:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration