EVservice syntax

EVservice start|stop|pause|resume computer service 
[service...]

Starts, stops, pauses, or resumes the specified services on the named computer. If a service name contains spaces, enclose it in quotation marks. For example, the following command starts the Enterprise Vault Shopping Service on computer GAMMA:

EVService start GAMMA "Enterprise Vault Shopping 
Service"
EVservice start|stop|pause|resume computer task [task...]

Starts, stops, pauses, or resumes the specified Enterprise Vault tasks on the named Directory Service computer. If a task name contains spaces, enclose it in quotation marks. For example, the following command starts "Public Folder task for GAMMA" when the Directory Service computer is called OMEGA:

EVservice start OMEGA "Public Folder task for GAMMA"
EVservice start|stop|pause|resume computer listfile

Starts, stops, pauses, or resumes the services and Enterprise Vault tasks that are listed in the named text file, which can be local or remote. For example, the following command starts the services and tasks that are listed in the file evservices_and_tasks.txt:

EVservice start GAMMA evservices_and_tasks.txt

The file can contain entries for many computers. However, the command acts on the services that are running on the computer that you specify on the command line.

EVservice start|stop|pause|resume listfile

Starts, stops, pauses, or resumes all the services and Enterprise Vault tasks that are listed in the named text file.

EVservice starts the services and tasks in the order in which they are listed in the list file, and stops them in reverse order.

More Information

Format of the list file