Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Stop/Start Enterprise Vault Service

Updated: 21 May 2010 | 5 comments
-The GodFather-'s picture
0 0 Votes
Login to vote

 Hi,anyonw here knows the scripts to stop/start enterprise vault service? Thanks.

Group Ownership:

Comments

Bengt Grønås's picture
04
Nov
2009
0 Votes 0
Login to vote

note: put this in a command

note: put this in a command file (restart_ev.cmd) on your EV servers desktop:

net stop /Y "Enterprise Vault Shopping Service"
net stop /Y "Enterprise Vault Indexing Service"
net stop /Y "Enterprise Vault Task Controller Service"
net stop /Y "Enterprise Vault Storage Service"
net stop /Y "Enterprise Vault Directory Service"
net stop /Y "Enterprise Vault Admin Service"
net stop /Y "World Wide Web Publishing Service"
net stop /Y "HTTP SSL"
net stop /Y "IIS Admin Service"
net stop /Y "Message Queuing"
net stop /Y "Microsoft Exchange Management"

net start /Y "Message Queuing"
net start /Y "Microsoft Exchange Management"
net start /Y "Enterprise Vault Admin Service"
net start /Y "Enterprise Vault Directory Service"
net start /Y "Enterprise Vault Storage Service"
net start /Y "Enterprise Vault Indexing Service"
net start /Y "Enterprise Vault Shopping Service"
net start /Y "Enterprise Vault Task Controller Service"

net start /Y "IIS Admin Service"
net start /Y "World Wide Web Publishing Service"
net start /Y "HTTP SSL"
 

Kesavan's picture
04
Nov
2009
0 Votes 0
Login to vote

net stop /Y "Enterprise Vault

net stop /Y "Enterprise Vault Admin Service" also stops following services. 

 "Enterprise Vault Shopping Service"
 "Enterprise Vault Indexing Service"
 "Enterprise Vault Task Controller Service"
 "Enterprise Vault Storage Service"
 "Enterprise Vault Directory Service"

it is a batch file.

Wayne Humphrey's picture
04
Nov
2009
0 Votes 0
Login to vote

@kesavan - correct, but the

@kesavan - correct, but the Admin Service does not start them up again. So this wont help with stop and start

www.quadrotech-it.com - All your EV Tools

GPKGuy's picture
04
Nov
2009
0 Votes 0
Login to vote

This is all mentioned in the

This is all mentioned in the Admin Guides for EV2007 and earlier within the "Enterprise Vault backup procedures" section.

With EV8 we don't need to cycle the services as before now that we can utilise Powershell scripts to place the vault store / index into backup mode.

Thanks

Mark

Thanks,

 

Mark

Supportability Analysis Engineer for Enterprise Vault products.

 

**REMEMBER TO VOTE IF THIS HELPS AND MARK IT AS RESOLVED TOO IF IT IS!!**

-The GodFather-'s picture
04
Nov
2009
1 Vote +1
Login to vote

Thanks!

Thanks!

John Optimus