Start or Stop the OpenROAD Server
You start the 64-bit OpenROAD 11.2 Server by starting the orsposvcx64 service. You shut down the 64-bit OpenROAD 11.2 Server by stopping orsposvcx64.
Note: You must have administrative privileges to start or stop the OpenROAD Server.
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 orsposvcx64
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 orsposvcx64
Last modified date: 12/20/2023