Re: Free System Page Table Entries In SBS 2003



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

=====================================================

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: Acggwew7ykPf8Rr+SdS5eihxl9rZDw==
<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>
<Subject: Re: Free System Page Table Entries In SBS 2003
<Date: Tue, 6 Nov 2007 14:11:04 -0800
<Lines: 186
<Message-ID: <5E11E508-B95D-4294-9BAF-194427A6456C@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:74170
<NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<
<Thanks Merv and Reboert.
<It is fixed by add /3G /UserVA=3030 at boot.ini. the FSPTS is now 14,872
<sorry for reply so later , Cause I cannot reboot the server at the day
time.
<
<For Rebert's suggestion, I have noticed that MS advice do not turn on /3g
on
<SBS 2003 like mine,
<but I have noticed that without that, MS only give application 2G memory.
<In my server , I have Exchange 2003 ,Sql server 200 and Dynamic CRM3
runnig
<on it. them charge lots of memory. Can you turn off it?
<--
<Gordon
<
<
<"Robert Li [MSFT]" wrote:
<
<> Hi Gordon,
<>
<> Thanks for posting in our newsgroup.
<>
<> From your description, I know that you can't see processes showing up in
<> process tab of Task Manager. If that's not right, please don't hesitate
to
<> let me know.
<>
<> Besides Merv's suggestion, please also take the following steps to
narrow
<> down this issue:
<>
<> Step 1: I researched and found make similar issues are caused by turning
on
<> /3GB switch. If you opened the switch before, please remove the /3GB
switch
<> from the Boot.ini file to see if the problem can be resolved.
<>
<> In addition, because Microsoft Small Business Server installs as an
<> integrated domain controller and Exchange server, we also do not
recommend
<> setting the /3GB switch when you run Exchange Server 2003 in a Small
<> Business Server environment.
<>
<> More info:
<> Using the /3GB Switch with SBS 2003
<> http://blogs.technet.com/sbs/archive/2006/06/30/439628.aspx
<>
<> How to use the /userva switch with the /3GB switch to tune the User-mode
<> space to a value between 2 GB and 3 GB
<> http://support.microsoft.com/?id=316739
<>
<> Step 2: Please make a clean boot to make sure the problem is not caused
<> third party software:
<>
<> 1. Click Start->Run...->type msconfig and press Enter.
<> 2. Click Services tab and select Hide All Microsoft Services and Disable
<> All third party Services.
<> 3. Click Startup tab and Disable All startup items.
<> 4. Click OK and choose Restart.
<> 5. After reboot, check whether the problem still occurs.
<> 6. If there are no more problems, please use the above steps to enable
<> services and startup items one by one in order to figure out the root
cause
<> of this issue.
<>
<> If the problem persists, please help me collect the following
information
<> for deep research:
<>
<> 1. What important change did you make before the issue first occurred?
<>
<> 2. MPS Report
<>
<> 1) Download MPS report tool from:
<>
http://download.microsoft.com/download/b/b/1/bb139fcb-4aac-4fe5-a579-30b0bd9
<> 15706/MPSRPT_SETUPPerf.EXE
<> 2) Run the MPSRPT_SETUPPerf.exe on the server box.
<> 3) Wait for 10~15 minutes.
<> 4) Open Windows explorer, navigate to
<> %SYSTEMROOT%\MPSReports\Setup\Reports\cab\
<> 5) Send the .cab file to v-robeli@xxxxxxxxxxxxx with subject:
<> 40914053-Free System Page Table Entries In SBS 2003.
<>
<> 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.
<>
<> --------------------
<> <From: "Merv Porter [SBS-MVP]" <mwport@xxxxxxxxxxxxxxxxxxx>
<> <References: <366359B9-1F01-46C4-A561-0E17936A8B81@xxxxxxxxxxxxx>
<> <Subject: Re: Free System Page Table Entries In SBS 2003
<> <Date: Mon, 5 Nov 2007 09:43:03 -0500
<> <Lines: 49
<> <X-Priority: 3
<> <X-MSMail-Priority: Normal
<> <X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
<> <X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
<> <X-RFC2646: Format=Flowed; Original
<> <Message-ID: <#hD9to7HIHA.3768@xxxxxxxxxxxxxxxxxxxx>
<> <Newsgroups: microsoft.public.windows.server.sbs
<> <NNTP-Posting-Host: pool-71-97-162-15.aubnin.dsl-w.verizon.net
71.97.162.15
<> <Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP06.phx.gbl
<> <Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:73783
<> <X-Tomcat-NG: microsoft.public.windows.server.sbs
<> <
<> <This may help...
<> <
<> <Free Page Table entries is at the warning threshold
<>
<http://technet.microsoft.com/en-us/library/36e04508-7cd5-44e6-a6b5-551c4b98
<> 613c.aspx
<> <
<> <--
<> <Merv Porter [SBS-MVP]
<> <============================
<> <
<> <"GordonLiq" <GordonLiq@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
<> <news:366359B9-1F01-46C4-A561-0E17936A8B81@xxxxxxxxxxxxxxxx
<> <> Hi Everybody,
<> <> I have a quesiton on my server.
<> <> I am running a Windows SBS 2003 with 3G memory. It happens recently
that
<> I
<> <> cannot get the system resource, eg : cannot view the process list in
the
<> <> taskbar.
<> <> I have searched in the internet , it says that it will happen when
the
<> <> Free
<> <> System Page Table Entries(FSPTE) is less than 2000. That is the
answer,
<> <> but I
<> <> donot know how to increase the FSPTE. it is about 3000 after I
<> restart
<> <> the computer. that is too close to 2000. the FSPTE is 265,000 on my
<> <> another
<> <> server with 2G memory.
<> <> the resource usage in the SBS2003 is listed below. the data comes from
<> <> Performance Tab in Taskmgr
<> <> Totals:
<> <> handles : 34600 Threads: 1415
<> <> Processes: 74
<> <> Physical Memory (K)
<> <> Total: 3406220 available:1185156
<> <> System
<> <> Cache : 1153696
<> <> Commit Charge(k)
<> <> Total: 2154656 Limit: 7448352
<> <> Peak:
<> <> 3130440
<> <> Kernel Momory(k)
<> <> Total: 174120 Paged: 130620
<> <> Non
<> <> Paged: 43860
<> <>
<> <> I should have enough memory left, how can I increase the FSPTE number?
<> <>
<> <> --
<> <> Gordon
<> <>
<> <
<> <
<> <
<>
<>
<

.



Relevant Pages

  • Re: addressed before : exchange temp tables. server reboot, old mails sent.
    ... Overview of Exchange Server 2003 and antivirus software ... Microsoft CSS Online Newsgroup Support ... When opening a new thread via the web interface, we recommend you check the ...
    (microsoft.public.windows.server.sbs)
  • Re: Connect Computer Problem at 2 Customer Sites - RESOLVED!!
    ... and computers could not be found as in the Microsoft KB 837369. ... server on the SBS server using IPCONFIG /ALL. ... This newsgroup only focuses on SBS technical issues. ... When opening a new thread via the web interface, we recommend you check ...
    (microsoft.public.windows.server.sbs)
  • Re: NDRs and email appearing in users accounts after reboot of server
    ... Click Services tab and select Hide All Microsoft Services and Disable ... Please run the MAPI Editor on SBS server. ... This newsgroup only focuses on SBS technical issues. ... When opening a new thread via the web interface, we recommend you check the ...
    (microsoft.public.exchange.admin)
  • Re: Server Usage Report
    ... After this it would take some time for the server usage report to collect ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ... When opening a new thread via the web interface, we recommend you check ...
    (microsoft.public.windows.server.sbs)
  • RE: OWA problem on some emails
    ... What you have done on the server ... I recommend you to reset DS2MB. ... Right-click Microsoft Exchange System Attendant, ... > Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)

Loading