<?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 View files within Ignite Image in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600316#M499714</link>
    <description>Is there a way to view files and directories within an ignite image?  The closest thing that comes to mind that I want to accomplish is what Ghost Explorer allows for Windows images.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon</description>
    <pubDate>Fri, 12 Mar 2010 20:37:26 GMT</pubDate>
    <dc:creator>Keao</dc:creator>
    <dc:date>2010-03-12T20:37:26Z</dc:date>
    <item>
      <title>View files within Ignite Image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600316#M499714</link>
      <description>Is there a way to view files and directories within an ignite image?  The closest thing that comes to mind that I want to accomplish is what Ghost Explorer allows for Windows images.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon</description>
      <pubDate>Fri, 12 Mar 2010 20:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600316#M499714</guid>
      <dc:creator>Keao</dc:creator>
      <dc:date>2010-03-12T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: View files within Ignite Image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600317#M499715</link>
      <description>&lt;!--!*#--&gt;Is this an Ignite image on disk or on tape?&lt;BR /&gt;&lt;BR /&gt;If on tape:&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/?mn rew&lt;BR /&gt;# mt -f /dev/rmt/?mn fsf 1&lt;BR /&gt;# tar -tvf /dev/rmt/?mn&lt;BR /&gt;&lt;BR /&gt;If a disk image:&lt;BR /&gt;&lt;BR /&gt;# gzcat &lt;DISKIMAGENAME&gt; | tar -tvf -&lt;/DISKIMAGENAME&gt;</description>
      <pubDate>Fri, 12 Mar 2010 20:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600317#M499715</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-03-12T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: View files within Ignite Image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600318#M499716</link>
      <description>Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Is this just to view the list of files?  I'm looking for something that will let me extract, take a copy of, or view a particular file from the archive.</description>
      <pubDate>Fri, 12 Mar 2010 21:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600318#M499716</guid>
      <dc:creator>Keao</dc:creator>
      <dc:date>2010-03-12T21:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: View files within Ignite Image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600319#M499717</link>
      <description>The 'tar -t' command will show you the files in the archive.  Substitute 'tar -x' to extract.&lt;BR /&gt;&lt;BR /&gt;For example, to extract /etc/hosts:&lt;BR /&gt;&lt;BR /&gt;If on tape:&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/?mn rew&lt;BR /&gt;# mt -f /dev/rmt/?mn fsf 1&lt;BR /&gt;# tar -xvf /dev/rmt/?mn etc/hosts&lt;BR /&gt;&lt;BR /&gt;If a disk image:&lt;BR /&gt;&lt;BR /&gt;# gzcat &lt;DISKIMAGENAME&gt; | tar -xvf - etc/hosts&lt;BR /&gt;&lt;BR /&gt;Notes:&lt;BR /&gt;&lt;BR /&gt;1) All files are stored in Ignite backups with a path relative to '/' and because of that do NOT have a leading '/', hence etc/hosts in the tar command.&lt;BR /&gt;&lt;BR /&gt;2) This will extract the file relative to your current directory because of # 1.&lt;/DISKIMAGENAME&gt;</description>
      <pubDate>Fri, 12 Mar 2010 21:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600319#M499717</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-03-12T21:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: View files within Ignite Image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600320#M499718</link>
      <description>Hey Patrick - thanks for providing that answer, using gzcat with a disk image - that is exactly what I needed to find out today!</description>
      <pubDate>Fri, 09 Apr 2010 20:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600320#M499718</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2010-04-09T20:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: View files within Ignite Image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600321#M499719</link>
      <description>Hi Jon, &lt;BR /&gt;&lt;BR /&gt;If you got the exact answer, you can assign 10 points to him .. thats how you can encourage your forum mates !! &lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Sat, 10 Apr 2010 05:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-files-within-ignite-image/m-p/4600321#M499719</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-04-10T05:07:10Z</dc:date>
    </item>
  </channel>
</rss>

