Installing the Amlen BridgeRPM

Install the Amlen Bridge RPM. The Amlen Bridge handles connected clients and devices, and processes messages.

  • Ensure that you have root privileges and access to a yum repository so that you can use the RPM file in the .tz file to install the RPM.
  • Ensure that core files can be redirected to a known location. For more information about how to redirect core files, see Core file redirection.
  1. Ensure that the current working directory is the sub-directory which contains the RPM file that you unpacked when you prepared the .tz file.
  2. Enter the following command:
     yum --nogpgcheck localinstall -y EclipseAmlenBridge*.rpm
  3. The Amlen Bridge service uses the Systemd init system to manage the service. As part of yum install, the Amlen Bridge service file is installed in the Systemd configuration directory. Use the following systemctl commands to configure the Amlen Bridge service for the Amlen Bridge.
    1. Enable the Amlen Bridge service, by entering the following command:
      systemctl enable imabridge
    2. Start the Amlen Bridge service, by entering the following command:
      systemctl start imabridge
    3. Stop the Amlen Bridge service, by entering the following command:
      systemctl stop imabridge
    4. Restart the Amlen Bridge service, by entering the following command:
      systemctl restart imabridge
    5. Check status of the Amlen Bridge service, by entering the following command:
      systemctl status imabridge
    6. Disable the Amlen Bridge service, by entering the following command:
      systemctl disable imabridge