IIS Server - iis 6 on w2k3 std will not deliver any pages

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server > August 2005 > iis 6 on w2k3 std will not deliver any pages





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author iis 6 on w2k3 std will not deliver any pages
Phil

2005-08-10, 5:54 pm

Everything shows as 'cannot find server or dns error'
The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
address.

This is our exchange server. It was running fine until last night.
Exchange is fine.

The OWA would not display, so I tried to serve up a static html page from
the iis default directory. Cannot find server.



Tried restarting www service, tried stop/starting app pools and websites.

Nothing. Nothing in logs. Just shows it stopped working at 5:53pm 8/9/2005

Where do I start?


Ken Schaefer

2005-08-10, 8:48 pm

a) Is the World Wide Web Publishing Service started?

b) If nothing is appearing in the IIS Logfiles, then the request is not
getting to IIS, or something is happening to the request when it gets to
IIS. I would suggest the former. Check to ensure you don't have a firewall
enabled (or similar) that's stopping the requests from getting to IIS. Try
using telnet and seeing if you can open a connection to your server on port
80:
telnet>open yourservername 80

Cheers
Ken

--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


"Phil" <hunt@nelinet.net> wrote in message
news:%23E15WfenFHA.312@TK2MSFTNGP10.phx.gbl...
: Everything shows as 'cannot find server or dns error'
: The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
: address.
:
: This is our exchange server. It was running fine until last night.
: Exchange is fine.
:
: The OWA would not display, so I tried to serve up a static html page from
: the iis default directory. Cannot find server.
:
:
:
: Tried restarting www service, tried stop/starting app pools and websites.
:
: Nothing. Nothing in logs. Just shows it stopped working at 5:53pm
8/9/2005
:
: Where do I start?
:
:


David Wang [Msft]

2005-08-11, 3:09 am

If you made a request to OWA and it does not show up in the IIS web logs,
then your request is not making it to the server running IIS, which
indicates a networking issue. Nothing you can do on IIS to fix this sort of
external infrastructure problem.

Now, if you tell me that a user on another machine can get Outlook to
connect to Exchange on this server just fine, yet OWA on IIS from this same
server does NOT work, then we can start looking at other things.

Also, turn off IE's "Show Friendly HTTP Errors" option to report the actual
error page/code (if you see it).

Also, make sure that IIS is actually running and listening on port 80 to
service the HTTP requests for OWA.
netstat -ano should show what is listening on port 80.
net start W3SVC should succeed.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Phil" <hunt@nelinet.net> wrote in message
news:%23E15WfenFHA.312@TK2MSFTNGP10.phx.gbl...
Everything shows as 'cannot find server or dns error'
The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
address.

This is our exchange server. It was running fine until last night.
Exchange is fine.

The OWA would not display, so I tried to serve up a static html page from
the iis default directory. Cannot find server.



Tried restarting www service, tried stop/starting app pools and websites.

Nothing. Nothing in logs. Just shows it stopped working at 5:53pm 8/9/2005

Where do I start?



Phil

2005-08-11, 7:50 am


"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:OiFulJhnFHA.1048@tk2msftngp13.phx.gbl...
> a) Is the World Wide Web Publishing Service started?
>


Yes, as I stated I've stopped and started this numerous times


> b) If nothing is appearing in the IIS Logfiles, then the request is not
> getting to IIS, or something is happening to the request when it gets to
> IIS. I would suggest the former. Check to ensure you don't have a firewall
> enabled (or similar) that's stopping the requests from getting to IIS. Try
> using telnet and seeing if you can open a connection to your server on
> port
> 80:
> telnet>open yourservername 80
>

As I stateed I did this, it connects andimmediately disconnects

> Cheers
> Ken
>
> --
> IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> Web: www.adopenstatic.com
>
>
> "Phil" <hunt@nelinet.net> wrote in message
> news:%23E15WfenFHA.312@TK2MSFTNGP10.phx.gbl...
> : Everything shows as 'cannot find server or dns error'
> : The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
> : address.
> :
> : This is our exchange server. It was running fine until last night.
> : Exchange is fine.
> :
> : The OWA would not display, so I tried to serve up a static html page
> from
> : the iis default directory. Cannot find server.
> :
> :
> :
> : Tried restarting www service, tried stop/starting app pools and
> websites.
> :
> : Nothing. Nothing in logs. Just shows it stopped working at 5:53pm
> 8/9/2005
> :
> : Where do I start?
> :
> :
>
>



Phil

2005-08-11, 5:54 pm


"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:eqJ75jjnFHA.3552@TK2MSFTNGP10.phx.gbl...
> If you made a request to OWA and it does not show up in the IIS web logs,
> then your request is not making it to the server running IIS, which
> indicates a networking issue. Nothing you can do on IIS to fix this sort
> of
> external infrastructure problem.


But it works until 5:52pm Aug 9. Nothing changed (I know famous last
words).
Cannot get pages from inside or outside to inside address or outside
address.
>
> Now, if you tell me that a user on another machine can get Outlook to
> connect to Exchange on this server just fine, yet OWA on IIS from this
> same
> server does NOT work, then we can start looking at other things.


Yes, exactly, EVERYONE can get to exchange thru Outlook 2003 just fine.
Mail using the OL2k3 client is working without problems. Only IIS is being
bad.
>
> Also, turn off IE's "Show Friendly HTTP Errors" option to report the
> actual
> error page/code (if you see it).


I did this, restarted IE, still get page unavailable, Cannot
find server or dns error.

>
> Also, make sure that IIS is actually running and listening on port 80 to
> service the HTTP requests for OWA.
> netstat -ano should show what is listening on port 80.
> net start W3SVC should succeed.
>

netstat shows that port 80 is being listenned on.
I stop w3svc, port 80 not in use for listenning
I start w3svc, it comes up fine, but no pages.

> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> //
> "Phil" <hunt@nelinet.net> wrote in message
> news:%23E15WfenFHA.312@TK2MSFTNGP10.phx.gbl...
> Everything shows as 'cannot find server or dns error'
> The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
> address.
>
> This is our exchange server. It was running fine until last night.
> Exchange is fine.
>
> The OWA would not display, so I tried to serve up a static html page from
> the iis default directory. Cannot find server.
>
>
>
> Tried restarting www service, tried stop/starting app pools and websites.
>
> Nothing. Nothing in logs. Just shows it stopped working at 5:53pm
> 8/9/2005
>
> Where do I start?
>
>
>



Lucvdv

2005-08-11, 5:54 pm

On Wed, 10 Aug 2005 16:12:29 -0400, "Phil" <hunt@nelinet.net> wrote:


> Tried restarting www service, tried stop/starting app pools and websites.
>
> Nothing. Nothing in logs. Just shows it stopped working at 5:53pm 8/9/2005


Does "logs" include the windows event log?

Check there for errors that occur when the service is started, and for
errors at the exact moment you try to open the page on another machine.
Phil

2005-08-11, 5:54 pm

Yep, checked event logs - nothing.

I DID find a log called httperr on Windows\system32\logfiles

that keeps showing:

2005-08-09 20:02:29 - - - - - - - - - 1_Connections_Refused -
2005-08-09 20:02:39 - - - - - - - - - 1_Connections_Refused -
2005-08-09 20:02:44 - - - - - - - - - 1_Connections_Refused -
2005-08-11 13:44:28 - - - - - - - - - 3_Connections_Refused -
2005-08-11 13:44:33 - - - - - - - - - 3_Connections_Refused -
2005-08-11 13:54:44 - - - - - - - - - 3_Connections_Refused -
2005-08-11 13:54:49 - - - - - - - - - 4_Connections_Refused -

I mean hundreds of these starting at the time the web server stopped serving
pages. So what could cause the web server to stop serving pages and get a
connection refused? It even happens on the local machine running the iis6


"Lucvdv" <replace_name@null.net> wrote in message
news:g2pmf1dego3j7v8b6h8s6k8r37ad3sh6lb@
4ax.com...
> On Wed, 10 Aug 2005 16:12:29 -0400, "Phil" <hunt@nelinet.net> wrote:
>
>
>
> Does "logs" include the windows event log?
>
> Check there for errors that occur when the service is started, and for
> errors at the exact moment you try to open the page on another machine.



Phil

2005-08-11, 5:54 pm

Well, after seeing the Connections_refused error in httperr1.log, I got to
ms and see that it means:

"The kernel nonpagedpool memory has dropped below 20MB and http.sys has
stopped receiving new connections."

from this article:
http://www.microsoft.com/technet/pr...s/remstorg.mspx


My task manager shows kernel non-paged pool at 189952(K) so I am assuming
the error means 200MB

Anyway, now how do I fix it? I've tried stopping http and https, and w3svc,
with no help.

The machine has 1g of memory and is only a file server and exchange server.

Phil


"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:eqJ75jjnFHA.3552@TK2MSFTNGP10.phx.gbl...
> If you made a request to OWA and it does not show up in the IIS web logs,
> then your request is not making it to the server running IIS, which
> indicates a networking issue. Nothing you can do on IIS to fix this sort
> of
> external infrastructure problem.
>
> Now, if you tell me that a user on another machine can get Outlook to
> connect to Exchange on this server just fine, yet OWA on IIS from this
> same
> server does NOT work, then we can start looking at other things.
>
> Also, turn off IE's "Show Friendly HTTP Errors" option to report the
> actual
> error page/code (if you see it).
>
> Also, make sure that IIS is actually running and listening on port 80 to
> service the HTTP requests for OWA.
> netstat -ano should show what is listening on port 80.
> net start W3SVC should succeed.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> //
> "Phil" <hunt@nelinet.net> wrote in message
> news:%23E15WfenFHA.312@TK2MSFTNGP10.phx.gbl...
> Everything shows as 'cannot find server or dns error'
> The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
> address.
>
> This is our exchange server. It was running fine until last night.
> Exchange is fine.
>
> The OWA would not display, so I tried to serve up a static html page from
> the iis default directory. Cannot find server.
>
>
>
> Tried restarting www service, tried stop/starting app pools and websites.
>
> Nothing. Nothing in logs. Just shows it stopped working at 5:53pm
> 8/9/2005
>
> Where do I start?
>
>
>



David Wang [Msft]

2005-08-11, 5:54 pm

Is this machine running with the /3GB switch (for Exchange).

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Phil" <hunt@nelinet.net> wrote in message
news:eF$FuzqnFHA.3540@TK2MSFTNGP10.phx.gbl...
Well, after seeing the Connections_refused error in httperr1.log, I got to
ms and see that it means:

"The kernel nonpagedpool memory has dropped below 20MB and http.sys has
stopped receiving new connections."

from this article:
http://www.microsoft.com/technet/pr...s/remstorg.mspx


My task manager shows kernel non-paged pool at 189952(K) so I am assuming
the error means 200MB

Anyway, now how do I fix it? I've tried stopping http and https, and w3svc,
with no help.

The machine has 1g of memory and is only a file server and exchange server.

Phil


"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:eqJ75jjnFHA.3552@TK2MSFTNGP10.phx.gbl...
> If you made a request to OWA and it does not show up in the IIS web logs,
> then your request is not making it to the server running IIS, which
> indicates a networking issue. Nothing you can do on IIS to fix this sort
> of
> external infrastructure problem.
>
> Now, if you tell me that a user on another machine can get Outlook to
> connect to Exchange on this server just fine, yet OWA on IIS from this
> same
> server does NOT work, then we can start looking at other things.
>
> Also, turn off IE's "Show Friendly HTTP Errors" option to report the
> actual
> error page/code (if you see it).
>
> Also, make sure that IIS is actually running and listening on port 80 to
> service the HTTP requests for OWA.
> netstat -ano should show what is listening on port 80.
> net start W3SVC should succeed.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> //
> "Phil" <hunt@nelinet.net> wrote in message
> news:%23E15WfenFHA.312@TK2MSFTNGP10.phx.gbl...
> Everything shows as 'cannot find server or dns error'
> The dns is right, it can be pinged. Happens even on 127.0.0.1 or local
> address.
>
> This is our exchange server. It was running fine until last night.
> Exchange is fine.
>
> The OWA would not display, so I tried to serve up a static html page from
> the iis default directory. Cannot find server.
>
>
>
> Tried restarting www service, tried stop/starting app pools and websites.
>
> Nothing. Nothing in logs. Just shows it stopped working at 5:53pm
> 8/9/2005
>
> Where do I start?
>
>
>




Lucvdv

2005-08-12, 7:58 am

On Thu, 11 Aug 2005 15:43:19 -0400, "Phil" <hunt@nelinet.net> wrote:

> My task manager shows kernel non-paged pool at 189952(K) so I am assuming
> the error means 200MB


No, it means 20MB _free_.
The value you see is 189952K _in use_, which seems rather high to me (just
checked on a server here, and it's only 30316K).

The maximum nonpaged pool is 256M on Win2000, on NT4 it was 128M.

Actually there are two separate address ranges of 128MB each. With the
/3GB switch, one of these is dropped and the maximum falls back to 128MB.
You're obviously above that, so I assume you're not using /3GB ;)

You can try playing around with the Session Manager\Memory Management
registry values, but I don't think it's a good idea. Increasing the
nonpaged pool size reduces the size left over for the paged pool and system
PTE's, and all of that has to fit in 491MB + 448MB (the sizes of the two
address ranges).
Phil

2005-08-12, 5:59 pm

So, what do you think is causing this?

If that is USED paged pool, something must be holding memory, true?
Processes show store.exe taking 262MEG

I rebooted the machine and the kernel nonpaged pool used went back down to
35470k, so there has to be
a memory leak somewhere.

What does the /3GB switch do for me? I do not think we are using it, since
we were at 189M


"Lucvdv" <replace_name@null.net> wrote in message
news:0vjof1lgb7re7lsesk2b5c1m7gbdl6detk@
4ax.com...
> On Thu, 11 Aug 2005 15:43:19 -0400, "Phil" <hunt@nelinet.net> wrote:
>
>
> No, it means 20MB _free_.
> The value you see is 189952K _in use_, which seems rather high to me (just
> checked on a server here, and it's only 30316K).
>
> The maximum nonpaged pool is 256M on Win2000, on NT4 it was 128M.
>
> Actually there are two separate address ranges of 128MB each. With the
> /3GB switch, one of these is dropped and the maximum falls back to 128MB.
> You're obviously above that, so I assume you're not using /3GB ;)
>
> You can try playing around with the Session Manager\Memory Management
> registry values, but I don't think it's a good idea. Increasing the
> nonpaged pool size reduces the size left over for the paged pool and
> system
> PTE's, and all of that has to fit in 491MB + 448MB (the sizes of the two
> address ranges).



David Wang [Msft]

2005-08-13, 2:53 am

I suggest using a tool like POOLMON.EXE to monitor what memory tag and
kernel mode driver is using the most NonPagedPool.

http://www.microsoft.com/technet/pr...9ae75acfb5.mspx

I would not conclude that there is a leak based on your evidence. After all,
a server does real work and needs to use real memory over time. It may be
that your load requires more resources than available to it, at which point
is is not a memory leak but rather under-powered hardware.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Phil" <hunt@nelinet.net> wrote in message
news:%23EY$fF3nFHA.320@TK2MSFTNGP09.phx.gbl...
So, what do you think is causing this?

If that is USED paged pool, something must be holding memory, true?
Processes show store.exe taking 262MEG

I rebooted the machine and the kernel nonpaged pool used went back down to
35470k, so there has to be
a memory leak somewhere.

What does the /3GB switch do for me? I do not think we are using it, since
we were at 189M


"Lucvdv" <replace_name@null.net> wrote in message
news:0vjof1lgb7re7lsesk2b5c1m7gbdl6detk@
4ax.com...
> On Thu, 11 Aug 2005 15:43:19 -0400, "Phil" <hunt@nelinet.net> wrote:
>
>
> No, it means 20MB _free_.
> The value you see is 189952K _in use_, which seems rather high to me (just
> checked on a server here, and it's only 30316K).
>
> The maximum nonpaged pool is 256M on Win2000, on NT4 it was 128M.
>
> Actually there are two separate address ranges of 128MB each. With the
> /3GB switch, one of these is dropped and the maximum falls back to 128MB.
> You're obviously above that, so I assume you're not using /3GB ;)
>
> You can try playing around with the Session Manager\Memory Management
> registry values, but I don't think it's a good idea. Increasing the
> nonpaged pool size reduces the size left over for the paged pool and
> system
> PTE's, and all of that has to fit in 491MB + 448MB (the sizes of the two
> address ranges).





Lucvdv

2005-08-16, 5:59 pm

On Fri, 12 Aug 2005 15:09:31 -0400, "Phil" <hunt@nelinet.net> wrote:

> So, what do you think is causing this?
>
> If that is USED paged pool, something must be holding memory, true?
> Processes show store.exe taking 262MEG


What I meant is the message means "less than 20 MB free", not "less than
200MB" as you said you were thinking.


Store.exe is Exchange, and it's normal that it eats so much RAM.

See http://blogs.technet.com/exchange/a.../02/206012.aspx
It doesn't give a solution, but explains why it happens.

I'm not sure it's the cause of your problem though - using a lot of memory
doesn't necessarily mean it's also using a lot of the nonpaged pool.
Chas Tomlin

2005-08-22, 7:49 am

Hi,

I've just had exactly the same thing happen to me. IIS 6 on w2k3 std
with exchange server. IIS starts up and port 80 is LISTENing but clients
are disconnected with a TCP RESET. A reboot cleared the problem which I
also suspect is a memory leak.

Thanks

Chas Tomlin





*** Sent via Developersdex http://www.codecomments.com ***
David Wang [Msft]

2005-08-22, 5:59 pm

FYI: this is specific only when HTTPERR.log reports Connections_refused for
those connections. TCP Reset is insufficient proof of this condition.

Use POOLMON.EXE to check on size of NonPagedPool memory at time of failure
to determine the cause.

If you just reboot to solve the problem, you never figure out the real issue
and is doomed to rebooting.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Chas Tomlin" <cet@ecs.soton.ac.uk> wrote in message
news:ef8NDaxpFHA.3180@TK2MSFTNGP15.phx.gbl...
Hi,

I've just had exactly the same thing happen to me. IIS 6 on w2k3 std
with exchange server. IIS starts up and port 80 is LISTENing but clients
are disconnected with a TCP RESET. A reboot cleared the problem which I
also suspect is a memory leak.

Thanks

Chas Tomlin





*** Sent via Developersdex http://www.codecomments.com ***


Phil

2005-08-23, 5:56 pm

Yes, reboot fixed it

The pool was less than 18,000 so I do suspect a leak

It looks like it happens every 40 days or so.

"Chas Tomlin" <cet@ecs.soton.ac.uk> wrote in message
news:ef8NDaxpFHA.3180@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I've just had exactly the same thing happen to me. IIS 6 on w2k3 std
> with exchange server. IIS starts up and port 80 is LISTENing but clients
> are disconnected with a TCP RESET. A reboot cleared the problem which I
> also suspect is a memory leak.
>
> Thanks
>
> Chas Tomlin
>
>
>
>
>
> *** Sent via Developersdex http://www.codecomments.com ***



David Wang [Msft]

2005-08-24, 7:52 am

If you just reboot to solve the problem, you never figure out the real issue
and is doomed to rebooting.

Use POOLMON.EXE to check on size of NonPagedPool memory at time of failure
to determine the cause.

It should give a likely suspect, and if you think it is a leak in a
Microsoft product, go ahead and contact PSS and open a case on it. You're
not going to get charged for reporting a bug, and worst case you get nothing
and spend nothing, and best case you get a fix.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Phil" <hunt@nelinet.net> wrote in message
news:e$WLE3BqFHA.3544@TK2MSFTNGP15.phx.gbl...
Yes, reboot fixed it

The pool was less than 18,000 so I do suspect a leak

It looks like it happens every 40 days or so.

"Chas Tomlin" <cet@ecs.soton.ac.uk> wrote in message
news:ef8NDaxpFHA.3180@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I've just had exactly the same thing happen to me. IIS 6 on w2k3 std
> with exchange server. IIS starts up and port 80 is LISTENing but clients
> are disconnected with a TCP RESET. A reboot cleared the problem which I
> also suspect is a memory leak.
>
> Thanks
>
> Chas Tomlin
>
>
>
>
>
> *** Sent via Developersdex http://www.codecomments.com ***




Sune

2005-08-28, 5:50 pm

"David Wang [Msft]" wrote:

> If you just reboot to solve the problem, you never figure out the real issue
> and is doomed to rebooting.
>
> Use POOLMON.EXE to check on size of NonPagedPool memory at time of failure
> to determine the cause.
>
> It should give a likely suspect, and if you think it is a leak in a
> Microsoft product, go ahead and contact PSS and open a case on it. You're
> not going to get charged for reporting a bug, and worst case you get nothing
> and spend nothing, and best case you get a fix.
>


I have a similar problem. Plain IIS 6 web site (no Exchange) which is
updated twice daily by a set of PERL scripts that build plain html files. The
size of the NonPagedPool increases with each update and eventually IIS gives
up with lots of nn_Connections_Refused messages in the httperr log.

Rebooting and running the update gives the following POOLMON output before

Memory: 2096048K Avail: 1521736K PageFlts: 2624 InRam Krnl: 2984K
P:69804K
Commit: 361884K Limit:4041708K Peak: 424840K Pool N:35428K
P:72104K
System pool information
Tag Type Allocs Frees Diff Bytes Per
Alloc Mapped_Driver

R100 Nonp 19 ( 0) 0 ( 0) 19 9558808 ( 0)
503095 Unknown Driver
NDam Nonp 181500 ( 7) 180686 ( 7) 814 2969296 ( 0)
3647 [ndis][ndis.sys - NdisAllocateMemory]
LSwi Nonp 1 ( 0) 0 ( 0) 1 2584576 ( 0)
2584576 [<unknown> - initial work context]
TCPt Nonp 577501 ( 46) 577473 ( 46) 28 1456464 ( 0)
52016 [tcpip]
MmCm Nonp 29 ( 0) 3 ( 0) 26 1450528 ( 0)
55789 [nt!mm - Calls made to MmAllocateContiguousMemory]
File Nonp 10051223 ( 434) 10044359 ( 434) 6864 1068544 ( 0)
155 [<unknown> - File objects]
Pool Nonp 6 ( 0) 3 ( 0) 3 610304 ( 0)
203434 [<unknown> - Pool tables, etc.]
Thre Nonp 390906 ( 27) 390191 ( 27) 715 446160 ( 0)
624 [nt!ps - Thread objects]
Ntfr Nonp 74702 ( 0) 67776 ( 0) 6926 444232 ( 0)
64 [ntfs][ntfs.sys - ERESOURCE]
MmCa Nonp 206975 ( 17) 203112 ( 16) 3863 427488 ( 112)
110 [nt!mm - Mm control areas for mapped files]


and after the update

Memory: 2096048K Avail: 1462216K PageFlts: 426 InRam Krnl: 3056K
P:126944K
Commit: 429732K Limit:4041708K Peak:1109080K Pool N:55064K
P:128920K
System pool information
Tag Type Allocs Frees Diff Bytes Per
Alloc Mapped_Driver

File Nonp 20112322 ( 516) 20044431 ( 516) 67891 10368600 ( 0)
152 [<unknown> - File objects]
R100 Nonp 19 ( 0) 0 ( 0) 19 9558808 ( 0)
503095 Unknown Driver
Ntfr Nonp 240643 ( 0) 165947 ( 0) 74696 4781512 ( 0)
64 [ntfs][ntfs.sys - ERESOURCE]
MmCa Nonp 478346 ( 3) 440386 ( 3) 37960 4245696 ( 0)
111 [nt!mm - Mm control areas for mapped files]
NDam Nonp 377663 ( 11) 376866 ( 11) 797 2690768 ( 0)
3376 [ndis][ndis.sys - NdisAllocateMemory]


It appears that the File, Ntfr amd MmCa tags are likely culprits.
I should also mention that the same scripts run without problem on Win2k
with no increase in the NonPagedPool.

/Sune
Sune

2005-08-28, 5:50 pm

"Sune" wrote:

> I should also mention that the same scripts run without problem on Win2k
> with no increase in the NonPagedPool.


Checking a little more carefully it turns out that the NonPagedPool
increases on Win2k as well. It just hasn't caused any problems.

/Sune
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com