Hi Jason, just getting back around to this one. Unfortunately I’m still having issues. This is what I tried at your suggestion. Again, I used the windows software distribution wizard to upload the files to the BigFix Server.
prefetch c783f9f7684bbb57218eb33170f13532bd2607b8 sha1:c783f9f7684bbb57218eb33170f13532bd2607b8 size:43732307 http://172.16.0.32:52311/Uploads/c783f9f7684bbb57218eb33170f13532bd2607b8/agents-linux.tmp sha256:7a59a12d3d29962a19eb504beeb48dd988f0da966bbc9abae9eeab0e5808a820
extract c783f9f7684bbb57218eb33170f13532bd2607b8
//change shell script permission to execute
wait /bin/sh -c “(cd {pathname of download folder}/agents-linux/ && chmod u+x agent_installer.sh)”
//wait /bin/sh -c “(cd __Download/agents-linux/ && chmod u+x agent_installer.sh)”
//run the script
wait /bin/sh -c “(cd {pathname of download folder}/agents-linux/ && ./agent_installer.sh install_start)”
These are the instructions for the agent install from the vendor.
"To install the Insight Agent using the certificate package on Mac and Linux assets:
Fully extract the contents of your certificate package ZIP file. Make sure that the .sh installer script and its dependencies are in the same directory.
Run the following command in a terminal to modify the permissions of the installer script to allow execution:
chmod u+x agent_installer.sh
Lastly, run the following command to execute the installer script. The Insight Agent will be installed as a service and appear with the name “ir_agent” in your service manager:
sudo ./agent_installer.sh install_start"
Do you see my mistake, or have any other suggestions?
Thanks!