Skip to main content
Archived

?Configure a backup or failover license manager

Related products:Integrations
  • October 31, 2016
  • 1 reply
  • 39 views

davideagle
Contributor
Forum|alt.badge.img+22

For customers that run 'Production' and 'Disaster Recovery' environments the 3-server redundant failover licensing model is not appropriate. In this case the 3 servers must be able to see each other, so having them span the Prod and DR environments can't be done as typically these environments can't see each other.

What would be great is if FME Desktop could allow you in the license assistant to point at a primary and a secondary (failover) license server so that it could failover between them automatically if the primary production license server goes down. This would mean that one license server could sit in the Prod environment and the other in DR. This is clearly supported by FlexLM as ArcFM and ESRI (desktop applications) licence servers are FlexLM based and function in exactly this manner. There are some basic details here: http://support.esri.com/technical-article/000010729 but this has been inherent functionality within the ESRI licence server for some time.
I appreciate that FME Desktop is moving away from FlexLM but I'm informed that it may be far enough away to justify looking into the viability of this approach.
I'd be interested to hear the thoughts of the community and how you manage FME Desktop license failover aside from the above. Thanks, Dave
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • January 16, 2017

With the use of two system environment variables, it is possible to specify multiple floating license servers for FME to pull a license from.

 

 

set FME_USE_LM_ENVIRONMENT=YES

 

set LM_LICENSE_FILE=27001@<hostname1>;27001@<hostname2>

Please note that port numbers are specified here, but FlexLM documentation suggest they can be omitted.