VMware Cloud Community
LouisNdjouou
Contributor
Contributor

how to view ESX event logs without vCenter

Hi

I'm trying to view esx event logs with no vcenter , can you assist me

0 Kudos
2 Replies
LucD
Leadership
Leadership

You can use the Get-ViEvent cmdlet.

Just make sure the Server parameter points to the ESXi server

$esx = Connect-VIServer -Server MyEsx 
Get-VIEvent -Server $esx


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

aravinds3107
Virtuoso
Virtuoso

Connect to the host using SSH or WinSCP and check the under /var/log/

I didnt notice post was under PowerCLI

Message was edited by: aravinds3107

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful |Blog: http://aravindsivaraman.com/ | Twitter : ss_aravind