Re: Restart Application pool with commandline ??
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 12/15/04
- Next message: BigM: "Re: IIS 5 caching issues with SQL Server backend"
- Previous message: RyanW: "RE: IISMT - IIS Migration Tool - IIS 5.0 to 6.0"
- In reply to: Blaise: "Restart Application pool with commandline ??"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Dec 2004 08:10:03 -0800
Yes, the commandline command exists, but no, I'm not going to tell you
because you do not need it. You can use the IIS Manager UI to configure
what you want.
The whole purpose of disabling an application pool due to many failures is
for your protection and give you a chance to debug/fix the problem. This is
a configurable feature.
If you do not want the feature (i.e. you want IIS to keep restarting the
application), then turn off the "Rapid Failure Protection" feature. IIS
will automatically keep restarting the worker process of the Application
Pool on its own.
Be aware that this simply masks a problem that still exists on your server.
If that problem leaks memory or other resources, disabling this IIS6 feature
allows the problem to eventually crash the server.
It is your choice whether you deal with the original problem identified by
IIS6 or whether you deal with a hung server.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Blaise" <Blaise@discussions.microsoft.com> wrote in message news:4FCE6977-4E58-4629-9C6B-8B68749F705C@microsoft.com... Hello, I am a french IIS admin and and I need your help for a small query. I have different IIS 6.0 web server for ASP web applications (80 applications on 3 load-balanced servers) We have very frequently a problem that appear. One of the application Hang in a worker process. an I have this event on the event viewer : The error: Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 1011 Date: 10/16/2004 Time: 11:40:30 AM User: N/A Computer: IRIE Description: A process serving application pool 'Server3' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '592'. The data field contains the error number. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Is someone know how I can detect this sort of event and automatically restart ONLY the Application Pool that crash ? In this exemple it's the "server3" app pool. Do you know a command line that can restart the selected app pool ?? Thanks for your help !! Blaise
- Next message: BigM: "Re: IIS 5 caching issues with SQL Server backend"
- Previous message: RyanW: "RE: IISMT - IIS Migration Tool - IIS 5.0 to 6.0"
- In reply to: Blaise: "Restart Application pool with commandline ??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|