<?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: VME Trial doesn't include everything? in HPE Morpheus VM Essentials</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262969#M1889</link>
    <description>&lt;P&gt;Cloud-init is the way to go.&lt;/P&gt;&lt;P&gt;See this post:&amp;nbsp;&lt;A href="https://community.hpe.com/t5/hpe-morpheus-vm-essentials/how-to-define-cloud-init-metadata-to-provision-specific-static/m-p/7262965/highlight/true#M1885" target="_blank"&gt;https://community.hpe.com/t5/hpe-morpheus-vm-essentials/how-to-define-cloud-init-metadata-to-provision-specific-static/m-p/7262965/highlight/true#M1885&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is not what you are looking for, let us know.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2026 22:52:02 GMT</pubDate>
    <dc:creator>Arnout_Verbeken</dc:creator>
    <dc:date>2026-03-13T22:52:02Z</dc:date>
    <item>
      <title>VME Trial doesn't include everything?</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262622#M1863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;New to VME, been using VMware since 1999, hoping/expecting to deploy VME at my org soon.. I have zero experience with any hypervisor other than VMware. I have ~30 years of Linux experience though.&lt;/P&gt;&lt;P&gt;The way I currently provision VMs is I use a tool called "govc" in VMware and populate custom metadata in the VM, so when it is built, scripts kick off and read that metadata to know what settings to set whether it is networking info, hostname, and custom file system configurations.&lt;/P&gt;&lt;P&gt;For example, when building a VM with a custom ZFS configuration the VM queries some options and the script interpets the results on the details around the config:&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;# vmtoolsd --cmd "info-get guestinfo.sd.zfs.install"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# vmtoolsd --cmd "info-get guestinfo.sd.zfs.zpool.size"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# vmtoolsd --cmd "info-get guestinfo.sd.zfs.zpool.options"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;-o autotrim=on&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# vmtoolsd --cmd "info-get guestinfo.sd.zfs.fs.names"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;myzfsname&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# vmtoolsd --cmd "info-get guestinfo.sd.zfs.zpool.name"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;HOSTNAME&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;I am sure there is a way to store custom metadata in KVM(not sure how yet), though not sure how to retrieve it from the guest..&lt;/P&gt;&lt;P&gt;VME seems to want to use cloud-init for Ubuntu. While I use Ubuntu, I've never used cloud-init, unsure if it can do what I need it to do (main thing is storing config values for the VMs to retrieve as well as set static network configs). My current processes I build a very basic template, with just a few minor changes to enable /etc/rc.local, then when the new VM powers up all it does is download a script and execute it. Then I can make whatever changes I need to the script without having to touch the template again. Eventually towards the end of provisioning Chef/Cinc kicks off to configure the system in the role that is defined for it(also set in VM metadata).&lt;/P&gt;&lt;P&gt;But anyway, the main point of this post is that I tried what I think I may need to do using the morpheus CLI to set a custom metadata setting in an instance but got an error back saying my license doesn't cover that feature&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;$ morpheus instances setenv ubuntu24-vmetemplate-v1 MyIP 10.30.16.121 -r tmpvmemanage-01&lt;BR /&gt;Error Communicating with the remote appliance. 403 Forbidden&lt;BR /&gt;Feature Not Included for the Applied License&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;I am using a blank/trial license, is there another more feature complete trial license?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 14:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262622#M1863</guid>
      <dc:creator>nate8942</dc:creator>
      <dc:date>2026-03-10T14:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: VME Trial doesn't include everything?</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262969#M1889</link>
      <description>&lt;P&gt;Cloud-init is the way to go.&lt;/P&gt;&lt;P&gt;See this post:&amp;nbsp;&lt;A href="https://community.hpe.com/t5/hpe-morpheus-vm-essentials/how-to-define-cloud-init-metadata-to-provision-specific-static/m-p/7262965/highlight/true#M1885" target="_blank"&gt;https://community.hpe.com/t5/hpe-morpheus-vm-essentials/how-to-define-cloud-init-metadata-to-provision-specific-static/m-p/7262965/highlight/true#M1885&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is not what you are looking for, let us know.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 22:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262969#M1889</guid>
      <dc:creator>Arnout_Verbeken</dc:creator>
      <dc:date>2026-03-13T22:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: VME Trial doesn't include everything?</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262980#M1894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This does not look like a bug. The error is clear:&lt;/P&gt;&lt;P&gt;403 Forbidden – Feature Not Included for the Applied License&lt;/P&gt;&lt;P&gt;In practice, this means the `instances setenv` command is blocked by the license currently applied to the appliance. So the issue is not the CLI syntax and not a provisioning failure.&lt;/P&gt;&lt;P&gt;For guest customization, the documented path in VM Essentials is to use Cloud-Init for Linux, and Cloudbase-Init where applicable.&lt;/P&gt;&lt;P&gt;So, in simple terms:&lt;BR /&gt;- yes, the trial is limited&lt;BR /&gt;- this feature is not included in the license you are using&lt;BR /&gt;- I did not find documentation showing a public trial with every feature enabled&lt;/P&gt;&lt;P&gt;If your goal is guest customization, the best path is to test cloud-init / cloudbase-init first.&lt;/P&gt;&lt;P&gt;If you specifically need `setenv` or custom metadata features, then HPE or your partner needs to confirm which license includes that.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 12:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262980#M1894</guid>
      <dc:creator>lsantiagos01</dc:creator>
      <dc:date>2026-03-14T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: VME Trial doesn't include everything?</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262982#M1895</link>
      <description>&lt;P&gt;To be clear: the VM Essentials trial is NOT limited in features for VM Essentials.&amp;nbsp; Everything you can do with a licensed VM Essentials is possible with the trial.&lt;BR /&gt;&lt;BR /&gt;VM Essentials as such is "limited" in comparison with the full-featured Morpheus Enterprise.&amp;nbsp; The error you see means that VM Essentials is not licensed to use that specific API call.&amp;nbsp; Those calls are only supported in the Morpheus Enterprise.&lt;BR /&gt;There is only a limited set of API calls supported in VM Essentials.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 13:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7262982#M1895</guid>
      <dc:creator>Arnout_Verbeken</dc:creator>
      <dc:date>2026-03-14T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: VME Trial doesn't include everything?</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7263082#M1906</link>
      <description>&lt;P&gt;thanks for the replies!&lt;/P&gt;&lt;P&gt;I have indeed given up on this path and gone cloud-init instead, that doesn't work quite the way I hoped it would but I managed to get it working enough for my needs.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 15:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/vme-trial-doesn-t-include-everything/m-p/7263082#M1906</guid>
      <dc:creator>nate8942</dc:creator>
      <dc:date>2026-03-16T15:31:46Z</dc:date>
    </item>
  </channel>
</rss>

