Installing the ActiveSpaces tibdgadmind as a Windows Service
Before you begin
Perform the following tasks:
- Before using ActiveSpaces processes as Windows services, ensure that both Java and the TIBCO FTL Windows package and the ActiveSpaces Windows package are installed on a local disk of the host computer (not on a mapped network drive).
- Complete the steps listed in Preparing for Installation.
- Complete the steps listed in Installing TIBCO FTL Server as a Windows Service.
- Complete the steps listed in Creating the ActiveSpaces Data Grid.
- Procedure
- Use the following command to install two
tibdgadmind processes:
TIBCO_HOME\as\<as_version>\bin\prunsrv.exe //IS/tibdgadmind1 --DisplayName="TIBCO ActiveSpaces tibdgadmind 1" --Install=TIBCO_HOME\as\<as_version>\bin\prunsrv.exe --StartMode=exe --StartImage=TIBCO_HOME\as\<as_version>\bin\tibdgadmind.exe --LibraryPath=TIBCO_HOME\as\<as_version>\bin;TIBCO_HOME\ftl\<ftl_version>\bin --StartParams=-r;"http://localhost:8085|http://localhost:8185|http://localhost:8285";-l;localhost:7171 --StopMode=exe --StopTimeout=30 --StopImage=TIBCO_HOME\as\<as_version>\bin\tibdg.exe --StopParams=-t;http://localhost:7171;admind;stop
TIBCO_HOME\as\<as_version>\bin\prunsrv.exe //IS/tibdgadmind2 --DisplayName="TIBCO ActiveSpaces tibdgadmind 2" --Install=TIBCO_HOME\as\<as_version>\bin\prunsrv.exe --StartMode=exe --StartImage=TIBCO_HOME\as\<as_version>\bin\tibdgadmind.exe --LibraryPath=TIBCO_HOME\as\<as_version>\bin;TIBCO_HOME\ftl\<ftl_version>\bin --StartParams=-r;"http://localhost:8085|http://localhost:8185|http://localhost:8285";-l;localhost:7271 --StopMode=exe --StopTimeout=30 --StopImage=TIBCO_HOME\as\<as_version>\bin\tibdg.exe --StopParams=-t;http://localhost:7271;admind;stop
Tip: If you plan to copy the code snippet, remember to remove line breaks for all the sample commands that are associated with prunsrv.exe. - On Windows, open the Windows Services panel to start each of the tibdgadmind processes manually.