How to Update Product License

Describes Steps to Update Motadata License

Prerequisite:

Latest build installed in a Server.

Installation Setup:

After downloading the license.lic file, follow the below steps to set up the license file in the Product Server:

  1. Login to Product Server and open terminal.
  2. Run the terminal as a root user.
figure 1
  1. Change directory to the config folder.

    cd /opt/flotomate/main-server/config

figure 2
  1. Stop system service for ft-main-server.

    systemctl stop ft-main-server.service

figure 3
  1. Make folder content visible and their permissions using the command ls-la.
figure 4
  1. Create back up of the existing license file with the extension .bkp

    mv licence.lic licence.lic.bkp

figure 5
  1. Copy new license file into the config folder.

    cp /{actual path of the file}/licence.lic /.

figure 6
  1. Change owner and group of the new license file to fmtuser and fmtusergroup.

    chown fmtuser:fmtusergroup licence.lic

  2. Change permission of license file if permission is not –rw -r – r–.

    chmod 644 licence.lic

figure 7
  1. Start system service for ft-main-server.

    systemctl ft-main-server.service

figure 8