Steps to set up Redhat Enterprise Virtualization Manager.
1.  Install Redhat Enterprise Linux 
2.  Register to the Redhat Network
          #>Subscription-manager register
                    Type in your rhn account info.
3.  Attach all the subscriptions available to the version of Redhat Linux you're running.
          #>Subscription-manager attach --auto
4.  Install yum-config-manager utility
          #>yum install yum-utils
5.  Run yum-config-manager to add Redhat Enterprise Virtualization Manager package to the subscription.
          #>yum-config-manager --enable rhel-6-server-rhevm-3.4-rpms
6.  Run yum-config-manager to add JBoss package to the subscription.
          #>yum-config-manager --enable jb-eap-6-for-rhel-6-server-rpms
7.  Install JBoss
          #>yum install jbossas-standalone
8.  Downgrade sos package (not sure why this is required but it was complaining about the sos version is too new)
          #>yum remove sos-3.2-28.el6.noarch
          #>yum install sos-2.2-68.el6.noarch
9.  Install rhevm
          #>yum install rhevm
10. Install rhevm reporting
          #>yum install rhevm-reports
11. Run the setup wizard.
          #>engine-setup
12. Create ISO domain (Use to store .iso files so you can build the vm)
13. Upload to the ISO domain
          #>rhevm-iso-uploader --iso-domain=<ISO domain name> upload myfile.iso --insecure
14.  To be able to mount the windows drivers in the vm, run the following.
          #>yum install virtio-win
          #>yum install libvirt-devel
          #>yum install libvirt
          #>yum install virt-install