{"id":654,"date":"2012-01-11T16:21:17","date_gmt":"2012-01-11T23:21:17","guid":{"rendered":"http:\/\/jim-zimmerman.com\/?p=654"},"modified":"2012-01-15T15:58:33","modified_gmt":"2012-01-15T22:58:33","slug":"hyper-v-lesson","status":"publish","type":"post","link":"https:\/\/jim-zimmerman.com\/?p=654","title":{"rendered":"Hyper-V lessons"},"content":{"rendered":"<p>I started looking into Hyper-V, and learned something quick.  I installed Windows 2008 R2 Hyper-V on a server.  Then, I used a Windows 7 client to access the host via the Hyper-V Manager.  I created a virtual machine and installed an operating system, but found that I had no network connection.  I had to configure the host network interfaces via the Hyper-V Manager Virtual Network Manager.  Once I did this, I was able to adjust the network interface on my virtual machine to use the newly configured interface.<\/p>\n<p>Installing RHEL6 on a Hyper-V server presented some new challenges as well.  I was able to install the OS easily enough.  The problem came when I actually tried to use it.  There was no virtual network interface card driver loaded.  I had to download and install the <a href=\"http:\/\/www.microsoft.com\/download\/en\/details.aspx?id=28188\">Linux Integration Services<\/a> software from Microsoft.  It is a 2.2MB ISO image, so you can either put it on CD\/DVD, mount it from a flash drive or use it as your virtual CD drive (which I did).  <\/p>\n<p>From the RHEL6 VM:<br \/>\n# cd \/media # If \/media is the mount point you used.<br \/>\n# .\/install.sh<br \/>\n# shutdown -r now<\/p>\n<p>Now, in my case, I did a minimum install, so maybe it is different when you do a basic install, but I had to manually create the ifcfg-eth0 and network files.  For now, I just wanted to get on the network, so I used a DHCP client configuration.<\/p>\n<p># vi \/etc\/sysconfig\/network-scripts\/ifcfg-eth0<br \/>\nDEVICE=eth0<br \/>\nBOOTPROTO=dhcp<br \/>\nONBOOT=yes<\/p>\n<p># vi \/etc\/sysconfig\/network<br \/>\nGATEWAY=192.168.0.1<\/p>\n<p># service network restart<br \/>\nor<br \/>\n# shutdown -r now<br \/>\nor<br \/>\n# ifup eth0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I started looking into Hyper-V, and learned something quick. I installed Windows 2008 R2 Hyper-V on a server. Then, I used a Windows 7 client to access the host via the Hyper-V Manager. I created a virtual machine and installed an operating system, but found that I had no network connection. I had to configure [&#038;hellip<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[238,144,50,36],"class_list":["post-654","post","type-post","status-publish","format-standard","hentry","category-documentation","tag-hyper-v","tag-network","tag-redhat","tag-windows"],"share_on_mastodon":{"url":"","error":""},"_links":{"self":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=654"}],"version-history":[{"count":8,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/654\/revisions"}],"predecessor-version":[{"id":676,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/654\/revisions\/676"}],"wp:attachment":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}