0386.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Try Out VMware vSphere (ESXi) Hypervisor in VirtualBox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Hypervisor,Virtual Machines,VMs,VirtualBox,VMware,ESXi,VSphere,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Try Out VMware vSphere (ESXi) Hypervisor in VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/24/2022 01:43:30 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Try Out VMware vSphere (ESXi) Hypervisor in VirtualBox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p>NOTE: This is a helpful exercise to get familiar with the VMware vSphere&nbsp;(ESXi) installation, user interface and terminology&nbsp;but is not recommended for production use and most, if not all, VMs created inside ESXi will fail to boot.&nbsp;Also, I tried these steps with the latest ESXi&nbsp;7 version but the installer didn&#39;t have necessary networking drivers and would halt early on in the process.</p>
  26. <ol>
  27. <li>Open a web browser and navigate to&nbsp;https://my.vmware.com</li>
  28. <li>Create an account or log in</li>
  29. <li>Once logged in, go to&nbsp;https://my.vmware.com/en/group/vmware/evalcenter?p=free-esxi6</li>
  30. <li>Click the Register button to register for the software and generate download links</li>
  31. <li>Copy the&nbsp;License Key listed on the page and paste it into a text editor for later</li>
  32. <li>Download the VMware vSphere Hypervisor 6.7 Update 2&nbsp;Binaries&nbsp;.iso file by clicking the Manually Download button</li>
  33. <li>Launch Virtualbox</li>
  34. <li>Create a New VM by selecting Machine &gt; New
  35. <p>Name: VMware vSphere&nbsp;(ESXi)<br />
  36. Machine Folder: C:\VMs<br />
  37. Type: Linux<br />
  38. Version: Other&nbsp;(64-bit)<br />
  39. Memory Size: 8192 MB<br />
  40. Hard disk: Create a virtual hard disk now</p>
  41. </li>
  42. <li>Click Create</li>
  43. <li>On the Create Virtual Hard Disk dialog
  44. <p>Name the virtual disk image VMware vSphere&nbsp;(ESXi).vdi<br />
  45. File size: 500&nbsp;GB<br />
  46. Hard disk file type: VDI<br />
  47. Storage on physical hard disk: Dynamically Allocated</p>
  48. </li>
  49. <li>Click Create</li>
  50. <li>Select the VM and Click Settings</li>
  51. <li>Select System &gt; Processor</li>
  52. <li>Give the VM at least 2 processors</li>
  53. <li>Check the Enable Nested VT-x/AMD-V</li>
  54. <li>Change the&nbsp;</li>
  55. <li>Select Display</li>
  56. <li>Slide the Video Memory to 128 MB</li>
  57. <li>Select Network</li>
  58. <li>Set the attached to dropdown to Host-Only</li>
  59. <li>Select Storage</li>
  60. <li>Click on the CD-ROM drive</li>
  61. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  62. <li>Browse to and select the downloaded VMware vSphere&nbsp;(ESXi)&nbsp;.iso file</li>
  63. <li>Click OK</li>
  64. <li>Click OK to accept the settings</li>
  65. <li>Make sure the VMware vSphere&nbsp;(ESXi) VM is selected and click Start &gt; Normal</li>
  66. <li>Wait a few moments for the installer to initialize</li>
  67. <li>At the Welcome screen press Enter</li>
  68. <li>Press F11 to accept the EULA and continue</li>
  69. <li>Select the 500GB VBOX HARDDISK &gt; Press Enter</li>
  70. <li>Select a keyboard layout &gt; Press Enter</li>
  71. <li>Enter and confirm a root password &gt; Press Enter</li>
  72. <li>Press Enter to continue on the Errors/Warnings message</li>
  73. <li>Press F11 to confirm installing to the VBOX HARDDISK</li>
  74. <li>Wait for the installer to copy files and configure the system</li>
  75. <li>After the installation succeeds select Devices &gt;&nbsp;Optical Drives &gt; Remove disk from virtual drive&nbsp;</li>
  76. <li>Press Enter to Reboot</li>
  77. <li>After the VM reboots, note the http address on the screen to manage the host</li>
  78. <li>Open a web browser on the host machine and navigate to&nbsp;http://IP noted above</li>
  79. <li>Login with the username root and the password set during the installation</li>
  80. <li>Welcome to VMware vSphere&nbsp;(ESXi) inside VirtualBox</li>
  81. </ol>
  82. <h2>Applying the Free ESXi License</h2>
  83. <ol>
  84. <li>Inside the VMware ESXi web UI click the Manage link in the left navigation menu</li>
  85. <li>Click the Licensing tab in the top navigation menu</li>
  86. <li>Click the Assign License button</li>
  87. <li>Paste the license key noted during the download steps</li>
  88. <li>Click the Check License button</li>
  89. <li>After the license is validated, click the Assign License button</li>
  90. <li>The free license should be applied and the expiration date should now say Never</li>
  91. </ol>
  92. </div>
  93. </div>
  94. </body>
  95. </html>