<?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: IGNITE Backup problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277046#M885705</link>
    <description>Jim, you are correct.  You are including the entire VG00.  Actually you are being redundent in your command.  You specify both '-A' and '-x inc_entire=vg00'.  I would omit the -A and just use the command line:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -vI -a /dev/rmt/0m -x inc_entire=vg00</description>
    <pubDate>Sun, 16 May 2004 20:12:25 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-05-16T20:12:25Z</dc:date>
    <item>
      <title>IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277040#M885699</link>
      <description>Good morning all, I am attempting to create an IGNITE backup and I am getting the following errors. &lt;BR /&gt;&lt;BR /&gt;The command invoked is the following;&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -AvI -a /dev/rmt/0m -x inc_entire=vg00       &lt;BR /&gt;&lt;BR /&gt;The errors can be seen in the attached log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would appreciate some guidance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 May 2004 17:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277040#M885699</guid>
      <dc:creator>Jim Morakeas</dc:creator>
      <dc:date>2004-05-14T17:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277041#M885700</link>
      <description>seems like you have a bad disk in your vg00 which is not a good thing when and if time comes to restore from this image as the data from this bad disk drive is going to be missing. &lt;BR /&gt;if you are not using this drive anymore, you need to reduce vg00 and drop out the /dev/dsk/c0t5d0 from vg00 or get it fixed before proceeding with make_recovery command</description>
      <pubDate>Fri, 14 May 2004 17:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277041#M885700</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-05-14T17:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277042#M885701</link>
      <description>looks like you have a broken disk in your system ?&lt;BR /&gt; &lt;BR /&gt; do an ioscan and find out the status of the disk /dev/dsk/c0t5d0 if the status CLAIMED and DEVICE then try this &lt;BR /&gt; &lt;BR /&gt; # dd if=/dev/rdsk/c0t5d0 of=/dev/null bs-1024k&lt;BR /&gt; &lt;BR /&gt;"save_config: error - unknown disk type for , not SCSI or HPFL&lt;BR /&gt;save_config: error - cannot determine root disk"&lt;BR /&gt;&lt;BR /&gt;  The above error messages dont sound like a good news.</description>
      <pubDate>Fri, 14 May 2004 17:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277042#M885701</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-05-14T17:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277043#M885702</link>
      <description>Ignite will never take a backup if your vg00 disks are not clean. This means that reports from vgdisplay and lvlnboot do not havge errors. There is no way around this nor do you want to ignore the problems. You likely have a failed disk and the mirror seems to be working OK. Replacing the bad disk can be quite tricky depending on the exact failure. Be sure to read the docs about replacing a vg00 disk. Mirroring works well (as you're seeing) but swapping a bad disk can end up with a ghost disk and other difficulties.</description>
      <pubDate>Fri, 14 May 2004 20:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277043#M885702</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-05-14T20:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277044#M885703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you send /etc/lvmtab output. Just cross check that disk /dev/dsk/c0t5d0 belongs to vg00 group.&lt;BR /&gt;Execute following command to verify physical disk present or not&lt;BR /&gt;# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=2k&lt;BR /&gt;you should get some record in and out&lt;BR /&gt;#diskinfo -v /dev/rdsk/c0t5d0 and check ioscan -fnC disk output for CLAIMED.&lt;BR /&gt;&lt;BR /&gt;You may copy /etc/lvmtab to /etc/lvmtab.old and execute #vgscan -a to create new lvmtab files and then veify disk at c0t5d0.&lt;BR /&gt;&lt;BR /&gt;Once you are sure that disk is being recognized and accessible , Then start taking taking ignite.&lt;BR /&gt;&lt;BR /&gt;Meanwhile, I have notice, you are excluding entire vg00 .. WHY??&lt;BR /&gt;&lt;BR /&gt;Cheers ..&lt;BR /&gt;&lt;BR /&gt;NAVID&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 May 2004 00:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277044#M885703</guid>
      <dc:creator>Navid Hussain_1</dc:creator>
      <dc:date>2004-05-16T00:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277045#M885704</link>
      <description>Thanks Navid, I was of the understanding that "inc_entire=vg00" was actually including not excluding&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -AvI -a /dev/rmt/0m -x inc_entire=vg00.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 May 2004 19:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277045#M885704</guid>
      <dc:creator>Jim Morakeas</dc:creator>
      <dc:date>2004-05-16T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277046#M885705</link>
      <description>Jim, you are correct.  You are including the entire VG00.  Actually you are being redundent in your command.  You specify both '-A' and '-x inc_entire=vg00'.  I would omit the -A and just use the command line:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -vI -a /dev/rmt/0m -x inc_entire=vg00</description>
      <pubDate>Sun, 16 May 2004 20:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277046#M885705</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-05-16T20:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277047#M885706</link>
      <description>Have you tried an fsck of vg00?  fsck is used to check and repair (if repair option is used) one or more file systems.  Give this a try, then use the suggested IGNITE command Patrick lists.</description>
      <pubDate>Sun, 16 May 2004 21:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277047#M885706</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2004-05-16T21:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277048#M885707</link>
      <description>I attempted to run an IGNITE backup on another host and received the  following error&lt;BR /&gt;&lt;BR /&gt;ERROR:   This is not a no rewind device file.                                   &lt;BR /&gt;ERROR:   Check tape device failed.                                              &lt;BR /&gt;       * Creating local directories for configuration files and archive.        &lt;BR /&gt;               &lt;BR /&gt;&lt;BR /&gt;The command I used was the following;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -vI -a /dev/rmt/1m -x inc_entire=vg00&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 17:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277048#M885707</guid>
      <dc:creator>Jim Morakeas</dc:creator>
      <dc:date>2004-05-17T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backup problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277049#M885708</link>
      <description>You must specify a no-rewind tape device.  In your command you used /dev/rmt/1m  You should ALWAYS use the mn device file, so in your command it should be '-a /dev/rmt/1mn'.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 18:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-problems/m-p/3277049#M885708</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-05-17T18:10:04Z</dc:date>
    </item>
  </channel>
</rss>

