Rockwell Automation AADvance Controller OPC Portal Server User Manual
Page 32

4-2
Document: 553701
(ICSTT-RM407_EN_P) Issue: 03:
OPC Portal Server User Guide (AADvance Controller)
Managing the OPC Portal Server from a Command Prompt
Managing the OPC Portal Server from a Command Prompt
Managing the OPC Portal Server from a Command Prompt
Managing the OPC Portal Server from a Command Prompt
You can start and stop the OPC Portal Server by issuing commands in a Command
Prompt window or from a batch file.
Note: use cmd.exe, not command.exe.
The recommended command is net:
C:\>net stop icstriplexopcserver
The ICSTriplexOPCServer service is stopping.
The ICSTriplexOPCServer service was stopped successfully.
C:\>net start icstriplexopcserver
The ICSTriplexOPCServer service is starting.
The ICSTriplexOPCServer service was started successfully.
If Service Control is installed, you can use the sc command:
C:\>sc stop icstriplexopcserver
SERVICE_NAME: icstriplexopcserver
TYPE : 10 WIN32_OWN_PROCESS
STATE : 3 STOP_PENDING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x1388
There are two related commands:
C:\>sc query icstriplexopcserver (reports whether the service is running).
C:\>sc start icstriplexopcserver