- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all
Hi
after deploy log insight i inser vcenter login info but now get this error
Syslog configuration failed. See http://kb.vmware.com/kb/2003322 for manual configuration. (Details: Client received SOAP Fault from server: A general system error occurred: Internal error
Please see the server log to find more detail regarding exact cause of the failure.)
what is my problem ??????
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is because of DNS issue you should provide correct FQDN
This blog can help you
ESXi syslog - A general system error occurred: Internal error - SFlanders.net
VCIX-DCV6.5/VSAN/VXRAIL
Please mark help full or correct if my answer is use full for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks
but please the link that it say : http://kb.vmware.com/kb/2003322
in this link nothing say about dns just say have to set syslog
and i have attached pic from syslog option in advance page is that correct ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have attached 2 pic one of them show error that appear and second of that is syslog config (i have create a folder in datastore with name log and change scratchConfig to /vmfs/volumes/58f4f158-840e70d2-14a0-a0d3c1f1f824/logs
now what is problem ?
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
so thanks the problem has been solved
fill this field : syslog.global.loghost with tcp://hostname:514
hostname means log insight
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might also find that if you already had an ESXi host configured with Log Insight and are redeploying you could run into this issue as well. Simply edit the host configuration for this entry: syslog.global.loghost with tcp://hostname:514 and delete the value and save as blank. Go back into Log Insight and reconfigure the host, success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Experiencing this problem with following environment
vRealize Log Insight Manager : 4.7.1
vCenter : 6.7
vSphere : 6.5
In this case host doesn't accept the change in value of "Syslog.global.logHost" , has anybody else seen this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was having same issue, i stood up a new log insight server and was not able to set new or delete old, until i reset logDir to defaults.
- 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