<?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 Ignite in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463758#M15080</link>
    <description>I am using Ignite (11 to 11) to create a bootable tape. The software is on an HP9000 N class machine running version HPUX11.This server is actually a backup server and connects to a 9740 silo with 10 9840 tape drives and 1 DLT7000. There is a locally attached dat tape (DD3). After running the make_recovery it appears to have runn successfully, but now I am questioning whether it went to the local DAT tape or to one of my 9840's. I cannot find a setting to point it to the local DAT. In the silo one of my backup tapes when loaded by Legato (my backup software), it claims the tape is a tapeexercise tape.</description>
    <pubDate>Fri, 10 Nov 2000 01:40:42 GMT</pubDate>
    <dc:creator>James Rohrich</dc:creator>
    <dc:date>2000-11-10T01:40:42Z</dc:date>
    <item>
      <title>Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463758#M15080</link>
      <description>I am using Ignite (11 to 11) to create a bootable tape. The software is on an HP9000 N class machine running version HPUX11.This server is actually a backup server and connects to a 9740 silo with 10 9840 tape drives and 1 DLT7000. There is a locally attached dat tape (DD3). After running the make_recovery it appears to have runn successfully, but now I am questioning whether it went to the local DAT tape or to one of my 9840's. I cannot find a setting to point it to the local DAT. In the silo one of my backup tapes when loaded by Legato (my backup software), it claims the tape is a tapeexercise tape.</description>
      <pubDate>Fri, 10 Nov 2000 01:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463758#M15080</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-11-10T01:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463759#M15081</link>
      <description>When I tried to create the tape, I had only run make_recovery without any options. I thought this would have directed it to the local dat tape. With no options does it just select any tape. Also is there a command to check to see what is on the tape.</description>
      <pubDate>Fri, 10 Nov 2000 02:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463759#M15081</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-11-10T02:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463760#M15082</link>
      <description>Are you using make_recovery? If so you can use the -d option to specify the destination of the local DAT tape device file. A no-rewind device file is required. I think the default is /dev/rmt/0mn.&lt;BR /&gt;&lt;BR /&gt;For example:-&lt;BR /&gt;&lt;BR /&gt;make_recovery -Avi -d /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2000 02:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463760#M15082</guid>
      <dc:creator>David Manson</dc:creator>
      <dc:date>2000-11-10T02:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463761#M15083</link>
      <description>James:&lt;BR /&gt;&lt;BR /&gt;You can verify an Ignite make_recovery tape by doing the following:&lt;BR /&gt;&lt;BR /&gt;# mt -t /dev/rmt/0mn rew &lt;BR /&gt;# mt -t /dev/rmt/0mn fsf 1 &lt;BR /&gt;# tar -tf /dev/rmt/0m | awk '{print $1}' &amp;gt; /tmp/tarcontents &lt;BR /&gt;# diff /tmp/diff /var/opt/ignite/logs/makrec.log2 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;The tar to extract the contents of the tape should NOT be (v)erbose. The 'awk' is necessary to eliminate the symbolic link information (where applicable) from the /tmp/diff. With these changes you can get a quick OK/NOT_OK comparison of the files actually on the tape to that which make_recovery logged. &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Nov 2000 03:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463761#M15083</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-10T03:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463762#M15084</link>
      <description>James:&lt;BR /&gt;&lt;BR /&gt;(Corrected typographical error)&lt;BR /&gt;&lt;BR /&gt;You can verify an Ignite make_recovery tape by doing the following:&lt;BR /&gt;&lt;BR /&gt;# mt -t /dev/rmt/0mn rew &lt;BR /&gt;# mt -t /dev/rmt/0mn fsf 1 &lt;BR /&gt;# tar -tf /dev/rmt/0m | awk '{print $1}' &amp;gt; /tmp/diff &lt;BR /&gt;# diff /tmp/diff /var/opt/ignite/logs/makrec.log2 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;The tar to extract the contents of the tape should NOT be (v)erbose. The 'awk' is necessary to eliminate the symbolic link information (where applicable) from the /tmp/diff. With these changes you can get a quick OK/NOT_OK comparison of the files actually on the tape to that which make_recovery logged. &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Nov 2000 03:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463762#M15084</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-10T03:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463763#M15085</link>
      <description>David and James your information is extremely helpful. One last question is how can I determine where the data was written? I believe it went to a 9840 tape by accident, but I need t verify it. I thought that the tape used would have been in the log1 or 2 which are the two log files that ignite generates, but it is not there.</description>
      <pubDate>Fri, 10 Nov 2000 18:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite/m-p/2463763#M15085</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-11-10T18:12:15Z</dc:date>
    </item>
  </channel>
</rss>

