<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HPE VMW on a single node, create 4 VMs in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hpe-vmw-on-a-single-node-create-4-vms/m-p/7243733#M293</link>
    <description>&lt;P&gt;Hello Luis Feigenblatt&lt;/P&gt;&lt;P&gt;Our customer may refer below guide once also i have mentioned high level steps.&lt;BR /&gt;&lt;A href="https://community.hpe.com/" target="_blank" rel="noopener"&gt;https://hpevm-docs.morpheusdata.com/en/latest/vme_getting_started/vme_getting_started.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1.Download trail Version of VME&lt;BR /&gt;&lt;A href="https://www.hpe.com/us/en/hpe-vm-essentials/trial.html" target="_blank" rel="noopener"&gt;https://www.hpe.com/us/en/hpe-vm-essentials/trial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2.Install Ubuntu 22.04 on the hypervisor host which you want to install VME (to have vmemanager VM)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Our customer can use sudo -i (to become root &amp;amp; to avoid sudo everytime ) from here onward!&lt;BR /&gt;All commonds need to be run as root.&lt;/P&gt;&lt;P&gt;3.Ensure proper name resolution between the Hypervsor HOST &amp;amp; VME (the first VM you will be creating in next step)&lt;BR /&gt;Easiest will be having /etc/hosts updated with names &amp;amp; IPs.&lt;/P&gt;&lt;P&gt;4.If customer using Proxy, they need to ensure below entries in /etc/environment of Hypervisor Host.&lt;/P&gt;&lt;P&gt;/etc/environment should have proxy &amp;amp; no_proxy details details.&lt;/P&gt;&lt;P&gt;http_proxy=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;https_proxy=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;HTTP_PROXY=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;HTTPS_PROXY=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;no_proxy=localhost,127.0.0.1,Hypervisor_NODE_IP,vmemanager_IP_Address,vmemanager_hostname&lt;BR /&gt;NO_PROXY=localhost,127.0.0.1,Hypervisor_NODE_IP,vmemanager_IP_Address,vmemanager_hostname&lt;/P&gt;&lt;P&gt;5.ntp should be configured &amp;amp; working.&lt;BR /&gt;Below are steps:&lt;BR /&gt;Edit file /etc/systemd/timesyncd.conf &amp;amp; add below ntp server IPs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTP=Enter_YOUR_NTP_SERVER_IP&lt;BR /&gt;FallbackNTP=Enter_YOUR_NTP_SERVER_IP_FALLBACK_NTP (Seconday NTP)&lt;/P&gt;&lt;P&gt;5b.Re-start the ntp service&lt;BR /&gt;#systemctl restart systemd-timesynced.service&lt;/P&gt;&lt;P&gt;5c: Use timedatectl command to check ntp service Active.&lt;/P&gt;&lt;P&gt;5c. To check from whihc NTP server my ubuntu host is synced!&lt;/P&gt;&lt;P&gt;#timedatectl timesync-status&lt;/P&gt;&lt;P&gt;6.Update kernel to latest 2204, server reboot will be needed.&lt;BR /&gt;Perform apt-get update to update repo else you amy get errors while upgrade linux kernel.&lt;BR /&gt;#apt-get update&lt;BR /&gt;apt install -y linux-generic-hwe-22.04&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7.Mount the downloaded ISO in step1 &amp;amp; install VM Essesnitals Package Manager (Console), This software&lt;BR /&gt;need installation on all Hypervisr hosts you are planning to bring under VME Cluster&lt;/P&gt;&lt;P&gt;#mkdir /mnt/iso80&lt;/P&gt;&lt;P&gt;#mount -o ro HPE_VM_Essentials_SW_image_8.0.5_1_S5Q83-11009.iso /mnt/iso805&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#cd /mnt/iso805&lt;BR /&gt;# ll&lt;BR /&gt;total 7894150&lt;BR /&gt;dr-xr-xr-x 2 root root 216 Apr 19 06:20 ./&lt;BR /&gt;drwxr-xr-x 7 root root 4096 May 27 21:25 ../&lt;BR /&gt;-r--r--r-- 1 root root 34439392 Apr 4 22:47 hpe-vm_1.0.5-1_amd64.deb &amp;gt;&amp;gt; This files needs to be installed on all hosts&lt;BR /&gt;-r--r--r-- 1 root root 8049158038 Apr 19 06:11 hpe-vme-8.0.5-1.qcow2.gz &amp;gt;&amp;gt;This QCOW2 will be used to create VME.&lt;BR /&gt;-r--r--r-- 1 root root 2169 Apr 11 06:17 README &amp;lt;&amp;lt;Thsi file has command to install&lt;/P&gt;&lt;P&gt;Install Console (hpe-vm_1.0.5-1_amd64.deb)&lt;BR /&gt;#apt install -y -f ./hpe-vm_1.0.5-1_amd64.deb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8.Once Console installed, they can use hpe-vm command to create the VME Manager (This is the VME whihc will manage cluster)&lt;BR /&gt;#hpe-vm&lt;/P&gt;&lt;P&gt;9.After VME created, installation will give them link to use (Which was mentioned in Step8)&lt;/P&gt;&lt;P&gt;10.VME Manager GUI will be ready,they will need to create Group, cloud &amp;amp; cluster (here it will be single node)&lt;/P&gt;&lt;P&gt;11.They need to bring the VME VM as "Managed" so cluster can understand its own VME &amp;amp; if Hypervisor has&lt;BR /&gt;shared storage the VME Manager can be moved to shared storage.&lt;/P&gt;&lt;P&gt;12.from Infra&amp;gt;Provision&amp;gt; you can create VMs using "add".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ranveer&lt;/P&gt;</description>
    <pubDate>Tue, 27 May 2025 16:06:56 GMT</pubDate>
    <dc:creator>Ranveer</dc:creator>
    <dc:date>2025-05-27T16:06:56Z</dc:date>
    <item>
      <title>HPE VMW on a single node, create 4 VMs</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hpe-vmw-on-a-single-node-create-4-vms/m-p/7243732#M292</link>
      <description>&lt;P&gt;So, this customer currently have a single node with internal disk storage running on Windows Server 2022 with Hyper-V and running 4 VMs.&lt;/P&gt;&lt;P&gt;They want to move out of Windows environment and is asking if they can install HPE VME in a single node with internal storage.&lt;/P&gt;&lt;P&gt;Are there any step-by-step on how to perform this standalone installation of HPE VME?&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 04:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hpe-vmw-on-a-single-node-create-4-vms/m-p/7243732#M292</guid>
      <dc:creator>feigenL</dc:creator>
      <dc:date>2025-05-29T04:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: HPE VMW on a single node, create 4 VMs</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hpe-vmw-on-a-single-node-create-4-vms/m-p/7243733#M293</link>
      <description>&lt;P&gt;Hello Luis Feigenblatt&lt;/P&gt;&lt;P&gt;Our customer may refer below guide once also i have mentioned high level steps.&lt;BR /&gt;&lt;A href="https://community.hpe.com/" target="_blank" rel="noopener"&gt;https://hpevm-docs.morpheusdata.com/en/latest/vme_getting_started/vme_getting_started.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1.Download trail Version of VME&lt;BR /&gt;&lt;A href="https://www.hpe.com/us/en/hpe-vm-essentials/trial.html" target="_blank" rel="noopener"&gt;https://www.hpe.com/us/en/hpe-vm-essentials/trial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2.Install Ubuntu 22.04 on the hypervisor host which you want to install VME (to have vmemanager VM)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Our customer can use sudo -i (to become root &amp;amp; to avoid sudo everytime ) from here onward!&lt;BR /&gt;All commonds need to be run as root.&lt;/P&gt;&lt;P&gt;3.Ensure proper name resolution between the Hypervsor HOST &amp;amp; VME (the first VM you will be creating in next step)&lt;BR /&gt;Easiest will be having /etc/hosts updated with names &amp;amp; IPs.&lt;/P&gt;&lt;P&gt;4.If customer using Proxy, they need to ensure below entries in /etc/environment of Hypervisor Host.&lt;/P&gt;&lt;P&gt;/etc/environment should have proxy &amp;amp; no_proxy details details.&lt;/P&gt;&lt;P&gt;http_proxy=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;https_proxy=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;HTTP_PROXY=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;HTTPS_PROXY=&lt;A href="http://PROXY_IP:8080" target="_blank"&gt;http://PROXY_IP:8080&lt;/A&gt;&lt;BR /&gt;no_proxy=localhost,127.0.0.1,Hypervisor_NODE_IP,vmemanager_IP_Address,vmemanager_hostname&lt;BR /&gt;NO_PROXY=localhost,127.0.0.1,Hypervisor_NODE_IP,vmemanager_IP_Address,vmemanager_hostname&lt;/P&gt;&lt;P&gt;5.ntp should be configured &amp;amp; working.&lt;BR /&gt;Below are steps:&lt;BR /&gt;Edit file /etc/systemd/timesyncd.conf &amp;amp; add below ntp server IPs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTP=Enter_YOUR_NTP_SERVER_IP&lt;BR /&gt;FallbackNTP=Enter_YOUR_NTP_SERVER_IP_FALLBACK_NTP (Seconday NTP)&lt;/P&gt;&lt;P&gt;5b.Re-start the ntp service&lt;BR /&gt;#systemctl restart systemd-timesynced.service&lt;/P&gt;&lt;P&gt;5c: Use timedatectl command to check ntp service Active.&lt;/P&gt;&lt;P&gt;5c. To check from whihc NTP server my ubuntu host is synced!&lt;/P&gt;&lt;P&gt;#timedatectl timesync-status&lt;/P&gt;&lt;P&gt;6.Update kernel to latest 2204, server reboot will be needed.&lt;BR /&gt;Perform apt-get update to update repo else you amy get errors while upgrade linux kernel.&lt;BR /&gt;#apt-get update&lt;BR /&gt;apt install -y linux-generic-hwe-22.04&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7.Mount the downloaded ISO in step1 &amp;amp; install VM Essesnitals Package Manager (Console), This software&lt;BR /&gt;need installation on all Hypervisr hosts you are planning to bring under VME Cluster&lt;/P&gt;&lt;P&gt;#mkdir /mnt/iso80&lt;/P&gt;&lt;P&gt;#mount -o ro HPE_VM_Essentials_SW_image_8.0.5_1_S5Q83-11009.iso /mnt/iso805&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#cd /mnt/iso805&lt;BR /&gt;# ll&lt;BR /&gt;total 7894150&lt;BR /&gt;dr-xr-xr-x 2 root root 216 Apr 19 06:20 ./&lt;BR /&gt;drwxr-xr-x 7 root root 4096 May 27 21:25 ../&lt;BR /&gt;-r--r--r-- 1 root root 34439392 Apr 4 22:47 hpe-vm_1.0.5-1_amd64.deb &amp;gt;&amp;gt; This files needs to be installed on all hosts&lt;BR /&gt;-r--r--r-- 1 root root 8049158038 Apr 19 06:11 hpe-vme-8.0.5-1.qcow2.gz &amp;gt;&amp;gt;This QCOW2 will be used to create VME.&lt;BR /&gt;-r--r--r-- 1 root root 2169 Apr 11 06:17 README &amp;lt;&amp;lt;Thsi file has command to install&lt;/P&gt;&lt;P&gt;Install Console (hpe-vm_1.0.5-1_amd64.deb)&lt;BR /&gt;#apt install -y -f ./hpe-vm_1.0.5-1_amd64.deb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8.Once Console installed, they can use hpe-vm command to create the VME Manager (This is the VME whihc will manage cluster)&lt;BR /&gt;#hpe-vm&lt;/P&gt;&lt;P&gt;9.After VME created, installation will give them link to use (Which was mentioned in Step8)&lt;/P&gt;&lt;P&gt;10.VME Manager GUI will be ready,they will need to create Group, cloud &amp;amp; cluster (here it will be single node)&lt;/P&gt;&lt;P&gt;11.They need to bring the VME VM as "Managed" so cluster can understand its own VME &amp;amp; if Hypervisor has&lt;BR /&gt;shared storage the VME Manager can be moved to shared storage.&lt;/P&gt;&lt;P&gt;12.from Infra&amp;gt;Provision&amp;gt; you can create VMs using "add".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ranveer&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 16:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hpe-vmw-on-a-single-node-create-4-vms/m-p/7243733#M293</guid>
      <dc:creator>Ranveer</dc:creator>
      <dc:date>2025-05-27T16:06:56Z</dc:date>
    </item>
  </channel>
</rss>

