<?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 importing images in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790016#M56070</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running ICE 6.3 and this was a complete re-install from an older version.  I did save the images however.  Is there a way I can import these older images into my new install of ICE?&lt;BR /&gt;&lt;BR /&gt;Thanks! John</description>
    <pubDate>Thu, 19 May 2011 18:31:07 GMT</pubDate>
    <dc:creator>John F. Garcia</dc:creator>
    <dc:date>2011-05-19T18:31:07Z</dc:date>
    <item>
      <title>importing images</title>
      <link>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790016#M56070</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running ICE 6.3 and this was a complete re-install from an older version.  I did save the images however.  Is there a way I can import these older images into my new install of ICE?&lt;BR /&gt;&lt;BR /&gt;Thanks! John</description>
      <pubDate>Thu, 19 May 2011 18:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790016#M56070</guid>
      <dc:creator>John F. Garcia</dc:creator>
      <dc:date>2011-05-19T18:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: importing images</title>
      <link>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790017#M56071</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;In addition to the ".tar.gz" file containing the image, did you save the ".xml" file from the "/opt/repository/.icle" directory?  The ".xml" file contains information about the captured image that's needed for deploying the image.&lt;BR /&gt;&lt;BR /&gt;Rigoberto</description>
      <pubDate>Fri, 20 May 2011 08:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790017#M56071</guid>
      <dc:creator>Rigoberto Corujo</dc:creator>
      <dc:date>2011-05-20T08:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: importing images</title>
      <link>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790018#M56072</link>
      <description>Rigoberto, I saved all of /opt/repository...so I do have the .xml file.  What do I do at this point?</description>
      <pubDate>Fri, 20 May 2011 18:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790018#M56072</guid>
      <dc:creator>John F. Garcia</dc:creator>
      <dc:date>2011-05-20T18:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: importing images</title>
      <link>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790019#M56073</link>
      <description>&lt;BR /&gt;Note: This procedure involves making changes to files under the "/opt/repository/.icle" directory, which is not recommended.&lt;BR /&gt;&lt;BR /&gt;References to the image appear in the filesystem as the image name combined with a unique lengthy suffix, which will be referred to as &lt;MY-EXTENDED-IMAGE-NAME&gt; in these instructions.   For example, if your image name is "rhel61-myserver-x64", the image will appear in the filesystem as "rhel61-myserver-x64-17a445ba16-3-c-201105191409".&lt;BR /&gt;&lt;BR /&gt;Instructions:&lt;BR /&gt;&lt;BR /&gt;1. Copy your image from the old repository to the new.&lt;BR /&gt;&lt;BR /&gt;# cp -a &lt;OLD-REPOSITORY-ROOT&gt;/image/&lt;MY-EXTENDED-IMAGE-NAME&gt; /opt/repository/image&lt;BR /&gt;&lt;BR /&gt;2. Copy the XML file containing your image information from the old repository to the new.&lt;BR /&gt;&lt;BR /&gt;# cp &lt;OLD-REPOSITORY-ROOT&gt;/.icle/&lt;MY-EXTENDED-IMAGE-NAME&gt;.xml /opt/repository/.icle/&lt;BR /&gt;&lt;BR /&gt;3. Edit "/opt/repository/.icle/&lt;MY-EXTENDED-IMAGE-NAME&gt;.xml" and locate the "RepositoryId" field.  Its value should be a long hex string that looks something like "fdcd5be6-9eca-4d95-86fc-e1c28c916240".&lt;BR /&gt;&lt;BR /&gt;4. Verify that this repository ID is not used in any other file in that directory&lt;BR /&gt;&lt;BR /&gt;# grep &lt;UNIQUE-ID&gt; *&lt;BR /&gt;&lt;BR /&gt;Ex: grep fdcd5be6-9eca-4d95-86fc-e1c28c916240 *&lt;BR /&gt;&lt;BR /&gt;If some other file is already using this UID, then you will need to make up a new one and modify the RepositoryId field in the XML reference file with the new UID.&lt;BR /&gt;&lt;/UNIQUE-ID&gt;&lt;/MY-EXTENDED-IMAGE-NAME&gt;&lt;/MY-EXTENDED-IMAGE-NAME&gt;&lt;/OLD-REPOSITORY-ROOT&gt;&lt;/MY-EXTENDED-IMAGE-NAME&gt;&lt;/OLD-REPOSITORY-ROOT&gt;&lt;/MY-EXTENDED-IMAGE-NAME&gt;</description>
      <pubDate>Mon, 23 May 2011 15:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790019#M56073</guid>
      <dc:creator>Rigoberto Corujo</dc:creator>
      <dc:date>2011-05-23T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: importing images</title>
      <link>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790020#M56074</link>
      <description>Rigoberto,&lt;BR /&gt;&lt;BR /&gt;I've also noticed that there are no options in the GUI that I could find to delete unwanted images.  I guess to do this, you could just delete the files that you have specified in the image transfer procedure?&lt;BR /&gt;&lt;BR /&gt;Thanks, John</description>
      <pubDate>Thu, 26 May 2011 19:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/importing-images/m-p/4790020#M56074</guid>
      <dc:creator>John F. Garcia</dc:creator>
      <dc:date>2011-05-26T19:18:41Z</dc:date>
    </item>
  </channel>
</rss>

