Enable VMware FT in nested VM

简介:

https://www.vcloudnine.de/enable-vmware-fault-tolerance-in-nested-enviroments/

http://www.virtuallyghetto.com/2011/07/how-to-enable-nested-vft-virtual-fault.html

https://vinf.net/2009/06/07/vsphere-cannot-enable-ft-for-a-nested-vm/  


While playing around in my lab, I wanted to enable VMware Fault Tolerance (FT)  for a VM. In the absence of physical HW I use a nested enviroment, which is running on a HP ProLiant DL160 G6 (2x Intel Xeon E5520, 32G RAM, a RAID 0 with 4 SATA drives). FT isn’t available in nested enviroments, because HW virtualization features are required. This screenshot was taken from the web client.


vmware_ft_nested_host

But “isn’t available” doesn’t mean that you can’t enable it. ;) As always this isn’t supported by VMware. It’s for lab enviroments, trainings etc., but not for production. You have to set three configuration parameters for the VM that you want to use with FT. If you use the web client, you can set the configuration parameters as follows:


Edit Settings… > VM Options > Advanced > Edit Configuration…


vmware_ft_guest_parameter

For easy copy ‘n paste here the parameters:


1

2

3

replay.supported = "true"

replay.allowFT = "true"

replay.allowBTOnly = "true"

After setting the parameters you can enable FT and start the VM.

vmware_ft_running

Please note that you can only run 32-bit guests! This is due to the binary translation (replay.allowBTOnly). A FT-secured 64-bit Windows 2008 R2 won’t be possible. But to show the configuration and use of FT a 32-bit Windows 2003 should be sufficient. :) I have configured FT in my lab and I took the screenshots from the vSphere 5.5 Web Client. I use VM HW 9 for the nested ESXi and VHV is enabled in the CPU section. If you are searching for more: virtuallyGhetto is an awesome source, especially for nested virtualization and everything around automation using various API/ SDK and CLI. Kudos to William Lam for the work he puts in there.

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1902991如需转载请自行联系原作者

520feng2007
相关文章
|
2月前
|
关系型数据库 MySQL Linux
【VMware安装+centos 7Linux系统+MySQL安装】——在Linux系统中安装MySQL步骤,以及遇见的各种问题(如:vm两个虚拟网卡消失、vm网络适配器有感叹号等等)
【VMware安装+centos 7Linux系统+MySQL安装】——在Linux系统中安装MySQL步骤,以及遇见的各种问题(如:vm两个虚拟网卡消失、vm网络适配器有感叹号等等)
193 0
|
27天前
|
Ubuntu 安全 Linux
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置(Windows版详细教程)
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置(Windows版详细教程)
240 0
|
7月前
|
关系型数据库 MySQL Linux
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置
118 0
|
7月前
|
虚拟化 开发者 Windows
VM(VMware Workstation)对开发的帮助
VM(VMware Workstation)对开发的帮助
|
Kubernetes 安全 测试技术
VMware Fusion Pro 12 Mac(vm虚拟机) v12.2.4激活版下载
VMware Fusion Pro 12 Mac(vm虚拟机) v12.2.4激活版下载
VMware Fusion Pro 12 Mac(vm虚拟机) v12.2.4激活版下载
|
存储 Ubuntu Linux
使用VM Tools让VMware虚拟机里的ubuntu能够共享Windows系统的文件夹
使用VM Tools让VMware虚拟机里的ubuntu能够共享Windows系统的文件夹
324 0
使用VM Tools让VMware虚拟机里的ubuntu能够共享Windows系统的文件夹
|
Ubuntu Linux 虚拟化
基于VM14+ Ubuntu 16.04安装VMware Tools(VM同主机file交互的工具)以及使用的骚操作
首先,给已经装好的Ubuntu 16.04换上映像文件: 在安装VMware Tools时,需要修改指向VMware Tools所在(VMware Workstation\linux.iso),在这个路径下有个linux.iso文件,其中提供了linux操作系统平台需要的一些工具文件,当然包括VMware Tools安装文件。
1349 0