Paul Schaeflein

All MindsharpBlogs

My Links

Post Categories

Archives

Blog Stats

SharePoint

SharePoint Utility: Adminstration Extension Download for SharePoint

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 ; }
[-exclude ;]
 
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 ]
[-webapp ]
[-schedule]
 
Displays the Timer Job Definition information.
 

Start Timer Job

stsadm -o starttimerjob
{ -service | -webapp }
-job
 
Forces a one-time execution of the specified job.

posted on Wednesday, September 12, 2007 1:12 PM

Feedback

# re: SharePoint Utility: Adminstration Extension Download for SharePoint 3/7/2008 9:25 AM William Rust

I am trying to start a custom timer job with your extension but i am getting "Cannot invoke the specified job type". What does this mean. Is it a problem with my timerjob or a limitation of the extension?

Thanks.

Title  
Name  
Url
CAPTCHA
Protected by Clearscreen.SharpHIPEnter the code you see:
Comments