<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571076#M228170</link>
    <description>Raf, better and easier to accomplish yet&lt;BR /&gt;do the following.&lt;BR /&gt;Dump in one of the dirs of your vg00 contents the output of bdf or mount into a file.&lt;BR /&gt;You could also save the output of something like&lt;BR /&gt; &lt;BR /&gt;# ls -laiR | gzip -c &amp;gt; /ls-laiR.gz&lt;BR /&gt; &lt;BR /&gt;With files like these it's only one shell command involved to recreate directories with correct ownerships and permissions.&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Jun 2005 00:57:45 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2005-06-27T00:57:45Z</dc:date>
    <item>
      <title>make_tape_recovery command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571073#M228167</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I would like to backup only vg00 volume group and its contents to make the system recovery tape. Subsequently i want to backup the mount points and filesyste names for other volume groups and not the contents.&lt;BR /&gt;&lt;BR /&gt;I'm using the command "make_tape_recovery -I -a /dev/rmt/0mn -x inc_entire=vg00 -x inc_entire=datavg"&lt;BR /&gt;&lt;BR /&gt;The above command backups the contents as well of the data volume group, and I don't want to backup the contents of the datavg. I only want to backup the mount points name.&lt;BR /&gt;&lt;BR /&gt;Please tell me the right command. We are running os version 10.01 on the legacy system.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt; Cheers,&lt;BR /&gt; Raf</description>
      <pubDate>Mon, 27 Jun 2005 00:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571073#M228167</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2005-06-27T00:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571074#M228168</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;All mount points are normally created with root file system itself &amp;amp; are generally backup. But if you meant by backup up the Volume group information for datavg then I would say that the information regarding this is always saved in the default PATH of the map file i.e. in /etc/lvmconf directory &amp;amp; is backup up alongwith backup as it is in vg00. Moreover if you want your datavg to be created automatically when you recover system from ignite then this is not possible. You need to import VGs on other disks or need to create new on other disks ( If you do not want to preserve old data) after booting from recovery tape.&lt;BR /&gt;&lt;BR /&gt;The intention of this backup is to recover system in minimum time &amp;amp; that will be in case of a vg00 disk failure/corruption. &lt;BR /&gt;&lt;BR /&gt;Post any more queries but be more specific what you want to achive.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 27 Jun 2005 00:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571074#M228168</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-06-27T00:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571075#M228169</link>
      <description>Hi Raf,&lt;BR /&gt; &lt;BR /&gt;I haven't tried this, but this would be what I would attempt.&lt;BR /&gt; &lt;BR /&gt;Use -x include, and -x exclude statements.&lt;BR /&gt; &lt;BR /&gt;Give the -x include=/mount/parent/of/datavg_mounts&lt;BR /&gt;   &lt;BR /&gt;and parse your datavg_mounts like this&lt;BR /&gt;   &lt;BR /&gt;bdf|awk '$1~/datavg/{printf" -x exclude=%s",$NF}'&lt;BR /&gt;  &lt;BR /&gt;But as said, I'm not sure if this will work.</description>
      <pubDate>Mon, 27 Jun 2005 00:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571075#M228169</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-06-27T00:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571076#M228170</link>
      <description>Raf, better and easier to accomplish yet&lt;BR /&gt;do the following.&lt;BR /&gt;Dump in one of the dirs of your vg00 contents the output of bdf or mount into a file.&lt;BR /&gt;You could also save the output of something like&lt;BR /&gt; &lt;BR /&gt;# ls -laiR | gzip -c &amp;gt; /ls-laiR.gz&lt;BR /&gt; &lt;BR /&gt;With files like these it's only one shell command involved to recreate directories with correct ownerships and permissions.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 00:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571076#M228170</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-06-27T00:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571077#M228171</link>
      <description>&lt;BR /&gt; Thanks for your prompt response guys, actually am learning hp along the way and my expertise is in AIX.&lt;BR /&gt;&lt;BR /&gt; Well there must be some option to backup just the mount points of datavg, so when you resotre the vg00 volume group, it will restore the mount points of the datavg.&lt;BR /&gt;&lt;BR /&gt; I guess I would have to investigate a bit more....&lt;BR /&gt;&lt;BR /&gt; We have a good team here...thanks guys</description>
      <pubDate>Mon, 27 Jun 2005 01:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571077#M228171</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2005-06-27T01:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571078#M228172</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Using make-recovery -A, this option causes make-recovery to archive all of the files and directories in vg00. If the /usr file system is in a volume group other than vg00, that volume group will be included in the archive as well&lt;BR /&gt;&lt;BR /&gt;ok&lt;BR /&gt;&lt;BR /&gt;FlÃ¡vio Lac</description>
      <pubDate>Tue, 28 Jun 2005 09:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-command/m-p/3571078#M228172</guid>
      <dc:creator>Flavio Lacks</dc:creator>
      <dc:date>2005-06-28T09:23:49Z</dc:date>
    </item>
  </channel>
</rss>

