You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Problems with user count

If the user count does not indicate the correct number of users that can be monitored, running the lmxendutil command may result in the following error:

License user count doesn't match number of users in users list.

To resolve this issue, make sure you are running the latest version of LM-X License Manager.

"Failed to load LM-X Client library!" error

When using LM-X License Manager on Red Hat Enterprise Linux Server 7.2, you may see an error similar to the following:

Failed to load LM-X Client library!

This problem occurs, because for SELinux, an LM-X-enabled application must have textrel_shlib_t to run. The LM-X client tries to add this library during runtime, but if the current user does not have permissions to modify the SELinux configuration, you can use one of the following methods to fix this problem (with the first option being the preferred one):

Option 1

Disable SELinux by following this procedure.

Option 2

Ask the administrator to issue the following command to add textrel_shlib_t:

semanage fcontext -a -t textrel_shlib_t '/tmp/xf-dll/xf-.*\.tmp'


 

  • No labels