Installing a Persistence Server as a Windows Service
One command installs the persistence server as Windows service.
Model your command line on this template:
prunsrv.exe //IS/tibstore --DisplayName="TIBCO FTL tibstore (pserver) Persistence Server" --StartImage=TIBCO_HOME\ftl\version\bin\tibstore.exe --LibraryPath=TIBCO_HOME\ftl\version\bin --StartParams=-rs;realm_server_URL;--name;pserver_name --DependsOn tibrealmserver
Notice these aspects of this command line template:
- --StartImage is the file path of the persistence server executable.
- --LibraryPath is the directory containing TIBCO FTL DLL files.
- --StartParams contains the command line parameters for the tibstore executable. Semicolon (;) is the separator character, as prunsrv does not allow spaces.
- --DependsOn indicates the realm server, specified by its name as a Windows service.
Copyright © Cloud Software Group, Inc. All rights reserved.