Skip to main content

vSphere (ESXi) 5.0 on VMware Fusion (MacBookPro)

I've just powered on 2 ESXi 5.0 on Fusion successfully with hardware virtualization (VT) supported. By default, VMware Fusion will not enable VT for some reason and clearly running ESXi 5.0 on Fusion is not recommended for production and mainly is used for demo or POC purpose.


Below if the configuration for my build:-



  • MacBook Pro with Mac OS X 10.6.8
  • Processor: 2.66 GHz Intel Core i7
  • Memory: 8GB 1067MHz DDR3
  • Hard drive: 250GB SSD Disk 
  • VMware Fusion 4 (Support ESXi 5.0 from the menu)

However, I've not able to enable FT when configuring the VMware HA within the Custer. Somehow it shows that the CPU does not support hardware virtualization that is required for reply... If you are able to enable FT, please do let me know how... desperate looking for an answer...



As to enable VT, you need to manually edit the "VMX" file.
vhv.enable = "TRUE"

vhv.allow = "TRUE"
monitor_control.vt32 = "TRUE"
monitor_control.restrict_backdoor = "TRUE"


I've also enabled Intel-VT with EPT under VMware Fusion>>Setting>>Advance


As for ESXi 5.0, use tools like PUTTY to edit the config file - /etc/vmware/config and add:-
vhv.allow = "TRUE"
I've used vi /etc/vmware/config
type i *this will allow you to insert new character
once vhv.allow = "TRUE" is added to the last line
press the ESC key
then type :wq!


How to enable FT for a Nested VM - http://vinf.net/2009/06/07/vsphere-cannot-enable-ft-for-a-nested-vm/



Comments

Popular posts from this blog

VMware VRNI 3.5 NTP is working but not healthy

We have experienced this problem where some of the major services not started. You will not be able to connect to the vRNI via web -> https://<ip_address_of_vrni_platform>>. This probably caused by NTP insync. You need to manually start these services. Login with Consoleuser / and default password if not changed before via venter web console. Run services restart and wait for couple minutes (it took me 5-6 mins). Types of Users  User name  Password  Admin UI  admin@local Set this password in the Activate License window during installation. SSH User  support ark1nc0113ct0r CLI User  consoleuser ark1nc0ns0l3 Note It is recommended that the users change the default passwords immediately after the deployment.  Procedure 1 Navigate to  https://<vRealize Network Insight Platform IP address> .  2 Log in to the product UI with the corresponding user name and password. Troubleshoot NTP - https://kb.vmware.com

vSphere Replication - checking the replication status

Enable SSH on ESXi host (you can do this using vCenter) Download putty or any SSH client and log in with root access vim-cmd vmsvc/getallvms ~ # vim-cmd hbrsvc Commands available under hbrsvc/: vmreplica.abort vmreplica.pause vmreplica.create vmreplica.queryReplicationState vmreplica.disable vmreplica.reconfig vmreplica.diskDisable vmreplica.resume vmreplica.diskEnable vmreplica.startOfflineInstance vmreplica.enable vmreplica.stopOfflineInstance vmreplica.getConfig vmreplica.sync vmreplica.getState  See more at: http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html#sthash.mpqbyGmw.dpuf http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!