'Command'에 해당되는 글 1건
- 2018.01.19 Windows Service 등록 방법
2018. 1. 19. 15:16
1- Use ICU
2- Use -install from the command prompt (use in non-cluster setups)
Create :
C:\>Program Files\PIPC\Interfaces\Example\Interface.exe -install -display "Display Name"
-serviceid "Service ID" -depend "servicename1 servicename2 etc" -auto
Remove :
C:\>Progam Files\PIPC\Interfaces\Example\Interface.exe -remove -serviceid "Service ID"
3- Use SC from the command prompt
Create :
C:\>sc create "Service Name" binpath= "C: \Progam Files\PIPC\Interfaces\Example\Interface.exe ServiceID" depend= "servicename1/servicename2/etc" DisplayName= "Display Name" start= "auto"
Config Update :
C:\>sc config "Service Name" option= "New Value"
Remove :
C:\>sc delete "Service Name"
[참고 : https://techsupport.osisoft.com/Troubleshooting/KB/KB00324 ]
'4차산업혁명 > PI System' 카테고리의 다른 글
I/F Readonly 수정 방법 (0) | 2018.03.21 |
---|---|
PI System Backup 설정 방법 (0) | 2018.03.19 |
[PI Vision] PI Web API 경로 변경 (0) | 2018.01.19 |
PI Data Insert (0) | 2017.12.20 |
[PI System] Softbank 투자 (0) | 2017.11.14 |