- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Mohammed Viquar Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for replying back . let me try it out .
Thanks & Regards,
Mohammed Viquar Ahmed
Mohammed Viquar Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure, let me know if it works