Home > content > OBTAINING THE LICENCE TO CREATE USERS
OBTAINING THE LICENCE TO CREATE USERS
By Anonymous
Created 2006-09-16 17:38
OBTAINING THE LICENCE TO CREATE USERS
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
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
Our team will mail you the licence file at your email id.
Once the licence file is obtained download the same.
Now copy the downloaded file to /etc/merce as 'licencefile' using cammand
cp 'full path where licence file is downloaded' /etc/merce/licencefile
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...