OBTAINING THE LICENCE TO CREATE USERS


OBTAINING THE LICENCE TO CREATE USERS

  1. After the installation of mtracks and before creating any user, licence file is to be obtained.
    For that check for the file
    • /etc/merce/sitekey.txt
  2. Mail this file (i.e sitekey.txt) to starcom personnel or
    you can call up to our office and tell the sitekey over the phone.
    To see the sitekey use the command
    • cat /etc/merce/sitekey.txt
  3. Our team will mail you the licence file at your email id.
  4. Once the licence file is obtained download the same.
  5. Now copy the downloaded file to /etc/merce as 'licencefile' using cammand
    • cp 'full path where licence file is downloaded' /etc/merce/licencefile
  6. Now follow the following steps for verification of Licence
    • cd /opt/merce/lib
    • ./licencechk
    • echo $?

    If the output is 0 that means the licence is successfully verified
    and now you can create users you want...