This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
deploy:ibm_bigfix_install [2022/02/21 13:33] manu [Linux] |
deploy:ibm_bigfix_install [2023/12/11 13:12] (current) manu [Linux] |
||
---|---|---|---|
Line 100: | Line 100: | ||
/var/opt/BESClient 200MB or more | /var/opt/BESClient 200MB or more | ||
/var/opt/BESCommon 50MB | /var/opt/BESCommon 50MB | ||
+ | /var/opt/BESRelay 30GB | ||
+ | | ||
Get the **masterhead** file from BigFix server: | Get the **masterhead** file from BigFix server: | ||
wget --no-check-certificate -O /etc/opt/BESClient/actionsite.afxm https://<server_ip>:52311/masthead/masthead.afxm | wget --no-check-certificate -O /etc/opt/BESClient/actionsite.afxm https://<server_ip>:52311/masthead/masthead.afxm | ||
Or | Or | ||
+ | |||
+ | On the server the **masthead.afxm** file location: /var/opt/BESClientDeployTool/BigFixInstallSource/ClientInstaller/masthead.afxm | ||
Copy the server file **masthead.afxm** to the client created folder **/etc/opt/BESClient** and rename it as ** actionsite.afxm** | Copy the server file **masthead.afxm** to the client created folder **/etc/opt/BESClient** and rename it as ** actionsite.afxm** | ||
Line 307: | Line 310: | ||
# Detail info about a computer | # Detail info about a computer | ||
https://<bigfix_server>:52311/api/computer/4194896 | https://<bigfix_server>:52311/api/computer/4194896 | ||
+ | | ||
+ | ===== Change IP or hostname of the Bigfix server ===== | ||
+ | |||
+ | ==== Change IP of the Bigfix server ==== | ||
+ | |||
+ | If you relocate the server to a different IP address but the name in the Masthead remains the same then you should have no issues other than you will have endpoints whose DNS caching will have the older address. The issue could be mitigated by upper level relays as they would be the only ones contacting the server directly so you could manually clear their DNS caches. Console users would also need to shut down and restart. |