cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Best Practices for the CLS instances which are not in use

Best Practices for the CLS instances which are not in use

Question

What are the best practices for the CLS instances which are no longer in use by any client but still present in FlexNet Operations (FNO).

Answer

One can follow either of below for the redundant CLS instances:

1) Obsolete the CLS instance can be done through webservices (ManageDeviceService, obsoleteHostRequest call) or UI

  • The server id will be renamed with suffix to original ID(ex: WS2UFY6GDXXX-OBSOLETE-20230618213543).
  • This will remove the licenses mapped and return the count back to the line item pool
  • You can still see the history of the server in FNO UI.
  • Details of the linked served devices in FNO UI until it makes call to new CLS.
  • Cannot call CLS APIs for the obsoleted server as it gets deleted from the CLS database.

2) Deleting the Server(CLS) has to be done using webservices. (ManageDeviceService, deleteDeviceRequest call)

  • This will remove the licenses mapped and return the count back to the line item pool.
  • You cannot see the previous transaction history nor the served device details. The CLS and its related records are deleted from FNO and CLS database.
  • Unless there is a need to retain the unused CLS instances details and it's history, we recommend to delete the instance which keeps the database less bulky.
     
Labels (3)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jun 19, 2023 10:23 AM
Updated by:
Contributors