<?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: make_Tape_recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064420#M904321</link>
    <description>Actually, I need to runa a backup using make_tape_recovery, but I don't want update the files makrec.log and makrec.last. I don't want that make_tape_recovery update any log file.</description>
    <pubDate>Fri, 05 Sep 2003 10:55:28 GMT</pubDate>
    <dc:creator>LucianoCarvalho</dc:creator>
    <dc:date>2003-09-05T10:55:28Z</dc:date>
    <item>
      <title>make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064417#M904318</link>
      <description>Hi Guys!&lt;BR /&gt;Does anyone know the sintaxe of make_tape_recovery that I can use, so the backup will not record any log file about the recovery??&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 05 Sep 2003 10:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064417#M904318</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-09-05T10:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064418#M904319</link>
      <description>Luciano,&lt;BR /&gt;&lt;BR /&gt;I'm not sure what you mean by recording any log file, but this is the syntax I use:&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -a /dev/rmt/XXmn -I -v -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are using similar syntax and having problems, could you elaborate?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 10:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064418#M904319</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-05T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064419#M904320</link>
      <description>Hi,&lt;BR /&gt;if you want to "cover your tracks", then  progress and errors are logged to /var/opt/ignite/logs/makrec.log1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Delete the files in this directory and you are clean.&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Fri, 05 Sep 2003 10:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064419#M904320</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-05T10:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064420#M904321</link>
      <description>Actually, I need to runa a backup using make_tape_recovery, but I don't want update the files makrec.log and makrec.last. I don't want that make_tape_recovery update any log file.</description>
      <pubDate>Fri, 05 Sep 2003 10:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064420#M904321</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-09-05T10:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064421#M904322</link>
      <description>Not sure if this answer, but:&lt;BR /&gt;&lt;BR /&gt;- if you do NOT use the option "-C" the makerc.last won't be created and updated.&lt;BR /&gt;&lt;BR /&gt;- If you are really concerned, save those file before the make_tape_recovery run and move back them at the end.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064421#M904322</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-05T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064422#M904323</link>
      <description>Luciano,&lt;BR /&gt;&lt;BR /&gt;There are no options available to avoid updating makrec.log and makrec.last.  I'm afraid you will have to use some sort of manual procedure, or perhaps script your make_tape_recovery command thusly:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cp makrec.log makrec.log.save&lt;BR /&gt;cp makrec.last makrec.last.save&lt;BR /&gt;make_tape_recovery (insert normal options)&lt;BR /&gt;cp makrec.log.save makrec.log&lt;BR /&gt;cp makrec.last.save makrec.last&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064422#M904323</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-05T11:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064423#M904324</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;If you are concerned about the files in the '/var/opt/ignite/logs' directory then it appears that you are running the *old* 'make_recovery'.  If you utilize 'make_tape_recovery' then your session's backup information *including* a gratuitous manifest, is written to the '/var/opt/ignite/recovery/latest' directory.  You could dispose of those contents afterwards, I suppose.  To use 'make_tape_recovery' for vg00 do:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064423#M904324</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-09-05T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064424#M904325</link>
      <description>The reason is not to preserve the files, it's to preserve CPU resources the system will loss updating this files.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064424#M904325</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-09-05T11:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064425#M904326</link>
      <description>Luciano,&lt;BR /&gt;&lt;BR /&gt;Oops, better make that:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cp makrec.log makrec.log.save&lt;BR /&gt;cp makrec.last makrec.last.save&lt;BR /&gt;make_tape_recovery (insert normal options)&lt;BR /&gt;mv makrec.log.save makrec.log&lt;BR /&gt;mv makrec.last.save makrec.last&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064425#M904326</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-05T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064426#M904327</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Oops, too fast.  I meant to add that you could eliminate the '-v' option and reduce the content the '/var/opt/ignite/recovery/latest/recovery.log'.  The largest file written to the '/var/opt/ignite/recovery/latest' directory is the 'flist'.  Eliminating it at the end of the recovery session would regain you the most space.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 05 Sep 2003 11:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064426#M904327</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-09-05T11:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064427#M904328</link>
      <description>Luciano,&lt;BR /&gt;&lt;BR /&gt;I find it extremely hard to believe that there is very much CPU consumed in the update of these files.  Why are you interested in reducing it?  Are you having problems with the backup?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064427#M904328</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-05T11:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064428#M904329</link>
      <description>I'm no major problems. But the backup will be done during the time that the users are using the system, so I want to reduce the backup CPU consume at minimum.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064428#M904329</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-09-05T11:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064429#M904330</link>
      <description>Lucian,&lt;BR /&gt;&lt;BR /&gt;I still don't see that you should be seeing major CPU contention.  I would recommend, however, that you consider running your make_tape_recovery off-hours via a cron or at job and avoid the contention entirely.  Just preload the tape, set up the cron/at job and view the results in the morning.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 11:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064429#M904330</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-05T11:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: make_Tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064430#M904331</link>
      <description>Luciano,&lt;BR /&gt;&lt;BR /&gt;First if your system, is that cpu bound you have other more serious problems that merely copying a file...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_____________________________&lt;BR /&gt;The actual make_tape_recovery backup process takes up much more CPU than merely creating a directory and files... under /var/opt/ignite/recovery/&lt;DATE&gt;/* &lt;BR /&gt;&lt;BR /&gt;Besides... these files are created while the make_tape_recovery are running... so there is no way to do this...&lt;/DATE&gt;</description>
      <pubDate>Mon, 08 Sep 2003 15:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3064430#M904331</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-09-08T15:09:15Z</dc:date>
    </item>
  </channel>
</rss>

