Hi,
I am using following command process to install the BIGFIX client on RHEL machines,
Automation Process:
INSTALL
mkdir /etc/opt/BESClient; chmod 755 /etc/opt/BESClient
rpm -ivh BESAgent-9.5.3.211-rhe5.x86_64.rpm
chown root:root /var/opt/BESClient /etc/opt/BESClient
Modify (SWDepotFiles)/besclient.config- file parameters w/ customer-specific CCode
and BigFix Relay IPs
[Software\BigFix\EnterpriseClient\Settings\Client\C_Code]
value = XXXX
[Software\BigFix\EnterpriseClient\Settings\Client__RelayServer1]
value = http://xxx.xx.xx.xx:52311/bfmirror/downloads/
[Software\BigFix\EnterpriseClient\Settings\Client__RelayServer2]
value = http://xx.xx.xxx.xxx:52311/bfmirror/downloads/
cp /besclient.config- /var/opt/BESClient/besclient.config
chmod 600 /var/opt/BESClient/besclient.config
cp (SWDepotFiles)/mastheads/#-actionsite.afxm /etc/opt/BESClient/actionsite.afxm
chmod 600 /etc/opt/BESClient/actionsite.afxm
chkconfig besclient on --level 2345
/etc/init.d/besclient start
VERIFY:
ps –ef |grep –i besclient
systemctl status besclient
After installed the agent the BIGFIX client service is not starting automatically, every time i have to restart (stop and start ) the service after installed the service,
is there any cause for this issue ?
Thanks,
Nagarajan,