Installing the Gateway Server silently
Where you are in the Installation process
The silent installation involves running the installer from a command line. The installer uses the ConsoleSilentInstallOptions.txt file, which contains the parameters that are required for installing the Gateway Server.
To install the Gateway Server silently
- Log in to the computer where you want to install the Gateway Server.
- (Windows) Log in as a user with administrator privileges.
- (Linux) Log in as a non-root user.
- Extract the Gateway Server installer files to a temporary directory.
- (Windows) Extract TSCO_GatewayServer_<version>_MSwindows.zip
- (Linux) Run this command: tar -xvf TSCO_GatewayServer_<version>_Linux.tar
- Create a directory for saving the options file.
- In the directory where you extracted the Gateway Server installation files, navigate to the silent directory.
- Copy the file to the directory that you created in Step 3.
- (Windows) ConsoleSilentInstallOptions.txt
- (Linux) TSCO_ConsoleSilentInstallOptions.txt
Open the ConsoleSilentInstallOptions.txt file in a text editor and edit it. The file contains installation properties that are specified as name and value pairs with prefix tags. You can retain the default values for these properties or override them, and save the file.
- Change to the directory that contains the Gateway Server installation files that you extracted.
Run the following command:
- (Windows)
start /WAIT setup.exe -i silent-DOPTIONS_FILE="<driveName>:\<fileLocationPath>\ConsoleSilentInstallOptions.txt" - (Linux)
./setup.sh -i silent -DOPTIONS_FILE=<fileLocationPath>/TSCO_ConsoleSilentInstallOptions.txt
The variables <driveName> and <fileLocationPath> represent the location where you saved the options file. If the path contains spaces, enclose the path and options file name in quotation marks.
- (Windows)
(Linux) Run the following command as a root user to configure the embedded Gateway Server:
- Change to the root user.
- Change to the installation directory. The default is /opt/bmc/Patrol3.
- Run the following command:
./b1config<version>.shwhere version indicates the version of the installed Gateway Server.
- Verify that the installation is successful:
- Verification steps for Windows:
- Verification steps for Linux:
Next step in the Installation process
Now that you have successfully installed the Gateway Server, you must install the Capacity Agents.