07 Aug 2019 10:03 PM
Hi all,
On a PoC where I'm using VMs on Azure (IaaS), I need to include OneAgent deployment on Chef cookbook, but Security Officer says that deployment can't include download installer shell script, so He (Security Officer) requires to unassemble installer shell script to extract only steps related with installing tasks. Anyone knows how to do that?
Thanks & Regards/Saludos y Gracias
ETV
Solved! Go to Solution.
08 Aug 2019 12:21 AM
You can download agent from link that is provided in wget and than provide binary and rest of installer steps. Agent will update automatically on startup (if proper config is settled)
Sebastian
09 Aug 2019 09:21 AM
Hi Eric,
so He (Security Officer) requires to unassemble installer shell script to extract only steps related with installing tasks. Anyone knows how to do that?
This would be considered an unsupported modification. You must not do that.
Actually the installer shell script consists entirely of "steps related with installing tasks", so you wouldn't gain anything by unassembling it - all the steps need to be performed anyway.
As Sebastian suggested, you may download the installer and put in a local share, or whatever else the policy in your company requires, and then use it during machine provisioning.
Regards,
Tomasz