License Issue / Invalid Key (MAC Address changed of motadata server)
##License Tempered - Motadata server’s MAC ID is been Changed.
Issue: - User Migrated Motadata server from one machine to another or MAC ID is been changed
Resolution: - Following are the steps that needed to be taken to resolve.
- Check Motadata services with command- ps aux | grep motadata
- In another tab of browser, open H2 Database console using {ipaddress}:8080 will open H2 console.
Enter JDBC URL in H2 console <jdbc:h2:tcp:/>/{ipaddress}/configdb;DATABASE_TO_UPPER=false;IGNORECASE=TRUE;MODE=PostgreSQL;AUTO_RECONNECT=TRUE;AUTO_SERVER=TRUE;MV_STORE=FALSE;MVCC=FALSE
Login to the H2 console using Credentials.
- Once you entered in the H2 DB console, on the extreme left column you will see list of table, from there select table_license and Run below commands simultaneously.
commands: update “tbl_license” set license_last_usage_date =NULL;
truncate table “tbl_license_usage”;
- Immediately after that, KILL all motadata related service using command kill -9 pid
- Replace License.lic file under the /motadata/motadata/ directory with default license file attached here.
Note: This is applicable only for 50 Monitors.
Exceeding than 50 monitors create new license according to the client’s requirement and replace it in /motadata/motadata directory.
- Start Motadata service using service motadata start.
- Once Motadata Started, confirm product license in admin panel.