Agent Third-Party Deployment: Checking the Installed Version
You may need to verify the installed version of FlexNet Inventory Agent on a managed device, either for manual checking or as part of a scripted solution. You can inspect the version in the web interface for IT Asset Management; or you can dig deeper (including programmatically). As expected, the methods for digging deeper depend on the operating system on the managed device.
In the web interface
- Go to the All Inventory page ().
 - On the All Inventory page, use searching or filters to find the managed device of interest, and click its Name to open its properties.
 - Select the Applications tab, and filter for
              Inventory Manager Agent. The installed version appears in
            the Version column.Tip: Ignore the FlexNet Agent listing, which is for a separate entity.
 
For managed devices on Microsoft Windows
Microsoft Windows Installer does not offer a simple command to list the version of an installed package.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ManageSoft\ETCPVersion(on
        64-bit machines)
        orHKEY_LOCAL_MACHINE\SOFTWARE\ManageSoft\ETCPVersion(on 32-bit
        machines). This contains a string version showing major, minor, and build numbers (such as
          11.04.19).For managed devices on UNIX and OS X systems
config.ini:[ManageSoft]
InstallDir=/opt/managesoft
ETCPInstallDir=/opt/managesoft
ETCPVersion=11.0.4a, b,
            c, and d. On Microsoft Windows, these are presented as
            a.bc.d (b and c are not separated)
          but on UNIX-like systems, they are presented as a.b.c (with the final
          integer unavailable). This variation means that the example given here for UNIX-like
          systems is the same release number as shown above for Microsoft Windows.This config.ini file remains available even after the FlexNet Inventory Agent is uninstalled (as noted in Agent Third-Party Deployment: Uninstalling FlexNet Inventory Agent from UNIX). 
| Platform | Version inspection command line | 
|---|---|
| 
               AIX  | 
            
              
             | 
          
| 
               Debian Linux x86 and x86_64  | 
            
              
             | 
          
| 
               Mac OS X  | 
            
              
             | 
          
| 
               RPM Linux x86 and x86_64  | 
            
              
             | 
          
| 
               Solaris x86 and SPARC  | 
            
              
             | 
          
IT Asset Management (Cloud)
Current