Installation and Configuration Guide : 2. Installing and Configuring OpenROAD on Windows : Start or Stop the OpenROAD Server
 
Share this page                  
Start or Stop the OpenROAD Server
You start the 32-bit OpenROAD Server by starting the orsposvc service. You shut down the 32-bit OpenROAD Server by stopping orsposvc.
You start the 64-bit OpenROAD Server by starting the orsposvcx64 service. You shut down the 64-bit OpenROAD Server by stopping orsposvcx64.
Note:  You must have administrative privileges to start or stop the OpenROAD Server.
To start the 32-bit OpenROAD Server
1. Open an Administrative Windows command prompt.
2. Enter the following command:
net start orsposvc
Note:  If the above command does not work, specify the full path to net.exe, for example:
C:\WINDOWS\syswow64\net.exe start orsposvc
To shut down the 32-bit OpenROAD Server
1. Open an Administrative Windows command prompt.
2. Enter the following command:
net stop orsposvc
Note:  If the above command does not work, specify the full path to net.exe, for example:
C:\WINDOWS\syswow64\net.exe stop orsposvc
To start the 64-bit OpenROAD Server
1. Open an Administrative Windows command prompt.
2. Enter the following command:
net start orsposvcx64
Note:  If the previous command does not work, specify the full path to net.exe, for example:
C:\WINDOWS\system32\net.exe start orsposvc
To shut down the 64-bit OpenROAD Server
1. Open an Administrative Windows command prompt.
2. Enter the following command:
net stop orsposvcx64
Note:  If the previous command does not work, specify the full path to net.exe, for example:
C:\WINDOWS\system32\net.exe stop orsposvc