ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VCP6.7-DCV Objective 4.1 – Understand basic log output from vSphere products

By Vladan SEGET | Last Updated: October 2, 2019

Shares

Today we'll have a look at different possibilities for logs in VMware vSphere products. vSphere records events in the vCenter Server database. System log entries include such information as who generated the event, when the event was created, and the type of event. You have a possibility to view, export or redirect those logs to a remote syslog server. Today's topic – VCP6.7-DCV Objective 4.1 – Understand basic log output from vSphere products.

This post is another post covering Professional vSphere 6.7 Exam 2019. We have a Study page created in WordPress – Follow the progress of the VCP6.7-DCV Study Guide page for further updates.

The default ESXi log file location is /scratch/log directory if there is local storage. However, many ESXi hosts are often deployed that they redirect to a shared location and only use shared storage instead of local storage.

As such, it's often remote syslog server which is configured as a destination for collecting logs.

This guide is available as Free PDF!

Free Download at Nakivo – VCP6.7-DCV Study Guide.

VCP-DCV 2019 Study Guide

VCP-DCV 2019 Study Guide

You can check for logs through vSphere Web client.

Select a vCenter Server instance in the vSphere Web Client navigator.

Click Monitor, and click System Logs.

From the drop-down menu, select the log. You can export those logs if you need to send it to VMware support as well.

Click Show All Lines or Show Next 2000 Lines to see additional log entries

Note: I'm using vSphere Flash version of Web client as apparently the HTML5 Web client in this release did not make it just yet. Stay tuned -:).

Here is the view. You can select which log you want to look at via the drop-down menu (in my example I selected vCenter server log).

Remote syslog server

After you enable remote streaming, vCenter Server Appliance starts streaming and only the newly generated events are streamed to the remote syslog server. All syslog messages begin with a specific prefix. You can distinguish the vCenter Server Appliance events from other syslog messages by their Event prefix.

The syslog protocol limits the length of syslog messages to 1024 characters. Messages that are longer than 1024 characters split into multiple syslog messages.

Redirect vCenter Server Appliance Log Files to Another Machine

You can redirect the vCenter Server Appliance log files to another machine, for example, if you want to preserve storage space on the vCenter Server Appliance.

After login via https://IP_or_FQDN:5480 go to Syslog > Configure

In the Server Address text box, enter the FQDN or IP address of the machine on which you want to export the log files.

In the Port text box enter the port number to use for communication with the machine on which you want to export the log files.

From the Protocol drop-down menu select the protocol to use.

Configure ESXi host to send logs to a remote location.

In general, any syslog compatible software can do the job. However, you have to configure the advanced parameter Syslog.global.logHost to expose the log files through either TCP or UDP. Depending on your syslog application, you would set the parameter to tcp://hostname:514 or udp://hostname:514.

In large environments, you can use host profiles to deploy this configuration to all of your hosts, but there is also a product which can remotely configure that for you (VMware vRealize Log Insight, Runecast Analyzer etc…)

The different options are listed below

Monitor individual ESXi

You can also access directly to ESXi to check the logs, in case vCenter is unavailable or it is a host not managed by vCenter.

Access logs via a web browser through alternative URL

This might be a handful when there is a problem with the ESXi host client. There is a short url to access logs:

https://ip_or_fqdn/host

and you'll get access to logs directly via a web browser.

 

To become VCP-DCV 2019 certified you have 3 different choices of exam:

  1. Professional vSphere 6.7 Exam 2019
  2. VCP6.5-DCV: VMware Certified Professional 6.5 – Data Center Virtualization exam (our VCP6.5-DCV Study Guide Page which is complete)
  3. VCP6.5-DCV DELTA: VMware Certified Professional 6.5 – Data Center Virtualization Delta exam

Note: You must be VCP5, or VCP6. If, not, you must attend a class and you have no “Delta” exam option.

Use the official documentation as well as your home lab for the study. Follow the progress of the VCP6.7-DCV Study Guide page for further updates.

Do not rely on our guide ONLY, when it will be completed. Use other resources, your home lab, and, also an official VMware documentation.

More posts from ESX Virtualization:

  • Cool Free VPN Server Software SoftEther VPN
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster
  • What is VMware Orchestrated Restart?
  • What is VMware Platform Service Controller (PSC)?
  • How To Reset ESXi Root Password via Microsoft AD

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: basic log output from vSphere products

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in