<?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: When was Ignite Tape Created in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5673333#M497987</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2012 18:45:40 GMT</pubDate>
    <dc:creator>JDM_Nokia</dc:creator>
    <dc:date>2012-05-29T18:45:40Z</dc:date>
    <item>
      <title>When was Ignite Tape Created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5669739#M497985</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently started a new job and came across an Ignite-UX tape for an HP-UX 11.11 system.&amp;nbsp; Earlier this week I put together a test system and successfully restored from this tape to my test server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to label this tape as an Ignite tape (obviously), but would also like to put a date stamp on it as well.&amp;nbsp; Is there anyway to find out when this Ignite-UX tape was created?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your assistace.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 17:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5669739#M497985</guid>
      <dc:creator>JDM_Nokia</dc:creator>
      <dc:date>2012-05-25T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: When was Ignite Tape Created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5669785#M497986</link>
      <description>&lt;P&gt;The easiest way would be to restore a file that would be written to on a fairly regular basis.&amp;nbsp; Something like /var/adm/syslog/syslog.log perhaps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restore it to a temporary location and you'll see the date / time stamp on the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is a PA-RISC system do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Assuming tape drive is /dev/rmt/0mn -- use whatever is appropriate)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# mt -f /dev/rmt/0mn rew&lt;/P&gt;&lt;P&gt;# mt -f /dev/rmt/0mn fsf 1&lt;/P&gt;&lt;P&gt;# cd /tmp&lt;/P&gt;&lt;P&gt;# tar -xvf var/adm/syslog/syslog.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a Itanium system:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# mt -f /dev/rmt/0mn rew&lt;/P&gt;&lt;P&gt;# mt -f /dev/rmt/0mn fsf 22&lt;/P&gt;&lt;P&gt;# cd /tmp&lt;/P&gt;&lt;P&gt;# tar -xvf var/adm/syslog/syslog.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Note that I ommitted the '/' at the beginning of the path in the tar statements above.&amp;nbsp; You must leave it like that as that is how it is stored on tape).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will create the 'var/adm/syslog' directory structure under the /tmp directory since we are using relative path names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now just look at the file and your date should be close to when the Ignite tape was created.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 18:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5669785#M497986</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-05-25T18:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: When was Ignite Tape Created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5673333#M497987</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 18:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5673333#M497987</guid>
      <dc:creator>JDM_Nokia</dc:creator>
      <dc:date>2012-05-29T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: When was Ignite Tape Created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5679473#M497988</link>
      <description>&lt;P&gt;Even you may try " tar -tvf var/adm/syslog/syslog.log " which will show you the tape drive directory structure without actual extraction. you can say its online tape reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chirag Parikh.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-was-ignite-tape-created/m-p/5679473#M497988</guid>
      <dc:creator>Chirag Parikh</dc:creator>
      <dc:date>2012-06-04T13:48:26Z</dc:date>
    </item>
  </channel>
</rss>

