This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Knowledge Base
- :
- How to View Number and/or List of Active Servers
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How to View Number and/or List of Active Servers
How to View Number and/or List of Active Servers
Summary
This article addresses how to view the number and list of active servers as calculated in FNMS.Synopsis
How can you view the number and list of active servers as determined within FNMS?Discussion
You can view the number of active servers from the within the WebUI by either selecting:a) Settings (cogs icon on top right) > FlexNet Manager Suite License The information will be displayed under Licensed products provided you are using the latest license model. Customers using the old license model, which still views Adobe as a separate blade for example, will have to use the alternative methods below (see Workaround also).
b) Entering the following URL (adding your own domain): http://yourdomain.com/Suite/YourFNMPLicense/ActiveServersList
If for whatever reason you cannot access the UI, the alternative method is running the following SQL view from your compliance database:
--List of Active Servers:
SELECT * FROM ComplianceServersActiveList
--Number of Active Servers:
SELECT COUNT(*) FROM ComplianceServersActiveList
No ratings