<?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 Tools - Archives in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/tools-archives/m-p/7254426#M836</link>
    <description>&lt;P&gt;Can [Tools] - [Archive] be used with HPE Morpheus VM Essentials, or is it only available with Enterprise?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 07:01:51 GMT</pubDate>
    <dc:creator>dya</dc:creator>
    <dc:date>2025-08-14T07:01:51Z</dc:date>
    <item>
      <title>Tools - Archives</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/tools-archives/m-p/7254426#M836</link>
      <description>&lt;P&gt;Can [Tools] - [Archive] be used with HPE Morpheus VM Essentials, or is it only available with Enterprise?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 07:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/tools-archives/m-p/7254426#M836</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-08-14T07:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tools - Archives</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/tools-archives/m-p/7254432#M838</link>
      <description>&lt;P&gt;You can use it also in HPE Morphues VM Essentials.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create an archive and use an existing bucket (e.g an NFS or CIFS share).&amp;nbsp; Bucket can be the same as e.g. your Virtual Image Share.&lt;/LI&gt;&lt;LI&gt;You can make this Archive public (no authentication required).&lt;/LI&gt;&lt;LI&gt;Add some files to the Archive&lt;/LI&gt;&lt;LI&gt;Click on the uploaded file.&amp;nbsp; You will see the private and public (if enabled) URL for the file.&lt;UL&gt;&lt;LI&gt;Click on scripts and find some sample code you can use in your own scripts to access/download the files to files to your VM's.&lt;/LI&gt;&lt;LI&gt;You can use those sample scripts in "Library - Automation".&amp;nbsp; E.g. I have a script that automatic installs mprime to run some perf tests.&amp;nbsp; mprime binary is located in the Archive and the script will download the binary and extract (and/or run the binary or whatever you want)&lt;/LI&gt;&lt;LI&gt;Here is a little example (lab-code, not cleaned up :D)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;file_url="&amp;lt;%= archives.link('Apps Archive', 'p95v3019b20.linux64.tar.gz', 1200) %&amp;gt;"
wget $file_url -O "./p95v3019b20.linux64.tar.gz" --no-check-certificate
mkdir /tmp/mprime
mv p95v3019b20.linux64.tar.gz /tmp/mprime
cd /tmp/mprime
tar -zxvf p95v3019b20.linux64.tar.gz​&lt;/LI-CODE&gt;&lt;P&gt;Once you have an automation, you can use this automation during deployment of a new VM.&amp;nbsp; In this example, prime will be automatically installed in the VM after deployment.&lt;/P&gt;&lt;P&gt;You can also run the automation on already provisioned VM's via Actions - Run Task in the Instance.&lt;BR /&gt;Or you can run the automation on multiple VM's at once via the Execute button in the Automation/Task itself.&lt;BR /&gt;&lt;BR /&gt;Since this is all about automation, you can also checkout morpheus-cli to further script the execution of an automation to multiple VM's.&lt;BR /&gt;&lt;BR /&gt;Official documentation on&amp;nbsp;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=sd00006560en_us&amp;amp;page=GUID-3AC9CEB6-F60C-46FA-83E1-769F4A989C10.html" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=sd00006560en_us&amp;amp;page=GUID-3AC9CEB6-F60C-46FA-83E1-769F4A989C10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 08:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/tools-archives/m-p/7254432#M838</guid>
      <dc:creator>Arnout_Verbeken</dc:creator>
      <dc:date>2025-08-14T08:35:31Z</dc:date>
    </item>
  </channel>
</rss>

