VMware Cloud Community
viquarhcimca
Enthusiast
Enthusiast
Jump to solution

have deployed vRLI 8.8 and added vCenter server

Hi All, I have deployed vRLI 8.8 and added vCenter server. but some of the hosts have failed to configure to send logs to log insight. Error “Syslog configuration failed. 

any idea on this or anybody else have gone got this issue . 

 

 

Thanks & Regards,

Mohammed Viquar Ahmed
1 Solution

Accepted Solutions
virtume
VMware Employee
VMware Employee
Jump to solution

Try configuring Syslog in the ESXi host manually. Run the following commands

esxcli system syslog config set --loghost='tcp://172.20.xxx.xxx:514'
esxcli system syslog reload
nc -z 172.20.xxx.xxx 514

View solution in original post

3 Replies
virtume
VMware Employee
VMware Employee
Jump to solution

Try configuring Syslog in the ESXi host manually. Run the following commands

esxcli system syslog config set --loghost='tcp://172.20.xxx.xxx:514'
esxcli system syslog reload
nc -z 172.20.xxx.xxx 514

viquarhcimca
Enthusiast
Enthusiast
Jump to solution

thanks for replying back . let me try it out . 

Thanks & Regards,

Mohammed Viquar Ahmed
0 Kudos
virtume
VMware Employee
VMware Employee
Jump to solution

Sure, let me know if it works

0 Kudos