Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SecureBridge Agent can be installed on both Microsoft Windows and Linux operating systemsystems. This page discusses all the prerequisites and system requirements in detail and help you setup the required environment and seamlessly install SecureBridge Agent within your production and the non-production environment. 

This page helps The details herein help you learn how to install the install SecureBridge Agent. You may want to verify if you meet the system requirements before you begin to install the product using this installation guide.

...

Anchor
Prerequisites
Prerequisites
Prerequisites

  1. Ensure that you must the have administrator rights for the system where SecureBridge on which the SecureBridge Agent will be installed.
  2. Ensure that the following default ports are available for communication.
    • Kernel Port: 21000
    • HTTP Port: 8080
    • HTTPS Port: 8443
    • RMI Port: 1098

    Tip
    In case you want to change the default ports, you can change them in pre-configruration.properties file available in the zip file. Click here for more details.


  3. Ensure that the Installation directory is C:\Program Files\SecureBridge.

...

You need to fulfill prerequisites, including supported operating system and hardware requirements, to install and use SecureBridge Agent effectively. 

Operating system

Secure Bridge SecureBridge can be installed on the following operating systems:

Operating System

Version

Windows

2008 or later*

Linux

Red Hat 6.0 or later


CentOS 6 or later

...

Hardware requirements

Hardware

Minimum Requirementrequirement

Recommended Configurationconfiguration*

Processor

2.4 GHz 2 Core Processor

2.4 GHz 4 Core Processor

RAM

8 GB

16 GB

Hard Disk

150 GB

500 GB

...

Anchor
deployment architecture
deployment architecture
Deployment architecture

The following image describes depicts the high-level architecture of SecureBridge and its communication with the Agent.


...

This section assists you on how to install SecureBridge Agent on a Windows operating system. Before you start installing, refer to the Copy of Installing SecureBridge Agent and system requirements.

...

Follow the steps below to complete the installation:

  1. Unzip the zip file. The format of the zip file is: SecureBridge_Agent_<version>_<Date>_<OS>_<Architecture>.zip.

    For example, SecureBridge_Agent_6_9_9_24Sep2020_Win_x64.zip.

  2. Open command prompt and then go to the directory where you have extracted the zip file.
  3. Type the command install.exe -i console.
  4. Pass the following arguments to the install.exe command
    -DAgentID
    -DAgentLocation
    -DHubURL
    -DAgentManagerUser
    -DAgentManagerPassword

    Anchor
    Argument table
    Argument table
    Where,

    ArgumentsDescription
    -DAgentIDUnique Id of the agent.
    -DAgentLocationThe location where the agent is installed.
    -DHubURLURL of the Hub.
    -DAgentManagerUserHub user name.
    -DAgentManagerPasswordHub password.


    For example, install.exe -i console -DAgentID=<Unique Id of the agent> -DAgentLocation=<agent location> -DHubURL=<Hub URL> -DAgentManagerUser=<Hub user name> -DAgentManagerPassword=<Hub Password>

    image2020-10-28_16-41-41.png
  5. Press Enter.
    This starts the installation process to install SecureBridge Agent on your system.

  6. Once the installation is complete, the Installation wizard will close closes automatically.

Anchor
Installing on Linux
Installing on Linux
Installing on Linux

...

  1. Unzip the zip file. The format of the zip file is: SecureBridge_Agent_<version>_<Date>_<OS>_<Architecture>.zip.

    For example, SecureBridge_Agent_6_9_9_24Sep2020_Win_x64.zip.
  2. Open the Terminal Go and then go to the directory where you have extracted the zip file.
  3. Type the command chmod +x install.bin to get the execution permission on installer file.
  4. Type the command ./install.bin.
  5. Pass the following arguments to the ./install.bin command:
    -DAgentID
    -DAgentLocation
    -DHubURL
    -DAgentManagerUser
    -DAgentManagerPassword

    For example, ./install.bin -DAgentID=<Unique Id of the agent> -DAgentLocation=<agent location> -DHubURL=<Hub URL> -DAgentManagerUser=<Hub user name> -DAgentManagerPassword=<Hub Password>.


    Note
    Click here to know more about the arguments' possible values.


  6. Press Enter.
    This starts the installation process to install SecureBridge Agent on your system.

  7. Once the installation is complete, the Installation wizard will close closes automatically.

After the installation is complete, you need to perform the following steps to start the SecureBridge Agent.

...