Documentation
Service Registration (Windows)
Windows
Install Service
In order to register a Windows service, please
Open a PowerShell
Change the directory into <installation directory>/service
Run
./rheininsights-retrieval-suite.exe install
Enter your admin credentials if needed
Update Service Account
In order to change the service account for the RheinInsights Retrieval Suiteās service
Open the Windows Service Panel (service.msc)
Open RheinInsights Retrieval Suite
Change the service user
Remove Windows Service
In order to remove the windows service
Open a PowerShell
Change the directory into <installation directory>/service
Run
./rheininsights-retrieval-suite.exe uninstall
Enter your admin credentials if needed
Adjusting the Service Configuration
If you need to deploy two instances of the RheinInsights Retrieval Suite on one and the same Windows instance, you can proceed as follows
Create two separate folders to host the respective RheinInsights Retrieval Suite instances
Unzip our zip file into each of these folders
Go to the respective services folders
Edit rheininsights-retrieval-suite.xml
Adjust the service id and service name accordingly. For instance
<id>rheininsights-retrieval-suite-pre-prod</id>
<name>RheinInsights Retrieval Suite (Pre Prod)</name>
Run
./rheininsights-retrieval-suite.exe install
Please note that for each and every service upgrade, you need to make sure that the adjusted rheininsights-retrieval-suite.xml is used when executing ./rheininsights-retrieval-suite.exe install
. Otherwise, you will run into conflicts during the service setup for the upgraded deployment.