Monday, March 30, 2015

How to run Hyper-V on a VM in ESXI 5.5

You can now virtualize Hyper-V as a VM running on VMware ESXI 5.5. Initially if you try to install Hyper-V role, you will get an error message mentioning that, "Hyper-V cannot be installed". Follow the below steps to get it installed.

1. Enable CPU/ MMU virtualization in VM settings.


2. Power off the Hyper-V VM and remove it from inventory. Browse the data store and download the VMX configuration file of the VM and save to your local machine. Open it using WordPad and change the guestOS line to :

guestOS = “winhyperv”

Save the file and upload it back to data store. Now right click on the VMX file and add it to inventory. Power on the VM and install Hyper-V role. It must now get installed without any error.

Note :
It is NOT recommended in a production environment. Use this only for self study and testing in labs. 

Wednesday, February 25, 2015

Implementing storage cluster - Open-E DSS V7 Active-Passive iSCSI SAN Failover Cluster

The setup that I used for this implementation is mentioned below :

-Two DELL PowerEdge R710 servers (ESXI01 and ESXI02)
-Implemented Open-E DSS V7 Active-Passive iSCSI Failover Cluster – using two VSA’s running on different ESXI 5.5 hosts
  • Created VM and installed Open-E Node A on ESXI01
  • Created VM and installed Open-E Node B on ESXI02
  • Configured separate network interfaces for heartbeat, volume replication and WEB GUI management
  • Configured a vSwitch on both ESXI hosts (ESXI01 and ESXI02) 
  • Added direct point-to-point connection between the above two ESXI hosts for reliable volume replication
  • Configured iSCSI volumes and targets on Node A and Node B
  • Configured replication task
  • Configured failover cluster with multiple auxiliary paths
  • Configured virtual target IP address
  • Added target to cluster
  • Configured iSCSI initiator
  • Tested failover and failback functions successfully

Note :
Detailed configuration guide is given in Open-E website itself

Implementing HA storage cluster - Open-E DSS V7 Active-Active Load Balancing iSCSI HA SAN cluster

The setup that I used for this implementation is mentioned below :

-Two DELL PowerEdge R710 servers (ESXI01 and ESXI02)
-Implemented Open-E DSS V7 Active-Active iSCSI HA SAN Cluster – using two VSA’s running on different ESXI 5.5 hosts
-In Active-Active mode, both nodes of the cluster will simultaneously run volumes providing high availability of data
-Overall cluster performance will be improved compared to Active-Passive mode since the read, write and replication traffic can be balanced on both nodes

-Open-E cluster nodes :
  • Node A1 on ESXI01 
  • Node B1 on ESXI02 
  • Configured separate network interfaces for heartbeat, volume replication and WEB GUI management
  • Added direct point-to-point connection between the above two ESX hosts for reliable volume replication
  • Configured iSCSI volumes and targets on Node A1 and Node B1
  • Configured replication tasks and failover cluster with multiple auxiliary paths
  • Configured virtual target IP address and added targets to cluster
  • Started cluster

Note :
Detailed configuration guide is given in Open-E website itself

Configuring iSCSI volume using Open-E DSS V7