0456.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Try Out XCP-ng 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,XCP-ng,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Try Out XCP-ng Hypervisor in VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/13/2022 05:40:42 AM" />
  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 XCP-ng 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 XCP-ng user interface and terminology but is not recommended for production use.</p>
  26. <ol>
  27. <li>Download the XCP-ng .iso file <a href="https://xcp-ng.org/" target="_blank">Download</a></li>
  28. <li>Launch Virtualbox</li>
  29. <li>Create a New VM by selecting Machine &gt; New
  30. <p>Name: XCP-ng<br />
  31. Machine Folder: C:\VMs<br />
  32. Type: Linux<br />
  33. Version: Other (64-bit)<br />
  34. Memory Size: 8192 MB<br />
  35. Hard disk: Create a virtual hard disk now</p>
  36. </li>
  37. <li>Click Create</li>
  38. <li>On the Create Virtual Hard Disk dialog
  39. <p>Name the virtual disk image XCP-ng.vdi<br />
  40. File size: 120 GB<br />
  41. Hard disk file type: VDI<br />
  42. Storage on physical hard disk: Dynamically Allocated</p>
  43. </li>
  44. <li>Click Create</li>
  45. <li>Select the VM and Click Settings</li>
  46. <li>Select System &gt; Processor</li>
  47. <li>Give the VM at least 2 processors</li>
  48. <li>Check the Enable Nested VT-x/AMD-V</li>
  49. <li>Select Display</li>
  50. <li>Slide the Video Memory to 128 MB</li>
  51. <li>Select Network</li>
  52. <li>Set the attached to dropdown to Bridged Adapter</li>
  53. <li>Select Storage</li>
  54. <li>Click on the CD-ROM drive</li>
  55. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  56. <li>Browse to and select the downloaded XCP-ng .iso file</li>
  57. <li>Click OK</li>
  58. <li>Select the hard disk dropdown to the right</li>
  59. <li>Click the Create button at the top</li>
  60. <li>Change the size to 500 GB &gt; Click Create</li>
  61. <li>Click OK to accept the settings</li>
  62. <li>Make sure the XCP-ng VM is selected and click Start &gt; Normal</li>
  63. <li>Press Enter to begin the installation</li>
  64. <li>Select a keyboard mapping &gt; Ok</li>
  65. <li>Select OK at the welcome screen &gt; Press Enter</li>
  66. <li>Select Accept EULA &gt; Press Enter</li>
  67. <li>Make sure the VBOX HARDDISK is selected &gt; Tab to select Ok &gt; Press Enter</li>
  68. <li>Select Local Media &gt; Tab to select Ok &gt; Press Enter</li>
  69. <li>Select Skip verification &gt; Tab to select Ok &gt; Press Enter</li>
  70. <li>Enter and confirm a root password</li>
  71. <li>Configure the network &gt; Ok</li>
  72. <li>Specify a hostname &gt; Ok</li>
  73. <li>Select a Geographic area &gt; Ok</li>
  74. <li>Set the time zone &gt; Ok</li>
  75. <li>Select Using NTP &gt; Ok</li>
  76. <li>Select Ok at the NTP server setup</li>
  77. <li>Select Install XPC-ng</li>
  78. <li>Select No at the supplemental packs installation screen</li>
  79. <li>After the installation completes, select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  80. <li>Select Ok to reboot</li>
  81. <li>Welcome to XPC-ng</li>
  82. </ol>
  83. <h2>Installing Xen Orchestra Web UI</h2>
  84. <ol>
  85. <li>Arrow down to Network and Management Interface</li>
  86. <li>Note the IP address displayed</li>
  87. <li>Open a web browser and navigate to http:// IP address of XPC-ng</li>
  88. <li>Click the Quick Deploy button under Xen Orchestra</li>
  89. <li>Enter the password set during the installation process &gt; Click Connect</li>
  90. <li>Click the Next button</li>
  91. <li>Set the web UI admin username and password</li>
  92. <li>Set the XOA machine password</li>
  93. <li>Click Deploy</li>
  94. </ol>
  95. </div>
  96. </div>
  97. </body>
  98. </html>