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

Automating agent download for third-party install

We are using SCCM and Ansible tower for software installation and maintenance.  Our admins would like to know if there is a way or an an API to check for new inventory agent versions in Flexera without having to navigate and download via browser. 

Thanks!

(2) Solutions

@JonStrong - The answer to this question is no.  By design, when there is a new version of FlexNet Manager the customer can read the Release Notes to see what changes are in the agent and decide whether or not to stay on the current version of the agent, or to download and use the newest version of the agent.

View solution in original post

Hi @JonStrong ,

as @kclausen  said, there is only a new agent version with every release change. As an alternative you could check the following sources to see if a new version is available there. Personally, I think it is a bit "over the top", because normally in the context of an FNMS update you should establish a process which should look at the agent update process on the different sources.

On each Beacon you can find the latest packages in this folder: "C:\ProgramDate\Flexera Software\Staging\Common\Packages\Flexera\Adoption"

or check the database table "SELECT * FROM AvailablePackage" for the latest version.

Best, Dennis

 

 

View solution in original post

(4) Replies

@JonStrong - The answer to this question is no.  By design, when there is a new version of FlexNet Manager the customer can read the Release Notes to see what changes are in the agent and decide whether or not to stay on the current version of the agent, or to download and use the newest version of the agent.

So do you provide a puppet module or an ansible playbook for the agent installation? I assume there are customers that need this automatically deployed and these modules would be very helpful.
Thanks

@besmirzanaj 

There's an idea raised requesting this, Does Flexera has Puppet, Chef or Ansible on their roadmap for integration with FNMS? please vote on it if it's important for your organization to get prioritized.

Thanks,

Hi @JonStrong ,

as @kclausen  said, there is only a new agent version with every release change. As an alternative you could check the following sources to see if a new version is available there. Personally, I think it is a bit "over the top", because normally in the context of an FNMS update you should establish a process which should look at the agent update process on the different sources.

On each Beacon you can find the latest packages in this folder: "C:\ProgramDate\Flexera Software\Staging\Common\Packages\Flexera\Adoption"

or check the database table "SELECT * FROM AvailablePackage" for the latest version.

Best, Dennis