Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scripts- Windows 2003 server - stop/start services

Status
Not open for further replies.

descovich

Technical User
Aug 29, 2006
1
US
I am new to Comvault and Scripting.
I need to figure out how to stop and start Filemaker pro services and other services.

Previously used Veritas and Netstop/netstart worked just fine....
Not working under Comvault. Suggestions? Links?
 
Write a batch file that stops the service from a command line and use it in the "prescan process" field of the pre/post process tab on your subclient. Write another batch file that starts the service from a command line and use it in the "postbackup process" field of the same tab. this way the service will stop, scan will run, backup will run, and service will start. the documentation has more info. the batch file should be easy, just something like "net stop myservice" and "exit 0".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top