0386.html 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  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. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  7. <script type="text/javascript">
  8. $(function(){
  9. $('textarea').each(function(i,e){
  10. theTextarea = $(this);
  11. theTextarea.height((theTextarea[0].scrollHeight-5) +'px');
  12. });
  13. $('li').each(function(i,e){
  14. var uuid = 'li_' + Math.floor(Math.random() * Math.floor(1000000)).toString() + '_' + i.toString();
  15. $(this).contents().wrap('<span id="'+ uuid +'"><label for="cb_'+ uuid +'"></label></span>');
  16. $(this).prepend('<input type="checkbox" class="completeBox" id="cb_' + uuid +'" rel="'+ uuid +'" />')
  17. });
  18. $('code,div.codeBlock,textarea.codeBlock').each(function(i,e){
  19. theElement = $(this);
  20. var lines = theElement.html().split("\n");
  21. theElement.empty();
  22. for(l=0;l<lines.length;l++){
  23. if($.trim(lines[l]) != '' && $.trim(lines[l]).substr(0,1) != '#' && $.trim(lines[l]).indexOf(' #') == -1 && lines[l].substr(0, 4).toUpperCase() != 'REM '){
  24. theElement.append('<input type="image" src="images/clipboard.png" value="" class="copy-text" rel="copy_'+ i +'_'+ l +'" data-clipboard-text="'+ lines[l].replace(/"/g, '&quot;') +'" /><span id="copy_'+ i +'_'+ l +'">'+ lines[l] +'</span>');
  25. } else {
  26. theElement.append(lines[l]);
  27. }
  28. }
  29. });
  30. $(document).on('click','input.copy-text',function(){
  31. theButton = $(this);
  32. $('input.copy-text').attr('src','images/clipboard.png');
  33. $('span.copy-animation,span.copy-animation-ps').removeClass('copy-animation copy-animation-ps');
  34. try {
  35. if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
  36. $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
  37. } else if($('#'+ theButton.attr('rel')).parent('div').hasClass('CMD')){
  38. $('#'+ theButton.attr('rel')).addClass('copy-animation-cmd');
  39. } else {
  40. $('#'+ theButton.attr('rel')).addClass('copy-animation');
  41. }
  42. navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
  43. theButton.attr('src','images/clipboard_active.png');
  44. } catch(err) {
  45. }
  46. return false;
  47. });
  48. $(document).on('click','input.completeBox',function(){
  49. theBox = $(this);
  50. $('#'+ theBox.attr('rel')).addClass('strikethrough');
  51. theBox.prop('disabled',true);
  52. theBox.parent('li').prevAll().each(function(i,e){
  53. theLI = $(this);
  54. if(theLI.find('input[type=checkbox]').not(':checked')){
  55. $('#'+ theLI.find('input[type=checkbox]').attr('rel')).addClass('strikethrough');
  56. theLI.find('input[type=checkbox]').prop('checked',true).prop('disabled',true);
  57. }
  58. });
  59. });
  60. if(window.self !== window.top){
  61. window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
  62. }
  63. });
  64. </script>
  65. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  66. </head>
  67. <body>
  68. <div id="gridContainer">
  69. <div class="topMargin"></div>
  70. <div id="listName" class="topMargin">
  71. <h1>Try Out VMware vSphere (ESXi) Hypervisor in VirtualBox</h1>
  72. </div>
  73. <div></div>
  74. <div id="content">
  75. <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>
  76. <ol>
  77. <li>Open a web browser and navigate to&nbsp;https://my.vmware.com</li>
  78. <li>Create an account or log in</li>
  79. <li>Once logged in, go to&nbsp;https://my.vmware.com/en/group/vmware/evalcenter?p=free-esxi6</li>
  80. <li>Click the Register button to register for the software and generate download links</li>
  81. <li>Copy the&nbsp;License Key listed on the page and paste it into a text editor for later</li>
  82. <li>Download the VMware vSphere Hypervisor 6.7 Update 2&nbsp;Binaries&nbsp;.iso file by clicking the Manually Download button</li>
  83. <li>Launch Virtualbox</li>
  84. <li>Create a New VM by selecting Machine &gt; New
  85. <p>Name: VMware vSphere&nbsp;(ESXi)<br />
  86. Machine Folder: C:\VMs<br />
  87. Type: Linux<br />
  88. Version: Other&nbsp;(64-bit)<br />
  89. Memory Size: 8192 MB<br />
  90. Hard disk: Create a virtual hard disk now</p>
  91. </li>
  92. <li>Click Create</li>
  93. <li>On the Create Virtual Hard Disk dialog
  94. <p>Name the virtual disk image VMware vSphere&nbsp;(ESXi).vdi<br />
  95. File size: 500&nbsp;GB<br />
  96. Hard disk file type: VDI<br />
  97. Storage on physical hard disk: Dynamically Allocated</p>
  98. </li>
  99. <li>Click Create</li>
  100. <li>Select the VM and Click Settings</li>
  101. <li>Select System &gt; Processor</li>
  102. <li>Give the VM at least 2 processors</li>
  103. <li>Check the Enable Nested VT-x/AMD-V</li>
  104. <li>Change the&nbsp;</li>
  105. <li>Select Display</li>
  106. <li>Slide the Video Memory to 128 MB</li>
  107. <li>Select Network</li>
  108. <li>Set the attached to dropdown to Host-Only</li>
  109. <li>Select Storage</li>
  110. <li>Click on the CD-ROM drive</li>
  111. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  112. <li>Browse to and select the downloaded VMware vSphere&nbsp;(ESXi)&nbsp;.iso file</li>
  113. <li>Click OK</li>
  114. <li>Click OK to accept the settings</li>
  115. <li>Make sure the VMware vSphere&nbsp;(ESXi) VM is selected and click Start &gt; Normal</li>
  116. <li>Wait a few moments for the installer to initialize</li>
  117. <li>At the Welcome screen press Enter</li>
  118. <li>Press F11 to accept the EULA and continue</li>
  119. <li>Select the 500GB VBOX HARDDISK &gt; Press Enter</li>
  120. <li>Select a keyboard layout &gt; Press Enter</li>
  121. <li>Enter and confirm a root password &gt; Press Enter</li>
  122. <li>Press Enter to continue on the Errors/Warnings message</li>
  123. <li>Press F11 to confirm installing to the VBOX HARDDISK</li>
  124. <li>Wait for the installer to copy files and configure the system</li>
  125. <li>After the installation succeeds select Devices &gt;&nbsp;Optical Drives &gt; Remove disk from virtual drive&nbsp;</li>
  126. <li>Press Enter to Reboot</li>
  127. <li>After the VM reboots, note the http address on the screen to manage the host</li>
  128. <li>Open a web browser on the host machine and navigate to&nbsp;http://IP noted above</li>
  129. <li>Login with the username root and the password set during the installation</li>
  130. <li>Welcome to VMware vSphere&nbsp;(ESXi) inside VirtualBox</li>
  131. </ol>
  132. <h2>Applying the Free ESXi License</h2>
  133. <ol>
  134. <li>Inside the VMware ESXi web UI click the Manage link in the left navigation menu</li>
  135. <li>Click the Licensing tab in the top navigation menu</li>
  136. <li>Click the Assign License button</li>
  137. <li>Paste the license key noted during the download steps</li>
  138. <li>Click the Check License button</li>
  139. <li>After the license is validated, click the Assign License button</li>
  140. <li>The free license should be applied and the expiration date should now say Never</li>
  141. </ol>
  142. </div>
  143. </div>
  144. </body>
  145. </html>