Thursday, October 30, 2014

Licensing Server in XenMobile 9.0 with *.CRT License

From: http://monsterbean.com/2014/07/29/licensing-server-in-xenmobile-9-0-with-crt-license

I had a Citrix Partner License (*.crt) for XenMobile 8.7, but it seem like XenMobile 9.0 is installed with Licensing Server, and it need *.lic file for activation. Since I do not have the *.lic file, thus I’m explore the possibility of using back my *.crt file for XenMobile 9.0
Please refer to the following Step configured in my lab for more information

Login to Citrix Licensing Server installed during XenMobile 9.0 via http://HOSTNAME:8082

Enter Domain Administrator’s Username & Password to login




Go to “Vendor Daemon Configuration” and try to import the *.crt file and get a error message showing that “A valid File must be specified”
** I had tested the *.crt (Partner License File) is working fine in XenMobile 8.7
After “Google” for the Partnet License (*.crt) with XenMobile MDM 9.0, finally I manage to resolve this with the following steps

C:\Program Files (x86)\Citrix\XenMobile Device Manager\tomcat\webapps\zdm\WEB-INF\classes\ ew-config

Look for “License.v6.enable=true” and change it to “License.v6.enable=false”
“File à Save” to save the changes

Rename the Citrix Partner License File to license.crt and paste it to
C:\Program Files (x86)\Citrix\XenMobile Device Manager\tomcat\webapps\zdm\WEB-INF\
Restart the XemMobile Device Manager Service
  • Net stop zdmtomcat7
  • Net start zdmtomcat7
Login in back to XenMobile MDM Console, and now my Partner License for 99 License are successfully applied.

No comments:

Post a Comment