Hello guys,
can someone please help with some step-by-step guide of installing BigFix client on Linux servers (Red Hat/CentOS/Suse)?
Regards
Hello guys,
can someone please help with some step-by-step guide of installing BigFix client on Linux servers (Red Hat/CentOS/Suse)?
Regards
Have you checked out the IBM BigFix Knowledge Centre?
Here are some links that should help
Manual installation:
https://www.ibm.com/support/knowledgecenter/en/SSQL82_9.5.0/com.ibm.bigfix.doc/Platform/Installation/c_red_hat_installation_instructi.html
Client Deploy Tool:
https://www.ibm.com/support/knowledgecenter/en/SSQL82_9.5.0/com.ibm.bigfix.doc/Platform/Installation/c_using_the_client_deploy_tool_new.html
If these do not help, could you specify the issue you are having with the installation. The installation in itself is pretty simple, so I am not sure if you are having an install issue or a configuration issue.
I made a script that makes this easier: https://github.com/jgstew/tools/blob/master/bash/install_bigfix.sh
You put the script on a linux/unix/mac system, mark it as executable, and then give it a relay as a parameter and it handles the rest.
Make sure you test it. The script currently only handles x86 / x64 platforms, but others could be added.