Re: Free System Page Table Entries In SBS 2003
- From: v-robeli@xxxxxxxxxxxxxxxxxxxx (Robert Li [MSFT])
- Date: Thu, 08 Nov 2007 10:16:48 GMT
Hi Gordon,
Thanks for your reply.
Although after you turned on the /3GB switch, the issue was resolved, it
not commanded to do so. You can see the detail explanation in "Why this is
important" part of the following article:
Using the /3GB Switch with SBS 2003
http://blogs.technet.com/sbs/archive/2006/06/30/439628.aspx
At this point, a suggestion is to remove the /3GB switch and continue our
troubleshooting steps. You can also add physical RAM (SBS 2003 R2 supports
maximum 4GB) if possible.
You and make a clean boot as I suggested in my previous reply. Also please
try the following:
Step 1: Please logon as another administrator account to see if the problem
can be reproduced. If not, the problem is related to user profile.
Step 2: Please log on the system in Safe Mode to see the problem can be
reproduced.
I am looking forward to hear from you.
If you need further assistance, please don't hesitate to let me know.
Best regards,
Robert Li(MSFT)
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
=====================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.
Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
<Thread-Topic: Free System Page Table Entries In SBS 2003
<thread-index: AcghjA6pjrPyrAuJRKyOfw1j35+R9w==
<X-WBNR-Posting-Host: 207.46.192.207
<From: =?Utf-8?B?R29yZG9uTGlx?= <GordonLiq@xxxxxxxxxxxxxxxxxxxxxxxxx>
<References: <366359B9-1F01-46C4-A561-0E17936A8B81@xxxxxxxxxxxxx>
<#hD9to7HIHA.3768@xxxxxxxxxxxxxxxxxxxx>
<8IHR2wEIIHA.360@xxxxxxxxxxxxxxxxxxxxxx>
<5E11E508-B95D-4294-9BAF-194427A6456C@xxxxxxxxxxxxx>
<gQ#iu6RIIHA.4268@xxxxxxxxxxxxxxxxxxxxxx>
<Subject: Re: Free System Page Table Entries In SBS 2003
<Date: Wed, 7 Nov 2007 14:18:00 -0800
<Lines: 80
<Message-ID: <10CB9818-BBED-4660-9773-5F7B52587946@xxxxxxxxxxxxx>
<MIME-Version: 1.0
<Content-Type: text/plain;
< charset="Utf-8"
<Content-Transfer-Encoding: 7bit
<X-Newsreader: Microsoft CDO for Windows 2000
<Content-Class: urn:content-classes:message
<Importance: normal
<Priority: normal
<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
<Newsgroups: microsoft.public.windows.server.sbs
<Path: TK2MSFTNGHUB02.phx.gbl
<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:74439
<NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<
<Thanks very much Robert for you reply.
<I think the Sql server is ok, it does not use too much memory.
<I will list the current memory usage here
<Process Name Memory Virtual Memory
<store.exe 859,872 K 872,872 K
<sqlservr.exe 264,78o K 273,136 K
<sMEXjwaster.exe 148,720K 130,248K
<sqlservr.exe 134,4%K 145,224K
<w3wp.exe 133,528 K 120,036 K
<Isass.exe 42,280K 38,800K
<w3wp.exe 39,640 K 28,624 K
<inetirto.exe 38,992 K 29,388 K
<
<Is it good to take off the /3G? I have 3G memory installed on that
machine.
<I think the Exchange 2003 used too much memory.
<--
<Gordon
<
<
<"Robert Li [MSFT]" wrote:
<
<> Hi Gordon,
<>
<> Thanks for your reply.
<>
<> Because Microsoft Small Business Server installs as an integrated domain
<> controller and Exchange server, we do not recommend setting the /3GB
switch
<> when you run Exchange Server 2003 in a Small Business Server environment.
<>
<> At this point, you can turn off the /3GB switch and try the following
steps:
<>
<> Step 1: The problem seems to be related to memory usage on SBS server.
The
<> SQL server occupies large amount of RAM, which is by design. We can
modify
<> the max server memory to prevent SQL Server from using more that the
<> specified amount of memory. Then test if the problem can be resoved:
<>
<> To do so, open a command prompt and run the following command:
<>
<> osql -E -S <SBS server name>\<instance name>
<> You will enter the osql command prompt. Run the commends below (replace
<> <xxx> with the maximum and minimum amount of memory respectively):
<> 1> EXEC sp_configure 'show advanced options', 1
<> 2> reconfigure
<> 3> go
<> 1> EXEC sp_configure 'min server memory', <xxx>
<> 2> reconfigure
<> 3> go
<> 1> EXEC sp_configure 'max server memory', <xxx>
<> 2> reconfigure
<> 3> go
<>
<> After doing the above steps, you may run the commands to check the
<> configured memory usage:
<>
<> 1> EXEC sp_configure
<> 2> go
<>
<> For more information, please see the article below:
<> 321363 INF: SQL Server Memory Usage
<> http://support.microsoft.com/?id=321363
<>
<> Step 2: I have a same issue that Virus caused the Task Manager Processes
<> List Grey out. Please scan the SBS Server with Anti Virus software and
test
<> again.
<>
<> Hope above information help.
<>
<> If you need further assistance, please don't hesitate to let me know.
<>
<> Best regards,
<>
<> Robert Li(MSFT)
<>
<> Microsoft CSS Online Newsgroup Support
<>
<> Get Secure! - www.microsoft.com/security
<>
<> =====================================================
<>
<
<
.
- References:
- Re: Free System Page Table Entries In SBS 2003
- From: Merv Porter [SBS-MVP]
- Re: Free System Page Table Entries In SBS 2003
- From: Robert Li [MSFT]
- Re: Free System Page Table Entries In SBS 2003
- From: GordonLiq
- Re: Free System Page Table Entries In SBS 2003
- From: Robert Li [MSFT]
- Re: Free System Page Table Entries In SBS 2003
- From: GordonLiq
- Re: Free System Page Table Entries In SBS 2003
- Prev by Date: Re: can't ping gateway IP address
- Next by Date: RE: RWW and Local Drives
- Previous by thread: Re: Free System Page Table Entries In SBS 2003
- Next by thread: Re: Free System Page Table Entries In SBS 2003
- Index(es):
Relevant Pages
|