Link to home
Start Free TrialLog in
Avatar of Techno-Man-uk
Techno-Man-ukFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How to know when to use the /PAE switch

Hi,
I have a Windows server running Server 2003 Enterprise Edition SP2 with only 4gb of memory, I have just bought another 28GB of RAM to put the server to 32GB.
Question is if i install the RAM, will my Dell Poweredge server 2900 auto pick this up or do I have to use the /PAE swith also I have 2 other servers running Server 2003 Standard x64 Edition SP2 and the same question applies to them
cheers

Avatar of Brian Pierce
Brian Pierce
Flag of United Kingdom of Great Britain and Northern Ireland image

You must use the /PAE switch if you install more than 4Gb RAM if you want windows to see it.

the /PAE switch is only applicable to Enterprise Edition - Standard Edition is limited to 4Gb - no switch will make any difference
Avatar of Techno-Man-uk

ASKER

I thought Standard Edition x64 would support over 64GB of RAM?
SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great, one more stupid question how do i know if my memory is hot swappable?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
here is my current PAE switch

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Enterprise" /fastdetect /NoExecute=OptIn

do i just add /PAE to the end like so

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Enterprise" /fastdetect /NoExecute=OptIn /PAE