Stopping the servers running as regular processes
To stop all of the Validate Servers running as regular processes, run the following command:
validate service --projects-root <projects_root> stop
where <projects_root> is the projects_root directory you want to use
To stop one of the Validate Servers, run the following command:
validate service --projects-root <projects_root> stop <server_name>
where
- <server_name> can be one of:
- database
- license
- klocwork
- <projects_root> is the projects_root where the servers are running
Examples
To stop all Validate Servers:
validate service --projects-root "C:\Validate\Server 24.3\projects_root" stop
To stop just the Validate Server:
validate service --projects-root "C:\Validate\Server 24.3\projects_root" stop klocwork
You see messages indicating that the servers have been stopped. For example:
Using projects root: C:\Validate\Server 24.3\projects_root
Local Host is: serverxyz.com [13.1.1.142] Stopping License server [stopped] Stopping Database server [stopped] Stopping Validate server [stopped]