How do install BigFix Agent on Raspbian

I need to help to install BigFix Agent on Raspbian,
I make the next:
Dowload BESAgent-10.0.7.52-raspbian9.armhf.deb from List software

Download actionsite.afxm file from my BigFix server and copy the next route in raspberry pi /etc/opt/BESClient

Install sudo dpkg -i BESAgent-10.0.7.52-raspbian9.armhf.deb

Start service: /etc/init.d/besclient start

But I can’t get the agent to work

Could you help me to see what I’m wrong or what I should do
Thanks

Hey @saul_zeul

Did you add a masthead to your installation? It’s necessary for the agent to work.

You want it at this path:

/etc/opt/BESClient/actionsite.afxm

You can download it from here using either wget or curl. Just make sure to rename it to actionsite.afxm.

http://<your-bigfix-server-or-relay>:52311/masthead/masthead.afxm

The steps you performed seem fine, are you getting any error?

I followed the suggestion by @quest
Only other thing I needed to do was use sudo to start the service.

1 Like