SlideShare a Scribd company logo
vSphere Upgrade Series Part 2:
vSphere Hosts and Virtual Machines
Kyle Gleed, VMware
Josh Gray, VMware
VSVC4945
#VSVC4945
22
Agenda
 vSphere Upgrade Overview
 Understanding VIBs and Image Profiles
 Patches vs. Updates vs. Upgrades
 ESXi Upgrade
 Post Upgrade Considerations
33
Upgrade Overview
Tip #1: Understand the vSphere Upgrade Process
44
vSphere Upgrade Overview
 Upgrading vSphere is a multistage process
• Plan your upgrade
• Order is important
• Always start with vCenter
• Don’t forget about plug-ins
• Rolling ESXi host upgrades are supported
• Know your VM upgrade requirements
• Don’t forget about VMFS and VDS
Step 3
ESXi
Step 4
VMs
Step 5
VMFS
Step 1
vCenter
Step 2
VUM
This session focuses on Steps 3 - 5
55
vSphere Upgrade Resources
 vSphere Documentation Center
https://www.vmware.com/support/pubs/
 VMware Compatibility Guide
http://www.vmware.com/resources/compatibility
 Product Interoperability Matrix
http://www.vmware.com/resources/compatibility/sim/interop_matrix.php
66
VIBs and Image Profiles
Tip #2: Understand how ESXi is packaged and distributed
77
ESXi Software Components
VIB
Software packaged into
vSphere Installation Bundles
ISO / Bundle / Depot
VIBs are distributed as ISOs
and bundles
Image Profiles
Image Profiles define the VIBs
to be installed
• ISO uses “standard”
• “no-tools” typically used
with Auto Deploy
• Image Builder CLI to
create custom Image
Profiles
88
vSphere Installation Bundle (VIB)
 VMware packaging format
• VIB = payload + XML Descriptor + digital signature
• Acceptance levels
• VMware Certified
• VMware Supported
• Partner Supported
• Community Supported (unsigned)
 To view/manage VIBs installed on a host use ESXCLI:
• # esxcli software vib list
• # esxcli software vib –n tools-light
99
ESXi Software Distribution
 ESXi Software distribution formats:
• ISOs
• Offline Bundles
• Online Depots
 Many 3rd Party Vendors maintain custom ISOs / Bundles / Depots
• Based on VMware’s ISO Image
• Includes additional drivers/ and tools provided by the vendor
• Using vendor provided images is recommended!
• May be some lag from VMware releases until available from vendor
1010
ESXi Image Profile
 VIBs are combined to create Image Profiles
• Use Image Builder CLI (PowerCLI)
• VIB acceptance level must comply with the Image Profile acceptance level
• Two default Image Profiles:
• Standard
• No-tools
 To view/manage Image Profiles on an ESXi host use ESXCLI:
• # esxcli software profile get
• # esxcli software profile update –d <depot> -p <profile>
1111
Patches, Updates and Upgrades
Tip #3: Understand patches vs. updates vs. upgrades
1212
About ESXi Patches and Updates
 Hot Patch
• Fix specific customer issues
• Controlled through GSS
 Express Patches
• Unscheduled, high priority fixes
• Widely Distributed
 Scheduled Patches
• Focus on high priority bugs/fixes
• Typically 3 month intervals
 Update Releases
• Patch roll-ups w/ low priority fixes
• Typically 6-9 month intervals
1313
Decide What Patches to Install?
 Patches typically broken into bug fixes and security fixes
• Evaluate fixes, determine your risk, and prioritize installation accordingly
 General Rule:
• Apply security fixes as soon as possible
• Have a plan/schedule for installing patches
• Stay current - don’t fall behind on patches!
1414
ESXi Patch Example
1
2
3
1515
Getting Notified of Patches
Sign up on the website for notifications:
https://www.vmware.com/go/patchsubscription
1616
Are Patches Cumulative?
 Example:
• Patch “ESXi510-
201212001” updates VIBs:
“esx-base” and “tools-light”
• Patch “ESXi510-
201303001” updates VIB:
“esx-base”
 “esx-base” includes
earlier updates
 March patch does not
include VMware Tools
updates
 ESXi 5.1 Update01
• Roll-up patch, includes all
prior fixes
Dec 2012
esx-base
• Bug Fix 1
tools-light
• Driver
Update
Update 01
esx-base
• Bug Fix 1
• Bug Fix 2
tools-light
• Driver
Update
Mar 2013
esx-base
• Bug Fix 1
• Bug Fix 2
X
Timeline
1717
Upgrading vSphere Hosts
Tip #4: Know the different upgrade methods
1818
Upgrade vs. Fresh Install?
 When to upgrade…
• A lot of hosts
• Lowest administrative burden.
• Factors to consider:
• Manual re-configure can be repetitive, tedious and prone to errors
• Access to HA, DRS, vMotion Storage vMotion, Host Profiles.
 When to do a fresh Install…
• Small number of hosts
• Administrative burden not a concern
• Factors to consider:
• Complexity of the host configuration and effort to reconfigure
1919
Before You Upgrade
 Hardware incompatibility is common cause of upgrade problems
• Don’t assume that just because it worked with 5.1 it will work with 5.5
• Always check the VMware Compatibility Guide:
• http://partnerweb.vmware.com/comp_guide2
 Pay attention to software version interoperability
• View, vCD, VCNS, VUM, VMware Tools, VM Compatibility, 3rd Party
• VMware Interoperability Matrix:
• http://www.vmware.com/resources/compatibility/sim/interop_matrix.php
 Read the release notes
• Always read the release notes before upgrading
 Always upgrade vCenter first
• vCenter 5.5 can manage ESX/ESXi 4.x and above
2020
Upgrade Methods
 ESXi Installer
• Boot host from ISO
• Run the installer
• Upgrade
 vSphere Update Manager
• Import ISO
• Create upgrade baseline
• Remediate
 ESXCLI
• Stage ZIP
• # esxcli system profile update
 Scripted Upgrades
• Update/customize upgrade script
• Reboot/Upgrade
VMware ESX VMware ESX
Resource Pool
Upgrade
2121
Upgrading Stateless ESXi (i.e. Auto Deploy)
 Auto Deploy upgrade overview:
• Upload Image profile to Auto Deploy Server
• Update rules to assign the new image
• Update Auto Deploy cache
• Reboot host host
 To back-out:
• Revert the rule to assign the old Image Profile
• Update the Auto Deploy cache
• Reboot the host
 You cannot use Auto Deploy to patch hosts that do not use
Auto Deploy
• Does it makes sense to use Auto Deploy? Yes!
• Can I reconfigure existing hosts to use Auto Deploy? Yes!
• Does require some architecture, topic for a different breakout session
2222
vSphere Upgrade Overview
Supported ESXi 5.5 Upgrade Paths
Direct upgrade from ESX/ESXi 4.0 and above!
ESX/ESXi 4.0.x
ESXi 5.1.x
ESX/ESXi 4.1.x
ESXi 5.0.x
ESXi
5.5
2323
Optional Software Components Lost on Upgrade
 When upgrading from 4.x, 3rd party software components may not
carried forward
• VIBs on the host not included in the upgrade will be lost on upgrade
• Both ESXi Installer and VUM will provide a warning
• Option 1: Reinstall the VIB(s) after the upgrade
• Option 2: Add the VIB(s) to the Image Profile using the Image Builder CLI
• Option 3: Use vendor provided Image Profiles which include missing VIB(s)
2424
vSphere Host Upgrade Tips
 Place hosts into a vSphere Cluster
• Rolling upgrades are supported / recommended
• Can mix ESX/ESXi 4.x and ESXi 5.x hosts in the same cluster
• Be careful with Virtual Machine compatibility while running in a mixed mode
 Leverage advanced vSphere features to avoid VM downtime
• HA, DRS, vMotion, Storage vMotion
 Use Host Profiles to avoid configuration drift
• Standardize host configuration and eliminate configuration errors
• Proactively identify configuration drift and automate remediation
2525
Rolling Upgrades
 Leverage advanced vSphere
feature - HA, DRS, vMotion,
Storage vMotion
 Allows upgrades with no VM
downtime!
 Tips:
• ESX/ESXi 4.x and ESXi 5.x can
co-exist in the same cluster
• Don’t upgrade VM virtual hardware
until all hosts are running 5.1
vCenter
5.5
R
O
L
L
I
N
G
U
P
G
R
D
E
HA/DRS
vMotionvMotionvMotion
2626
Upgrading ESXi Hosts…
 Boot disk is not repartitioned during the upgrade
• Upgrade overwrites contents
 Data on VMFS volume will be preserved
 Scratch partition preserved
scratch
M
B
storecoreBank 1 Bank 2
1GB
VMFS
Remainder4GB
5.0
5.5 Step 1: Save the Config (state.tgz)
Step 2: Replace VIBs
Step 3: Reboot
Step 4: Config re-applied on reboot
2727
Virtual Machine Upgrades
2828
Extended Support Matrix
 Updated for VMware Tools 5.5 and Virtual Hardware 10
 In Web Client Virtual Hardware now referred to as VM Compatibility
 Tools and Compatibility support matrix target is N–4 support
• This is the goal, Interoperability Matrix is the authority
vSphere 5.0 vHW 4
vHW 7
vHW 8
vSphere 5.1
Tools 5.1
Tools 4.x
Tools 5.0
vHW 9
Virtual HardwareSupported ToolsvSphere Release
ESX 3.5
and later
ESX 4.x
and later
ESX 5.0
and later
ESX 5.1
and later
upgrade
vSphere 5.5
Tools 5.5
vHW 10
ESX 5.5
and later
upgrade
Compatibility
2929
VMware Tools
Tip #5: Stay Current on VMware Tools
3030
Always Upgrading VMware Tools
 Upgrade is technically optional, but always highly recommended
 Tools are both forward and backwards compatible
• VMware Tools 4.x is supported on ESXi 5.x.
• VMware Tools 5.x is supported on ESX/ESXi 4.x.
VMware Tools
Upgrade Path
VMware Tools
3.x
Incompatible
Must
Upgrade
VMware Tools
4.x
Compatible with
4.0, 4.1, 5.0, 5.1, 5.5
Upgrade
Recommended
VMware Tools
5.x
Compatible with
4.0, 4.1, 5.0, 5.1, 5.5
Backward
Compatible
3131
VM Compatibility
(i.e. Virtual Machine Hardware)
Tip #6: Upgrade Compatibility when needed
3232
Upgrade Virtual Machine Compatibility When Required
 Always upgrade VMware Tools first
 ESXi 5.5 supports Compatibility 3.x, 4.x, 5.0, 5.1 and 5.5
• Virtual Hardware versions 4, 7, 8, 9, 10
 Unlike VM Tools, Compatibility is not Backwards Compatible
• VM with newer compatibility cannot run on older ESX/ESXi hosts
Virtual Hardware
Upgrade Path
Compatibility
3.x
Compatible
Upgrade
Optional
Compatibility
4.x
Compatible
Upgrade
Optional
Compatibility
5.0
Compatible
Upgrade
Optional
Compatibility
5.1
Compatible
Upgrade
Optional
3333
Post Upgrade Considerations
Tip #7: Remember VMFS Volumes
3434
Upgrade VMFS Volumes
 ESXi 5.x supports VMFS-3 & VMFS-5
 Non-disruptive upgrade
• Done while volume is online & VMs are active
 Once upgraded, volume no longer accessible from 4.x host
VMFS Volume
Upgrade Path
VMFS 3
Upgrade Optional /
Recommended
VMFS 5
Cannot be accessed
by 4.x hosts
3535
VMFS-3 to VMFS-5 Non-Disruptive Upgrade
• Upgrade to VMFS-5 using the vSphere Client
3636
VMFS-5 vs VMFS-3 Feature Comparison
Feature VMFS-3 VMFS-5
64TB VMFS Volumes
Yes
(Requires 32 extents)
Yes
(Single extent)
Support for more files 30720 130689
Support for 64TB Physical
RDMs
No Yes
Unified Block size (1MB) No Yes
Atomic Test & Set (ATS) Usage
(VAAI locking mechanism)
Limited Complete
Sub-blocks for space efficiency
64KB
(maximum ~3k)
8KB
(maximum ~30k)
Small file support No 1KB
3737
VMFS Upgrade Considerations
Best Practice: If you have the luxury of doing so, create a brand new
VMFS-5 datastore, and use Storage vMotion to move your VMs to it
Feature Upgraded VMFS-5 New VMFS-5
Maximum files 30720 130689
File Block Size 1, 2, 4 or 8MB 1MB (Unified)
Sub-Blocks 64KB 8KB
Partition Format
MBR
(seamless switch to GPT if
VMFS grows > 2TB)
GPT
Starting sector 128 2048
3838
VMFS Upgrade Considerations
 Upgrade all hosts to 5.x before upgrading VMFS-5.
• Upgrade not allowed if 4.x hosts are accessing VMFS
 There is no “undo”
• VMFS upgrade is one-way operation
 To fully benefit from latest VMFS 5 features consider creating new
VMFS volume and using Storage vMotion to migrate VMs
• Upgraded volume retains VMFS-3 layout
• Missing unified block size, 8k sub-block allocation, small file support, max # files, etc.
• Schedule data migrations for non-peak hours
• Can take a while to migrate large data files
3939
Key Takeaways:
 Tip #1: Understand the vSphere Upgrade Process
• Have a plan, understand the components and interdependencies
 Tip #2: Understand how ESXi is packaged and distributed
• Know how to work with VIBs, Acceptance Levels, and Image Profiles
 Tip #3: Understand patches vs. updates vs. upgrades
• Express, Scheduled, Roll-up patches, stay current
 Tip #4: Know the different upgrade methods
• Installer, VUM, ESXCLI. Rolling upgrades are supported
 Tip #5: Stay Current on VMware Tools
• Upgrade Tool as soon as possible – both forward and backward compatible
 Tip #6: Upgrade VM Compatibility when needed
• Upgrade VM Compatibility (Hardware Version) when required
 Tip #7: Remember VMFS Volumes
• Upgrade VMFS-3 volumes, understand limitations
4040
http://blogs.vmware.com/vsphere/esxi
@Kyle_Gleed
@jasper9
4141
Other VMware Activities Related to This Session
 HOL:
HOL-SDC-1310
vSOM 101
 Group Discussions:
VSVC1003-GD
vSphere Core Upgrades with Kyle Gleed
THANK YOU
vSphere Upgrade Series Part 2:
vSphere Hosts and Virtual Machines
Kyle Gleed, VMware
Josh Gray, VMware
VSVC4945
#VSVC4945

More Related Content

What's hot

VMworld 2013: vCenter Deep Dive
VMworld 2013: vCenter Deep Dive VMworld 2013: vCenter Deep Dive
VMworld 2013: vCenter Deep Dive
VMworld
 
VMworld 2013: vSphere Web Client - Technical Walkthrough
VMworld 2013: vSphere Web Client - Technical WalkthroughVMworld 2013: vSphere Web Client - Technical Walkthrough
VMworld 2013: vSphere Web Client - Technical Walkthrough
VMworld
 
VMworld 2015: VMware vSphere Certificate Management for Mere Mortals
VMworld 2015: VMware vSphere Certificate Management for Mere MortalsVMworld 2015: VMware vSphere Certificate Management for Mere Mortals
VMworld 2015: VMware vSphere Certificate Management for Mere Mortals
VMworld
 
Veeam back up and replication presentation
Veeam back up and replication presentation Veeam back up and replication presentation
Veeam back up and replication presentation
BlueChipICT
 
Whats new v sphere 6
Whats new v sphere 6Whats new v sphere 6
Whats new v sphere 6
shixi wang
 
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld
 
Vmware Certified Professional 6 2V0-621 Dumps
Vmware Certified Professional 6 2V0-621 DumpsVmware Certified Professional 6 2V0-621 Dumps
Vmware Certified Professional 6 2V0-621 Dumps
Shamar41
 
VMworld 2013: vSphere vCenter Single Sign-on Best Practices
VMworld 2013: vSphere vCenter Single Sign-on Best Practices VMworld 2013: vSphere vCenter Single Sign-on Best Practices
VMworld 2013: vSphere vCenter Single Sign-on Best Practices
VMworld
 
VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...
VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...
VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...
VMworld
 
Nashville VMUG Keynote April 8 2015 - vSphere 6
Nashville VMUG Keynote April 8 2015 - vSphere 6Nashville VMUG Keynote April 8 2015 - vSphere 6
Nashville VMUG Keynote April 8 2015 - vSphere 6
Adam Eckerle
 
Veeam backup and_replication_whats_new_in_v7
Veeam backup and_replication_whats_new_in_v7Veeam backup and_replication_whats_new_in_v7
Veeam backup and_replication_whats_new_in_v7
Cheer Chain Enterprise Co., Ltd.
 
No BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering SolutionsNo BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering Solutions
Unidesk Corporation
 
371780k
371780k371780k
Veeam backup and replication v5
Veeam backup and replication v5Veeam backup and replication v5
Veeam backup and replication v5
henkarts
 
Veean Backup & Replication
Veean Backup & ReplicationVeean Backup & Replication
Veean Backup & Replication
Arnaud PAIN
 
VMware Automation, PowerCLI presented at the Northern California PSUG
VMware Automation, PowerCLI presented at the Northern California PSUGVMware Automation, PowerCLI presented at the Northern California PSUG
VMware Automation, PowerCLI presented at the Northern California PSUG
Alan Renouf
 
Veeam Availability Suite
Veeam Availability SuiteVeeam Availability Suite
Veeam Availability Suite
Arnaud PAIN
 
Dutch VMUG 2010 PowerCLI Presentation
Dutch VMUG 2010 PowerCLI PresentationDutch VMUG 2010 PowerCLI Presentation
Dutch VMUG 2010 PowerCLI Presentation
Alan Renouf
 
XenApp XenDesktop 7.8 Workshop
XenApp XenDesktop 7.8 Workshop XenApp XenDesktop 7.8 Workshop
XenApp XenDesktop 7.8 Workshop
Digicomp Academy AG
 
Presentation at VMware Workstation Instalation
Presentation at VMware Workstation InstalationPresentation at VMware Workstation Instalation
Presentation at VMware Workstation Instalation
Muzammul
 

What's hot (20)

VMworld 2013: vCenter Deep Dive
VMworld 2013: vCenter Deep Dive VMworld 2013: vCenter Deep Dive
VMworld 2013: vCenter Deep Dive
 
VMworld 2013: vSphere Web Client - Technical Walkthrough
VMworld 2013: vSphere Web Client - Technical WalkthroughVMworld 2013: vSphere Web Client - Technical Walkthrough
VMworld 2013: vSphere Web Client - Technical Walkthrough
 
VMworld 2015: VMware vSphere Certificate Management for Mere Mortals
VMworld 2015: VMware vSphere Certificate Management for Mere MortalsVMworld 2015: VMware vSphere Certificate Management for Mere Mortals
VMworld 2015: VMware vSphere Certificate Management for Mere Mortals
 
Veeam back up and replication presentation
Veeam back up and replication presentation Veeam back up and replication presentation
Veeam back up and replication presentation
 
Whats new v sphere 6
Whats new v sphere 6Whats new v sphere 6
Whats new v sphere 6
 
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
 
Vmware Certified Professional 6 2V0-621 Dumps
Vmware Certified Professional 6 2V0-621 DumpsVmware Certified Professional 6 2V0-621 Dumps
Vmware Certified Professional 6 2V0-621 Dumps
 
VMworld 2013: vSphere vCenter Single Sign-on Best Practices
VMworld 2013: vSphere vCenter Single Sign-on Best Practices VMworld 2013: vSphere vCenter Single Sign-on Best Practices
VMworld 2013: vSphere vCenter Single Sign-on Best Practices
 
VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...
VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...
VMworld 2013: Part 2: How to Build a Self-Healing Data Center with vCenter Or...
 
Nashville VMUG Keynote April 8 2015 - vSphere 6
Nashville VMUG Keynote April 8 2015 - vSphere 6Nashville VMUG Keynote April 8 2015 - vSphere 6
Nashville VMUG Keynote April 8 2015 - vSphere 6
 
Veeam backup and_replication_whats_new_in_v7
Veeam backup and_replication_whats_new_in_v7Veeam backup and_replication_whats_new_in_v7
Veeam backup and_replication_whats_new_in_v7
 
No BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering SolutionsNo BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering Solutions
 
371780k
371780k371780k
371780k
 
Veeam backup and replication v5
Veeam backup and replication v5Veeam backup and replication v5
Veeam backup and replication v5
 
Veean Backup & Replication
Veean Backup & ReplicationVeean Backup & Replication
Veean Backup & Replication
 
VMware Automation, PowerCLI presented at the Northern California PSUG
VMware Automation, PowerCLI presented at the Northern California PSUGVMware Automation, PowerCLI presented at the Northern California PSUG
VMware Automation, PowerCLI presented at the Northern California PSUG
 
Veeam Availability Suite
Veeam Availability SuiteVeeam Availability Suite
Veeam Availability Suite
 
Dutch VMUG 2010 PowerCLI Presentation
Dutch VMUG 2010 PowerCLI PresentationDutch VMUG 2010 PowerCLI Presentation
Dutch VMUG 2010 PowerCLI Presentation
 
XenApp XenDesktop 7.8 Workshop
XenApp XenDesktop 7.8 Workshop XenApp XenDesktop 7.8 Workshop
XenApp XenDesktop 7.8 Workshop
 
Presentation at VMware Workstation Instalation
Presentation at VMware Workstation InstalationPresentation at VMware Workstation Instalation
Presentation at VMware Workstation Instalation
 

Similar to VMworld 2013: vSphere Upgrade Series Part 2: vSphere Hosts and Virtual Machines

VMware vSphere 6.0 - Troubleshooting Training - Day 6
VMware vSphere 6.0 - Troubleshooting Training - Day 6VMware vSphere 6.0 - Troubleshooting Training - Day 6
VMware vSphere 6.0 - Troubleshooting Training - Day 6
Sanjeev Kumar
 
VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6
Vepsun Technologies
 
four issues I encountered deploying vCenter and SRM 5.5 in a Windows environment
four issues I encountered deploying vCenter and SRM 5.5 in a Windows environmentfour issues I encountered deploying vCenter and SRM 5.5 in a Windows environment
four issues I encountered deploying vCenter and SRM 5.5 in a Windows environment
Angelo Luciani
 
VMware vSphere 6.0 - Troubleshooting Training - Day 5
VMware vSphere 6.0 - Troubleshooting Training - Day 5VMware vSphere 6.0 - Troubleshooting Training - Day 5
VMware vSphere 6.0 - Troubleshooting Training - Day 5
Sanjeev Kumar
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5
Vepsun Technologies
 
PLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptx
PLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptxPLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptx
PLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptx
Najah Idrissi Moulay Rachid
 
vRealize Operation 7.5 What's new
vRealize Operation 7.5 What's newvRealize Operation 7.5 What's new
vRealize Operation 7.5 What's new
Kiss Tibor
 
VMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best Choice
VMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best ChoiceVMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best Choice
VMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best Choice
VMworld
 
WAS 8 Webcast
WAS 8 WebcastWAS 8 Webcast
WAS 8 Webcast
sierrahotel
 
Mythbusting goes virtual What's new in vSphere 5.1
Mythbusting goes virtual   What's new in vSphere 5.1Mythbusting goes virtual   What's new in vSphere 5.1
Mythbusting goes virtual What's new in vSphere 5.1
Eric Sloof
 
Vsphere esxi-vcenter-server-50-installation-setup-guide
Vsphere esxi-vcenter-server-50-installation-setup-guideVsphere esxi-vcenter-server-50-installation-setup-guide
Vsphere esxi-vcenter-server-50-installation-setup-guide
amirzahur
 
Vsphere esxi-vcenter-server-55-installation-setup-guide
Vsphere esxi-vcenter-server-55-installation-setup-guideVsphere esxi-vcenter-server-55-installation-setup-guide
Vsphere esxi-vcenter-server-55-installation-setup-guide
Isidor Jiménez
 
Nordic VMUG User Conference 2014 - Design VMware vCenter Server
Nordic VMUG User Conference 2014 - Design VMware vCenter ServerNordic VMUG User Conference 2014 - Design VMware vCenter Server
Nordic VMUG User Conference 2014 - Design VMware vCenter Server
Andrea Mauro
 
2016.07.20 indy vmug usercon - vsphere 6 upgrade
2016.07.20   indy vmug usercon - vsphere 6 upgrade2016.07.20   indy vmug usercon - vsphere 6 upgrade
2016.07.20 indy vmug usercon - vsphere 6 upgrade
Paul Woodward Jr
 
2016.05.23 wivmug user con - vsphere 6 upgrade
2016.05.23   wivmug user con - vsphere 6 upgrade2016.05.23   wivmug user con - vsphere 6 upgrade
2016.05.23 wivmug user con - vsphere 6 upgrade
Paul Woodward Jr
 
Spectre/Meltdown security vulnerabilities FAQ
Spectre/Meltdown security vulnerabilities FAQSpectre/Meltdown security vulnerabilities FAQ
Spectre/Meltdown security vulnerabilities FAQ
David Pasek
 
Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0
Tim Carman
 
VMworld 2013: What's New in vSphere Platform & Storage
VMworld 2013: What's New in vSphere Platform & Storage VMworld 2013: What's New in vSphere Platform & Storage
VMworld 2013: What's New in vSphere Platform & Storage
VMworld
 
Lifecycle Manager pptx presentations topic
Lifecycle Manager pptx presentations topicLifecycle Manager pptx presentations topic
Lifecycle Manager pptx presentations topic
khalifahezzaldeen502
 
Planning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections UpgradePlanning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections Upgrade
Gabriella Davis
 

Similar to VMworld 2013: vSphere Upgrade Series Part 2: vSphere Hosts and Virtual Machines (20)

VMware vSphere 6.0 - Troubleshooting Training - Day 6
VMware vSphere 6.0 - Troubleshooting Training - Day 6VMware vSphere 6.0 - Troubleshooting Training - Day 6
VMware vSphere 6.0 - Troubleshooting Training - Day 6
 
VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6
 
four issues I encountered deploying vCenter and SRM 5.5 in a Windows environment
four issues I encountered deploying vCenter and SRM 5.5 in a Windows environmentfour issues I encountered deploying vCenter and SRM 5.5 in a Windows environment
four issues I encountered deploying vCenter and SRM 5.5 in a Windows environment
 
VMware vSphere 6.0 - Troubleshooting Training - Day 5
VMware vSphere 6.0 - Troubleshooting Training - Day 5VMware vSphere 6.0 - Troubleshooting Training - Day 5
VMware vSphere 6.0 - Troubleshooting Training - Day 5
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5
 
PLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptx
PLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptxPLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptx
PLAN COURS VCP VMWARE MTS GROUP AFRICA VSICM6 M01_CourseIntro.pptx
 
vRealize Operation 7.5 What's new
vRealize Operation 7.5 What's newvRealize Operation 7.5 What's new
vRealize Operation 7.5 What's new
 
VMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best Choice
VMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best ChoiceVMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best Choice
VMworld 2013: Virtualization Rookie or Pro: Why vSphere is Your Best Choice
 
WAS 8 Webcast
WAS 8 WebcastWAS 8 Webcast
WAS 8 Webcast
 
Mythbusting goes virtual What's new in vSphere 5.1
Mythbusting goes virtual   What's new in vSphere 5.1Mythbusting goes virtual   What's new in vSphere 5.1
Mythbusting goes virtual What's new in vSphere 5.1
 
Vsphere esxi-vcenter-server-50-installation-setup-guide
Vsphere esxi-vcenter-server-50-installation-setup-guideVsphere esxi-vcenter-server-50-installation-setup-guide
Vsphere esxi-vcenter-server-50-installation-setup-guide
 
Vsphere esxi-vcenter-server-55-installation-setup-guide
Vsphere esxi-vcenter-server-55-installation-setup-guideVsphere esxi-vcenter-server-55-installation-setup-guide
Vsphere esxi-vcenter-server-55-installation-setup-guide
 
Nordic VMUG User Conference 2014 - Design VMware vCenter Server
Nordic VMUG User Conference 2014 - Design VMware vCenter ServerNordic VMUG User Conference 2014 - Design VMware vCenter Server
Nordic VMUG User Conference 2014 - Design VMware vCenter Server
 
2016.07.20 indy vmug usercon - vsphere 6 upgrade
2016.07.20   indy vmug usercon - vsphere 6 upgrade2016.07.20   indy vmug usercon - vsphere 6 upgrade
2016.07.20 indy vmug usercon - vsphere 6 upgrade
 
2016.05.23 wivmug user con - vsphere 6 upgrade
2016.05.23   wivmug user con - vsphere 6 upgrade2016.05.23   wivmug user con - vsphere 6 upgrade
2016.05.23 wivmug user con - vsphere 6 upgrade
 
Spectre/Meltdown security vulnerabilities FAQ
Spectre/Meltdown security vulnerabilities FAQSpectre/Meltdown security vulnerabilities FAQ
Spectre/Meltdown security vulnerabilities FAQ
 
Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0
 
VMworld 2013: What's New in vSphere Platform & Storage
VMworld 2013: What's New in vSphere Platform & Storage VMworld 2013: What's New in vSphere Platform & Storage
VMworld 2013: What's New in vSphere Platform & Storage
 
Lifecycle Manager pptx presentations topic
Lifecycle Manager pptx presentations topicLifecycle Manager pptx presentations topic
Lifecycle Manager pptx presentations topic
 
Planning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections UpgradePlanning & Completing An IBM Connections Upgrade
Planning & Completing An IBM Connections Upgrade
 

More from VMworld

VMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep DiveVMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld
 
VMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for HorizonVMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for Horizon
VMworld
 
VMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSXVMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSX
VMworld
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld
 
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI AutomationVMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld
 
VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7
VMworld
 
VMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep DiveVMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep Dive
VMworld
 
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld
 
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations!
VMworld
 
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld
 
VMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts PanelVMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts Panel
VMworld
 
VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way! VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld
 
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld
 
VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6
VMworld
 
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld
 
VMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphereVMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphere
VMworld
 
VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld
 
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld
 
VMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SANVMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SAN
VMworld
 
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes ConfigurationsVMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld
 

More from VMworld (20)

VMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep DiveVMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: vSphere 6.x Host Resource Deep Dive
 
VMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for HorizonVMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: Troubleshooting 101 for Horizon
 
VMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSXVMworld 2016: Advanced Network Services with NSX
VMworld 2016: Advanced Network Services with NSX
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
 
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI AutomationVMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
 
VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7VMworld 2016: What's New with Horizon 7
VMworld 2016: What's New with Horizon 7
 
VMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep DiveVMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Virtual Volumes Technical Deep Dive
 
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
 
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations!
 
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
 
VMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts PanelVMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Ask the vCenter Server Exerts Panel
 
VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way! VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2016: Virtualize Active Directory, the Right Way!
 
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
 
VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Troubleshooting for vSphere 6
 
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
 
VMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphereVMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Advanced SQL Server on vSphere
 
VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Virtualize Active Directory, the Right Way!
 
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
 
VMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SANVMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Building a Business Case for Virtual SAN
 
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes ConfigurationsVMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
 

Recently uploaded

The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
ScyllaDB
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
FilipTomaszewski5
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
christinelarrosa
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
Fwdays
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin..."$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
Fwdays
 
From Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMsFrom Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMs
Sease
 
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
zjhamm304
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
UiPathCommunity
 

Recently uploaded (20)

The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin..."$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
 
From Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMsFrom Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMs
 
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
 

VMworld 2013: vSphere Upgrade Series Part 2: vSphere Hosts and Virtual Machines

  • 1. vSphere Upgrade Series Part 2: vSphere Hosts and Virtual Machines Kyle Gleed, VMware Josh Gray, VMware VSVC4945 #VSVC4945
  • 2. 22 Agenda  vSphere Upgrade Overview  Understanding VIBs and Image Profiles  Patches vs. Updates vs. Upgrades  ESXi Upgrade  Post Upgrade Considerations
  • 3. 33 Upgrade Overview Tip #1: Understand the vSphere Upgrade Process
  • 4. 44 vSphere Upgrade Overview  Upgrading vSphere is a multistage process • Plan your upgrade • Order is important • Always start with vCenter • Don’t forget about plug-ins • Rolling ESXi host upgrades are supported • Know your VM upgrade requirements • Don’t forget about VMFS and VDS Step 3 ESXi Step 4 VMs Step 5 VMFS Step 1 vCenter Step 2 VUM This session focuses on Steps 3 - 5
  • 5. 55 vSphere Upgrade Resources  vSphere Documentation Center https://www.vmware.com/support/pubs/  VMware Compatibility Guide http://www.vmware.com/resources/compatibility  Product Interoperability Matrix http://www.vmware.com/resources/compatibility/sim/interop_matrix.php
  • 6. 66 VIBs and Image Profiles Tip #2: Understand how ESXi is packaged and distributed
  • 7. 77 ESXi Software Components VIB Software packaged into vSphere Installation Bundles ISO / Bundle / Depot VIBs are distributed as ISOs and bundles Image Profiles Image Profiles define the VIBs to be installed • ISO uses “standard” • “no-tools” typically used with Auto Deploy • Image Builder CLI to create custom Image Profiles
  • 8. 88 vSphere Installation Bundle (VIB)  VMware packaging format • VIB = payload + XML Descriptor + digital signature • Acceptance levels • VMware Certified • VMware Supported • Partner Supported • Community Supported (unsigned)  To view/manage VIBs installed on a host use ESXCLI: • # esxcli software vib list • # esxcli software vib –n tools-light
  • 9. 99 ESXi Software Distribution  ESXi Software distribution formats: • ISOs • Offline Bundles • Online Depots  Many 3rd Party Vendors maintain custom ISOs / Bundles / Depots • Based on VMware’s ISO Image • Includes additional drivers/ and tools provided by the vendor • Using vendor provided images is recommended! • May be some lag from VMware releases until available from vendor
  • 10. 1010 ESXi Image Profile  VIBs are combined to create Image Profiles • Use Image Builder CLI (PowerCLI) • VIB acceptance level must comply with the Image Profile acceptance level • Two default Image Profiles: • Standard • No-tools  To view/manage Image Profiles on an ESXi host use ESXCLI: • # esxcli software profile get • # esxcli software profile update –d <depot> -p <profile>
  • 11. 1111 Patches, Updates and Upgrades Tip #3: Understand patches vs. updates vs. upgrades
  • 12. 1212 About ESXi Patches and Updates  Hot Patch • Fix specific customer issues • Controlled through GSS  Express Patches • Unscheduled, high priority fixes • Widely Distributed  Scheduled Patches • Focus on high priority bugs/fixes • Typically 3 month intervals  Update Releases • Patch roll-ups w/ low priority fixes • Typically 6-9 month intervals
  • 13. 1313 Decide What Patches to Install?  Patches typically broken into bug fixes and security fixes • Evaluate fixes, determine your risk, and prioritize installation accordingly  General Rule: • Apply security fixes as soon as possible • Have a plan/schedule for installing patches • Stay current - don’t fall behind on patches!
  • 15. 1515 Getting Notified of Patches Sign up on the website for notifications: https://www.vmware.com/go/patchsubscription
  • 16. 1616 Are Patches Cumulative?  Example: • Patch “ESXi510- 201212001” updates VIBs: “esx-base” and “tools-light” • Patch “ESXi510- 201303001” updates VIB: “esx-base”  “esx-base” includes earlier updates  March patch does not include VMware Tools updates  ESXi 5.1 Update01 • Roll-up patch, includes all prior fixes Dec 2012 esx-base • Bug Fix 1 tools-light • Driver Update Update 01 esx-base • Bug Fix 1 • Bug Fix 2 tools-light • Driver Update Mar 2013 esx-base • Bug Fix 1 • Bug Fix 2 X Timeline
  • 17. 1717 Upgrading vSphere Hosts Tip #4: Know the different upgrade methods
  • 18. 1818 Upgrade vs. Fresh Install?  When to upgrade… • A lot of hosts • Lowest administrative burden. • Factors to consider: • Manual re-configure can be repetitive, tedious and prone to errors • Access to HA, DRS, vMotion Storage vMotion, Host Profiles.  When to do a fresh Install… • Small number of hosts • Administrative burden not a concern • Factors to consider: • Complexity of the host configuration and effort to reconfigure
  • 19. 1919 Before You Upgrade  Hardware incompatibility is common cause of upgrade problems • Don’t assume that just because it worked with 5.1 it will work with 5.5 • Always check the VMware Compatibility Guide: • http://partnerweb.vmware.com/comp_guide2  Pay attention to software version interoperability • View, vCD, VCNS, VUM, VMware Tools, VM Compatibility, 3rd Party • VMware Interoperability Matrix: • http://www.vmware.com/resources/compatibility/sim/interop_matrix.php  Read the release notes • Always read the release notes before upgrading  Always upgrade vCenter first • vCenter 5.5 can manage ESX/ESXi 4.x and above
  • 20. 2020 Upgrade Methods  ESXi Installer • Boot host from ISO • Run the installer • Upgrade  vSphere Update Manager • Import ISO • Create upgrade baseline • Remediate  ESXCLI • Stage ZIP • # esxcli system profile update  Scripted Upgrades • Update/customize upgrade script • Reboot/Upgrade VMware ESX VMware ESX Resource Pool Upgrade
  • 21. 2121 Upgrading Stateless ESXi (i.e. Auto Deploy)  Auto Deploy upgrade overview: • Upload Image profile to Auto Deploy Server • Update rules to assign the new image • Update Auto Deploy cache • Reboot host host  To back-out: • Revert the rule to assign the old Image Profile • Update the Auto Deploy cache • Reboot the host  You cannot use Auto Deploy to patch hosts that do not use Auto Deploy • Does it makes sense to use Auto Deploy? Yes! • Can I reconfigure existing hosts to use Auto Deploy? Yes! • Does require some architecture, topic for a different breakout session
  • 22. 2222 vSphere Upgrade Overview Supported ESXi 5.5 Upgrade Paths Direct upgrade from ESX/ESXi 4.0 and above! ESX/ESXi 4.0.x ESXi 5.1.x ESX/ESXi 4.1.x ESXi 5.0.x ESXi 5.5
  • 23. 2323 Optional Software Components Lost on Upgrade  When upgrading from 4.x, 3rd party software components may not carried forward • VIBs on the host not included in the upgrade will be lost on upgrade • Both ESXi Installer and VUM will provide a warning • Option 1: Reinstall the VIB(s) after the upgrade • Option 2: Add the VIB(s) to the Image Profile using the Image Builder CLI • Option 3: Use vendor provided Image Profiles which include missing VIB(s)
  • 24. 2424 vSphere Host Upgrade Tips  Place hosts into a vSphere Cluster • Rolling upgrades are supported / recommended • Can mix ESX/ESXi 4.x and ESXi 5.x hosts in the same cluster • Be careful with Virtual Machine compatibility while running in a mixed mode  Leverage advanced vSphere features to avoid VM downtime • HA, DRS, vMotion, Storage vMotion  Use Host Profiles to avoid configuration drift • Standardize host configuration and eliminate configuration errors • Proactively identify configuration drift and automate remediation
  • 25. 2525 Rolling Upgrades  Leverage advanced vSphere feature - HA, DRS, vMotion, Storage vMotion  Allows upgrades with no VM downtime!  Tips: • ESX/ESXi 4.x and ESXi 5.x can co-exist in the same cluster • Don’t upgrade VM virtual hardware until all hosts are running 5.1 vCenter 5.5 R O L L I N G U P G R D E HA/DRS vMotionvMotionvMotion
  • 26. 2626 Upgrading ESXi Hosts…  Boot disk is not repartitioned during the upgrade • Upgrade overwrites contents  Data on VMFS volume will be preserved  Scratch partition preserved scratch M B storecoreBank 1 Bank 2 1GB VMFS Remainder4GB 5.0 5.5 Step 1: Save the Config (state.tgz) Step 2: Replace VIBs Step 3: Reboot Step 4: Config re-applied on reboot
  • 28. 2828 Extended Support Matrix  Updated for VMware Tools 5.5 and Virtual Hardware 10  In Web Client Virtual Hardware now referred to as VM Compatibility  Tools and Compatibility support matrix target is N–4 support • This is the goal, Interoperability Matrix is the authority vSphere 5.0 vHW 4 vHW 7 vHW 8 vSphere 5.1 Tools 5.1 Tools 4.x Tools 5.0 vHW 9 Virtual HardwareSupported ToolsvSphere Release ESX 3.5 and later ESX 4.x and later ESX 5.0 and later ESX 5.1 and later upgrade vSphere 5.5 Tools 5.5 vHW 10 ESX 5.5 and later upgrade Compatibility
  • 29. 2929 VMware Tools Tip #5: Stay Current on VMware Tools
  • 30. 3030 Always Upgrading VMware Tools  Upgrade is technically optional, but always highly recommended  Tools are both forward and backwards compatible • VMware Tools 4.x is supported on ESXi 5.x. • VMware Tools 5.x is supported on ESX/ESXi 4.x. VMware Tools Upgrade Path VMware Tools 3.x Incompatible Must Upgrade VMware Tools 4.x Compatible with 4.0, 4.1, 5.0, 5.1, 5.5 Upgrade Recommended VMware Tools 5.x Compatible with 4.0, 4.1, 5.0, 5.1, 5.5 Backward Compatible
  • 31. 3131 VM Compatibility (i.e. Virtual Machine Hardware) Tip #6: Upgrade Compatibility when needed
  • 32. 3232 Upgrade Virtual Machine Compatibility When Required  Always upgrade VMware Tools first  ESXi 5.5 supports Compatibility 3.x, 4.x, 5.0, 5.1 and 5.5 • Virtual Hardware versions 4, 7, 8, 9, 10  Unlike VM Tools, Compatibility is not Backwards Compatible • VM with newer compatibility cannot run on older ESX/ESXi hosts Virtual Hardware Upgrade Path Compatibility 3.x Compatible Upgrade Optional Compatibility 4.x Compatible Upgrade Optional Compatibility 5.0 Compatible Upgrade Optional Compatibility 5.1 Compatible Upgrade Optional
  • 33. 3333 Post Upgrade Considerations Tip #7: Remember VMFS Volumes
  • 34. 3434 Upgrade VMFS Volumes  ESXi 5.x supports VMFS-3 & VMFS-5  Non-disruptive upgrade • Done while volume is online & VMs are active  Once upgraded, volume no longer accessible from 4.x host VMFS Volume Upgrade Path VMFS 3 Upgrade Optional / Recommended VMFS 5 Cannot be accessed by 4.x hosts
  • 35. 3535 VMFS-3 to VMFS-5 Non-Disruptive Upgrade • Upgrade to VMFS-5 using the vSphere Client
  • 36. 3636 VMFS-5 vs VMFS-3 Feature Comparison Feature VMFS-3 VMFS-5 64TB VMFS Volumes Yes (Requires 32 extents) Yes (Single extent) Support for more files 30720 130689 Support for 64TB Physical RDMs No Yes Unified Block size (1MB) No Yes Atomic Test & Set (ATS) Usage (VAAI locking mechanism) Limited Complete Sub-blocks for space efficiency 64KB (maximum ~3k) 8KB (maximum ~30k) Small file support No 1KB
  • 37. 3737 VMFS Upgrade Considerations Best Practice: If you have the luxury of doing so, create a brand new VMFS-5 datastore, and use Storage vMotion to move your VMs to it Feature Upgraded VMFS-5 New VMFS-5 Maximum files 30720 130689 File Block Size 1, 2, 4 or 8MB 1MB (Unified) Sub-Blocks 64KB 8KB Partition Format MBR (seamless switch to GPT if VMFS grows > 2TB) GPT Starting sector 128 2048
  • 38. 3838 VMFS Upgrade Considerations  Upgrade all hosts to 5.x before upgrading VMFS-5. • Upgrade not allowed if 4.x hosts are accessing VMFS  There is no “undo” • VMFS upgrade is one-way operation  To fully benefit from latest VMFS 5 features consider creating new VMFS volume and using Storage vMotion to migrate VMs • Upgraded volume retains VMFS-3 layout • Missing unified block size, 8k sub-block allocation, small file support, max # files, etc. • Schedule data migrations for non-peak hours • Can take a while to migrate large data files
  • 39. 3939 Key Takeaways:  Tip #1: Understand the vSphere Upgrade Process • Have a plan, understand the components and interdependencies  Tip #2: Understand how ESXi is packaged and distributed • Know how to work with VIBs, Acceptance Levels, and Image Profiles  Tip #3: Understand patches vs. updates vs. upgrades • Express, Scheduled, Roll-up patches, stay current  Tip #4: Know the different upgrade methods • Installer, VUM, ESXCLI. Rolling upgrades are supported  Tip #5: Stay Current on VMware Tools • Upgrade Tool as soon as possible – both forward and backward compatible  Tip #6: Upgrade VM Compatibility when needed • Upgrade VM Compatibility (Hardware Version) when required  Tip #7: Remember VMFS Volumes • Upgrade VMFS-3 volumes, understand limitations
  • 41. 4141 Other VMware Activities Related to This Session  HOL: HOL-SDC-1310 vSOM 101  Group Discussions: VSVC1003-GD vSphere Core Upgrades with Kyle Gleed
  • 43.
  • 44. vSphere Upgrade Series Part 2: vSphere Hosts and Virtual Machines Kyle Gleed, VMware Josh Gray, VMware VSVC4945 #VSVC4945