Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

SecureBridge Agent can only Agent can be installed on Microsoft Windows and Linux operating system. This page discusses all these 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. 

See the deployment architecture to learn how to install SecureBridge Agent. You may want to verify if you meet the system requirements before began to install the product using this installation guide.

...

Operating system

Secure Bridge can be installed on the following operating systems:

Operating System

Version

Windows

2008 or later*

* Windows Server 2019 is not supported.

Linux

 

Red Hat 6.0 or later

CentOS 6 or later

Ubuntu 6 or later

Hardware requirements

Hardware

Minimum Requirement

Recommended Configuration*

Processor

2.4 GHz 2 Core Processor

2.4 GHz 4 Core Processor

RAM

8 GB

16 GB

Hard Disk

150 GB

500 GB

...

  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.pngImage Removed
    Image Added

    Note
    • If you have already defined any of the agent properties in pre-configuration.properties file, you do not need to provide that argument again in the installation command.
    • The value for the agent properties defined in the pre-configuration.properties file are overridden by the value given for those properties as a command line argument.


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

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

...

  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 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.


    Note
    • If you have already defined any of the agent properties in pre-configuration.properties file, you do not need to provide that argument again in the installation command.
    • The value for the agent properties defined in the pre-configuration.properties file are overridden by the value given for those properties as a command line argument.


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

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

...