Verify that the vRealize Operations Manager cluster nodes are sending syslog data to the corresponding vRealize Log Insight cluster.
Validate the communication between thevRealize Operations Manager nodes and the vRealize Log Insight cluster to ensure that there is network connectivity between the two solutions.
Expected Outcome |
---|
vRealize Log Insight shows interactive analytics for vRealize Operations Manager events. |
UI Procedure
Log in to vRealize Log Insight at https://<vrealize_log_insight_fqdn> with a user assigned the Admin role.
On the main navigation bar, click Interactive analytics.
In the search text box, enter vrops, from the drop-down menu, select Latest hour of data, and click Search.
On the Events tab, verify that the vRealize Operations Manager nodes generate events.
If you encounter issues while performing this procedure, use the following troubleshooting tips.
Troubleshooting Tips |
---|
|
PowerShell Procedure
Start Windows PowerShell.
Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io" $sddcManagerUser = "administrator@vsphere.local" $sddcManagerPass = "VMw@re1!
Perform the configuration by running the command in the PowerShell console.
Get-vROpsLogForwardingConfig -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass