A new Flexera Community experience is coming on November 25th. Click here for more information.
Hi guys,
can someone show me if there is any documentation about creating manually an inventory for not reachable devices?
In particulare we have offline servers where no one can install external software. So we need to manually create the device in FNMS to include it in license calculation.
I thought that "Create a discovered device" would do this job, but I'm not sure about it since I cannot tell which application is onboard.
Thanks
‎Nov 10, 2020 08:25 AM
Hi,
If these machines are "twins". Try this:
This should create a 2nd inventory in FNMS, with your chnaged values (name, serial number, etc.).
Best regards,
Markward
‎Nov 13, 2020 05:06 AM
Hi,
Instead of Discovered Devices, you would have to create Inventories.
If you wanted to see the actual application on these devices, the process would be rather complex, you would need to create a custom inventory adapter as well as something to store/stage all the inventory details, including evidences. The process to keep track of all these details alone, would be cumbersome.
An alternative would be to create these devices (without evidences) and just allocate them to corresponding licenses. It wouldn't make an automated process in the sense that new stuff would automatically be reconized. But it could still help creating some tranparancy.
Best regards,
Markward
‎Nov 11, 2020 04:22 AM
‎Nov 11, 2020 08:09 AM
@marcog - How many of these servers do you have, and how often does the software change?
Depending on the number of servers, one possibility is a manual inventory where you would provide the NDTRACK executable (and associated files) to your Server Admins. The Server Admin would connect to a server, copy the NDTRACK files into a temporary folder, and then launch NDTRACK manually with the proper credentials and command line parameters. This will generate a standard NDI file on the device. The NDI file would then be manually copied over to an Inventory Beacon to be uploaded and imported into FlexNet Manager.
Alternately, you can copy the NDTRACK executables into a local folder on a server. For Linux/UNIX, you can create a cron job that would launch NDTRACK on a scheduled basis (running sudo to root), with the command line parameters to generate the NDI file and automatically upload the NDI file to a specific beacon server. On Windows, you could perform the same solution by creating a Windows Scheduled Task.
In regards to the User Interface, if you go to the All Inventory view or the Active Inventory view, you will see a Create an Inventory Device button. This allows you to manually create a new Inventory Device. However, there is not a way to manually add software inventory. You would need to use the Flat File Inventory Templates if you have manual inventory (Hardware + Software).
‎Nov 11, 2020 08:20 AM
‎Nov 11, 2020 09:04 AM
‎Nov 12, 2020 06:58 AM
As mentioned in my post, manually created inventories can be allocated to licenses to consume entilements. This whole process can be automated, using a business import, as long as you have a template listing these devices and their respective licenses.
‎Nov 12, 2020 07:04 AM
One purpose of manually creating an inventory device would be to manually allocate it to appropriate licenses as @mfranz has described.
As implied in other responses, software applications cannot be "added" on inventory device records by FlexNet Manager Suite operators. Software data always comes from some inventory source - a database, or possibly spreadsheet data as @kclausen suggested. With that said, it is normally expected that this data will be obtained from some structured data source; it's possible but not necessarily easy to prepare data by hand.
Here are a couple of links to documentation about importing data from spreadsheet formats:
‎Nov 13, 2020 02:26 AM
‎Nov 13, 2020 03:13 AM
Hi,
If these machines are "twins". Try this:
This should create a 2nd inventory in FNMS, with your chnaged values (name, serial number, etc.).
Best regards,
Markward
‎Nov 13, 2020 05:06 AM
‎Nov 13, 2020 06:48 AM
@marcog - As long as your "cloned" NDI file has the actual Computer Name, Domain and Serial Number of the computer, then at a future date if you are able to generate inventory with a live agent, then the data will be merged together.
‎Nov 13, 2020 06:55 AM
Theoretically, the *could* be overwritten. But the real inventory would have to produce matching identifiers, e.g. AgentID. This is very unlikely to happen.
Instead, you'll have to remove your manually created inventories.
‎Nov 13, 2020 06:56 AM
‎Nov 13, 2020 10:25 AM
‎Dec 04, 2020 09:11 AM
Hi,
You'll need to run the importer with the "error" parameter, like this:
mgsimport.exe -t inventories -d c:\temp\ -e
-d is the folder with your inventories. The console output should tell you what's wrong with your file.
Best regards,
Markward
‎Dec 04, 2020 09:21 AM