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-DCV Objective 7.3 – Troubleshoot vSphere Upgrades

By Vladan SEGET | Last Updated: November 1, 2017

Shares

In today's Objective we'll discuss VCP6-DCV Objective 7.3 – Troubleshoot vSphere Upgrades. You can check the whole VCP6-DCV Study Guide page for all topics there. You can also check the vSphere 6 page where you’ll find many how-to, videos, and tutorials about vSphere 6.

VCP6-DCV exam validates you have the skills required to successfully install, deploy, scale and manage VMware vSphere 6. If someone asks you to activate trivial logging you must know how to do it and where…. And this also is part of today's Objective for the VCP6 exam.  Note that Trivia logging (Extended verbose) – Displays information, error, warning, verbose, and trivia log entries….

vSphere Knowledge:

  • Identify vCenter Server and vCenter Server Appliance Upgrade Issues
  • Create a Log Bundle
  • Locate/Analyze VMware Log Bundles
  • Identify Alternative Methods to Upgrade ESXi Hosts in Event of Failure
  • Configure vCenter Logging Options

Tools:

  • VMware Documentations and KB

—————————————————————————————————–

Identify vCenter Server and vCenter Server Appliance Upgrade Issues

First thing to do is to check logs:

  • Check logs for vCenter server or ESXi- Collecting logs for ESXi and vCenter via Web Client – VMware KB Article 2032892.… or VMware KB Article 1011641 for vCenter.
  • Create a log bundle.
  • Collect logs via vSphere Client – VMware KB Article 653

Blog posts from the lab, which gives you step-by-step to follow…

  • ESXi 5.5 upgrade to 6.0 – via VMware Online Repository Plus few other CLI commands
  • ESXi Offline Bundle Download – To Upgrade ESXi Free (Internet connection is necessary) [Guide]
  • Patch ESXi 5.5 to ESXi 6.0 – Lab Time  (via vSphere Upgrade bundle OR via ISO) [Guide]
  • Upgrade ESXi with VMware Update Manager (VUM) – [Guide] – Needs to install VUM first.
  • How to Upgrade from VCSA 5.5 to 6.0 – Lab Time [Guide]

Create a Log Bundle (via Web client)

Locate/Analyze VMware Log Bundles

To collect ESX/ESXi and vCenter Server diagnostic data:
  1. Start the vSphere Web Client and log in to the vCenter Server system.
  2. Under Inventory Lists, select vCenter Servers.
  3. Click the vCenter Server that contains the ESX/ESXi hosts from which you want to export logs.
  4. Click the Monitor tab and click System Logs.
  5. Click Export System Logs.

Collect ESX/ESXi and vCenter Server diagnostic data

  1. Select the ESX/ESXi hosts from which you want to export logs.
  2. Select the Include vCenter Server and vSphere Web Client logs option. This step is optional.
  3. Click Next.
  4. Select the system logs that are to be exported.
  5. Select Gather performance data to include performance data information in the log files.Note: You can update the duration and interval time between which you want to collect the data.
  6. Click Next.
  7. Click Generate Log Bundle. The Download Log Bundles dialog appears when the Generating Diagnostic Bundle task completes.

Download log bundle

  1. Click Download Log Bundle to save it to your local computer.Note: The host or vCenter Server generates .zip bundles containing the log files. The Recent Tasks panel shows the Generate diagnostic bundles task in progress.

To export the events log:

  1. Select an inventory object.
  2. Click the Monitor tab, and click Events.
  3. Click the Export icon.
  4. In the Export Events window, specify what types of event information you want to export.
  5. Click Generate CSV Report, and click Save.

To export the events log

To run a VM-support in a console session

Open an SSH session via putty for examle and run the following command:

vm-support

As a result..

Running vm-support in a console session on ESXi/ESX hosts

A compressed bundle of logs is produced and stored in a file with a .tgz extension in one of these locations:

  • /var/tmp/
  • /var/log/
  • The current working directory
  • To export the log bundle to a shared vmfs datastore, use this command:vm-support -f -w /vmfs/volumes/DATASTORE_NAME

More VMware KBs…

  • Using vm-support command line tool (VMware KB 1010705, Collecting Diagnostic Information Using the vm-support Command in VMware ESX/ESXi)
  • How-to obtain vCenter Server Log Bundles (VMware KB 1011641, Collecting Diagnostic Information for VMware vCenter Server)
  • By Using PowerCLI (VMware KB 1027932, Collecting Diagnostic Information for VMware vCenter Server and ESX/ESXi Using the vSphere PowerCLI)
  • How-to obtain vCenter Server and ESXi Log Bundles (VMware KB 653, Collecting Diagnostic Information for Vmware ESX/ESXi Using the vSphere Client)

Identify Alternative Methods to Upgrade ESXi Hosts in Event of Failure

There is quite a few methods to upgrade ESXi.

  • Via VUM – vsphere update manager. I've done the step-by-step in the lab.
  • Via Scripted upgrade – not my prefered. Check the steps here in the VMware documentation.
  • vSphere Auto Deploy – via autodeploy you can provision a host with new image profile which would contain the ESXi upgrade to 6.0. It would be necessary to use Image builder. You can check VCP6-DCV Autodeoploy Objective here.
  • ESXCLI – well know for free ESXi. And easy to do.
  • Interactive Upgrade – And old fashion method, but easy. By booting the CD. You'll need to burn a CD first with the ISO image. Step-by-step here.

Configure vCenter Logging Options

Not often used but it's on the blueprint! You might need to change the logging settings when implementing a monitoring solution too…

vSphere web client > vCenter Inventory Lists > vCenter servers, click vCenter > Manage TAB > Settings > General > Edit > Logging Settings

Configure vCenter Logging Options

The options are:

  • None (Disable logging) – Turns off logging
  • Error (Errors only) – Displays only error log entries
  • Warning (Errors and warnings) – Displays warning and error log entries
  • Info (Normal logging) – Displays information, error, and warning log entries
  • Verbose (Verbose) – Displays information, error, warning, and verbose log entries
  • Trivia (Extended verbose) – Displays information, error, warning, verbose, and trivia log entries

Notes and remarks…

Info about SQL – SQL 2012 Enterprise SP1 and SQL 2008 Standard R2 SP1 are supported as upgrade option…

  • vSphere 6 page on ESX Virtualization – how to, videos, step-by-steps
  • Enabling trivia logging in VMware vCenter Server – VMware KB1001584
  • Important Information before upgrading to vSphere 6 (KB 2110293)
  • Upgrading to vCenter Server 6.0 best practices (KB 2109772)
  • List of recommended topologies for vSphere 6.0.x (KB 2108548)
  • Update sequence for vSphere 6.0 and its compatible VMware products (KB 2109760)
  • Methods for upgrading to VMware ESXi 6.0 (KB 2109711)
  • vSphere 6.0 is here! – KBs you need to know about (link)
  • Release Notes – here – here is a third-party interpretation (part 1 and part 2) of the release notes that is a long read but has some good points.
  • Whats new – here
  • For those home lab guys – like myself who sometimes cut corners you will need to check this out to learn more about dropped supported hardware.
  • You can find out the status of your backup software here, or at the vendor too of course.  I use Veeam and I know that it will break with this upgrade and I will need to wait a bit for it to work!
Shares
5/5 - (1 vote)

| Filed Under: Server Virtualization Tagged With: VCP6-DCV Objective 7.3 - Troubleshoot vSphere Upgrades

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