|
Navigation
Categories
Entries by Month
| October, 2008 (1) |
| September, 2008 (1) |
| July, 2008 (4) |
| June, 2008 (6) |
| May, 2008 (2) |
| March, 2008 (5) |
| December, 2007 (1) |
| October, 2007 (1) |
| September, 2007 (2) |
| May, 2007 (1) |
| April, 2007 (5) |
| October, 2006 (1) |
| July, 2006 (2) |
| June, 2006 (6) |
| January, 2006 (2) |
| December, 2005 (6) |
| November, 2005 (9) |
| October, 2005 (9) |
| September, 2005 (3) |
| August, 2005 (11) |
| July, 2005 (20) |
| June, 2005 (3) |
| May, 2005 (5) |
| April, 2005 (5) |
| March, 2005 (5) |
| February, 2005 (5) |
| January, 2005 (13) |
| December, 2004 (10) |
| November, 2004 (6) |
| October, 2004 (2) |
| September, 2004 (7) |
| August, 2004 (8) |
| July, 2004 (8) |
| June, 2004 (4) |
| May, 2004 (13) |
| April, 2004 (14) |
| March, 2004 (33) |
| February, 2004 (1) |
| May, 2003 (6) |
| April, 2003 (5) |
| March, 2003 (4) |
| February, 2003 (1) |
| January, 2003 (6) |
|
|
|
 Wednesday, September 12, 2007
One common pain point for SharePoint administrators is the Windows SharePoint Services Timer Service, also known as OWSTIMER.EXE. The Timer Service is responsible for executing several processes that are part of the product. A few of the more well-known processes are the search crawl refresh, recycle bin processing and the workflow processes. Also, the Timer Service is the process that SharePoint uses to push web.config modifications and solutions to all front end servers in the farm.
Two specific issues that are related to the Timer Service are its memory consumption and limited user interface. The Application Extension Download for SharePoint (AED for SharePoint) from Barracuda is designed to help system administrators deal with these issues. The download can be found in the Premium Content section of the Mindsharp web site. (The utility is free, but you will need to provide your name and email.)
Timer Operations Syntax
Restart Timer
stsadm -o restarttimer { -farm | -server <server name>;<server name> } [-exclude <server name>;<server name>] Restarts the Windows SharePoint Services Timer service on servers in the farm. Use the -farm parameter to restart the service on all servers in the farm that have the service installed. Use the -server parameter to specify the servers on which to restart the service. Use the -exclude parameter in conjuction with -farm to restart the service on all servers except those listed.
Enumerate Timer Jobs
stsadm -o enumtimerjobs
[-view {service | webapp}]
[-service <service name>]
[-webapp <web application url>]
[-schedule]
Displays the Timer Job Definition information.
Start Timer Job
stsadm -o starttimerjob
{ -service <service name> | -webapp <web application url> }
-job <job name>
Forces a one-time execution of the specified job.
 Tuesday, September 11, 2007
At my new job, I work with a lot of very smart people. I was chatting with Ben Curry, and he remarked about the troubles that a lot of administrators have with the OWSTimer.exe program. So, I wrote an extension to STSADM that will help manage this program. You can find the Adminstration Extension Download for SharePoint on the Mindsharp site.
Feedback is appreciated. Paul at barracada.net
 Tuesday, May 01, 2007
I found a particularly interesting comment on the Technet Script Center page for Scheduled Tasks:
Note that this class can only return jobs that are created using either a script or AT.exe. It cannot return information about jobs that are either created by or modified by the Scheduled Task wizard.
A search of the .Net Framework turned up empty. As far as I can tell, schtasks.exe is the way to go if you want the end-users to be able to change the default entry…
UPDATED June 14, 2007: I used the Task Scheduler library from Code Project.
 Monday, April 16, 2007
I want to thank the group from PointBridge for the wonderful evening. Ethan, Bert, et. al. were a pleasure to meet!
I am very excited to announce that I have joined Todd Bleeker and Bill English at Mindsharp! I will be working in the Barracuda Tools division along with Keith Richie.
Thanks to everyone at Mindsharp for this wonderful opportunity!
 Wednesday, April 11, 2007
Todd Bleeker (who is alleged to be a cult figure in some circles) is speaking at two local events:
Building SharePoint Web Parts Wednesday, April 18th Chicago DotNet User Group (RSVP requested) Microsoft Office in Downers Grove, IL
Ghosting, Master Pages, Themes, CSS, etc. Thursday, April 19th Chicago SharePoint User Group (RSVP required) Microsoft Technology Center, 77 West Wacker Drive, Chicago, IL
 Wednesday, April 04, 2007
Just shaking off the dust after completing a project.
 Tuesday, October 03, 2006
Amanda Murphy has started writing SharePoint articles for Intranet Journal. The SharePoint series over there has slowed down since I got too busy to contribute. But with Amanda and Rob, I look forward to more great stuff!
|
|
Search

Further Reading...
Powered by: newtelligence dasBlog 2.2.8279.16125
The opinions expressed herein are my own personal opinions and do
not represent my employer's view in anyway.
© Copyright 2008, Paul Schaeflein
E-mail
|