<?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 fails with auto_master in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535888#M222297</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have recommend this command if you want to backup all of vg00:&lt;BR /&gt;make_tape_recovery -v -A -I -x inc_entire=vg00 -a /backup_device&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong</description>
    <pubDate>Tue, 03 May 2005 23:03:02 GMT</pubDate>
    <dc:creator>Hoang Chi Cong_1</dc:creator>
    <dc:date>2005-05-03T23:03:02Z</dc:date>
    <item>
      <title>Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535882#M222291</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have a hpux 11v2 system where the following command fails :&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;The error is :&lt;BR /&gt;&lt;BR /&gt;Warning: Cannot parse mount information for /ds2&lt;BR /&gt;Warning: Cannot parse mount information for /ds1&lt;BR /&gt;&lt;BR /&gt;I'm not responsible for this configuration, and I can't change it. I only want to do a full backup of vg00.&lt;BR /&gt;&lt;BR /&gt;The config is the following:&lt;BR /&gt;&lt;BR /&gt;On /etc/fstab we have:&lt;BR /&gt;&lt;BR /&gt;/dev/vg##/lvol$$$ on /ds1&lt;BR /&gt;/dev/vg##/lvol&amp;amp;&amp;amp;&amp;amp; on /ds2&lt;BR /&gt;&lt;BR /&gt;And on /etc/auto_master we have:&lt;BR /&gt;&lt;BR /&gt;/ds1 on /folder/ds1&lt;BR /&gt;/ds2 on /folder/ds2&lt;BR /&gt;&lt;BR /&gt;With bdf I can see all mount points correctly.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea why is ignite failing, and how to solve it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ricardo Rocha&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2005 11:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535882#M222291</guid>
      <dc:creator>Ricardo Rocha</dc:creator>
      <dc:date>2005-05-02T11:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535883#M222292</link>
      <description>The problem seems to be that there are nfs mount points as part of vg00. This configuration may have to change to get a usable make_tape_recovery image of the system.&lt;BR /&gt;&lt;BR /&gt;Ignite will not complete if a single physical volume in /etc/lvmtab is offline nor NO_HW.&lt;BR /&gt;&lt;BR /&gt;Its entire existance is devoted to making sure the finished product is usable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I've made assumptions in this post and please correct them if they are wrong.&lt;BR /&gt;&lt;BR /&gt;There may be additional information in the log of the Ignite image.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 02 May 2005 11:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535883#M222292</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-02T11:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535884#M222293</link>
      <description>Thanks Steven&lt;BR /&gt;&lt;BR /&gt;All devices on /etc/lvmtab are online and working. The weird thing on this config is that one lvol mounts on /ds1 and this /ds1 mounts on /folder/ds1.&lt;BR /&gt;bdf shows both /ds1 and /folder/ds1.&lt;BR /&gt;/folder/ds1 is not configured on /etc/fstab and I guess this is where the problem is.&lt;BR /&gt;Probably there is no way aroung this issue...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 02 May 2005 11:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535884#M222293</guid>
      <dc:creator>Ricardo Rocha</dc:creator>
      <dc:date>2005-05-02T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535885#M222294</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The syntax of your /etc/fstab is not corrret. It is important for the system to check it when  make_tape_recovery is executed. It is important bacause system tries to check that all the file systems in your vg00 are mounted or not. Just put these entries in right syntax and there should not be any problems.&lt;BR /&gt;&lt;BR /&gt;Correct syntax1 of /etc/fstab is :-&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 02 May 2005 11:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535885#M222294</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-05-02T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535886#M222295</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;fstab is ok. If it wasn't, it wouldn't mount at boot time. :)</description>
      <pubDate>Mon, 02 May 2005 11:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535886#M222295</guid>
      <dc:creator>Ricardo Rocha</dc:creator>
      <dc:date>2005-05-02T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535887#M222296</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are your NFS mounts not available when you are taking ignite backup? /folder/ds1 will not be listed in /etc/fstab because it is a NFS mount and is listed in /etc/auto.master. What type of NFS it is ? AUTONFS /NFS. But I do not understand the requirement of mounting a file system of a host onto itself as a NFS file system.&lt;BR /&gt;&lt;BR /&gt;Your /etc/fstab and /etc/auto.direct files complete data would help in diagnosing it a bit more.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 02 May 2005 11:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535887#M222296</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-05-02T11:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make_tape recovery fails with auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535888#M222297</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have recommend this command if you want to backup all of vg00:&lt;BR /&gt;make_tape_recovery -v -A -I -x inc_entire=vg00 -a /backup_device&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong</description>
      <pubDate>Tue, 03 May 2005 23:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-fails-with-auto-master/m-p/3535888#M222297</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-05-03T23:03:02Z</dc:date>
    </item>
  </channel>
</rss>

