<?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 failure !!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216945#M501726</link>
    <description>You were probably allowing the make_tape_recovery command to default to /dev/rmt/0mn.  You will need to change the make_tape_recovery command in your script to specify "-a /dev/rmt/2mn".  &lt;BR /&gt;&lt;BR /&gt;You could also change the device name from 2mn to 0mn just in case you have any other scripts that are going to break:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First, let me echo Bill Hassell in saying you can simply rename the existing dev&lt;BR /&gt;ice file.  There is no significance other than historical to the device names as&lt;BR /&gt; we know them.&lt;BR /&gt;&lt;BR /&gt;Second, if you're still nervous about it, you can use a link - linking the undes&lt;BR /&gt;ired name to the preferred name.&lt;BR /&gt;&lt;BR /&gt;Third, if you really want to re-create the device names properly, here is a guid&lt;BR /&gt;e:&lt;BR /&gt;&lt;BR /&gt;1.  Use "ioscan" to find out what the current device files look like and what th&lt;BR /&gt;e instance number is:&lt;BR /&gt;ioscan -kfnCtape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Use "mksf" to create each of the four types of device files:&lt;BR /&gt;&lt;BR /&gt;/sbin/mksf -d stape -I 12 -a -b BEST rmt/12m&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -b BEST rmt/12mb&lt;BR /&gt;/sbin/mksf -d stape -I 12 -a -n -b BEST rmt/12mn&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -n -b BEST rmt/12mnb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Use "ll" to compare your newly created device files with those created by the&lt;BR /&gt; system. Major and minor numbers should match between corresponding entries (205&lt;BR /&gt; 0x061000 for both 12m and the equivalent c6t1d0BEST):&lt;BR /&gt;&lt;BR /&gt;ll /dev/rmt |more&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw 1 bin bin 205 0x061000 Mar 17 08:40 12m&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;crw-rw-rw 1 bin bin 205 0x061000 Mar 17 08:40 c6t1d0BEST&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4. repeat the ioscan to double check that your new device files are associated w&lt;BR /&gt;ith the correct tape drive:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnCtape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was using 12m in the example but you can use anything you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 04 Jan 2010 12:30:01 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2010-01-04T12:30:01Z</dc:date>
    <item>
      <title>Ignite backup failure !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216943#M501724</link>
      <description>We have standard script maintained for taking ignite backup. The same is failing after we replaced a tape drive which was 0mn. The same is now 2 mn.&lt;BR /&gt;&lt;BR /&gt;(hqj) [SU] # ioscan -funC tape&lt;BR /&gt;Class     I  H/W Path      Driver      S/W State H/W Type  Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;tape      2  8/16/5.3.0    stape       CLAIMED   DEVICE    HP      C1533A&lt;BR /&gt;                          /dev/rmt/2m            /dev/rmt/2mnb          /dev/rmt/c3t3d0BESTn   /dev/rmt/c3t3d0DDSb&lt;BR /&gt;                          /dev/rmt/2mb           /dev/rmt/c3t3d0BEST    /dev/rmt/c3t3d0BESTnb  /dev/rmt/c3t3d0DDSn&lt;BR /&gt;                          /dev/rmt/2mn           /dev/rmt/c3t3d0BESTb   /dev/rmt/c3t3d0DDS     /dev/rmt/c3t3d0DDSnb&lt;BR /&gt;tape      1  8/20/5/1.4.0  stape       CLAIMED   DEVICE    HP      7980S&lt;BR /&gt;                          /dev/rmt/1m            /dev/rmt/1mn           /dev/rmt/c5t4d0BEST    /dev/rmt/c5t4d0BESTn&lt;BR /&gt;                          /dev/rmt/1mb           /dev/rmt/1mnb          /dev/rmt/c5t4d0BESTb   /dev/rmt/c5t4d0BESTnb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have checked the entire script I do not see any parameter that take the tape drive no.&lt;BR /&gt;&lt;BR /&gt;The error is as below:&lt;BR /&gt;        System Recovery Archive&lt;BR /&gt;&lt;BR /&gt;       * Checking Versions of Ignite-UX filesets&lt;BR /&gt;ERROR:   Failed to open tape device /dev/rmt/0mn:No such device or address&lt;BR /&gt;         (errno = 6).&lt;BR /&gt;ERROR:   Check tape device failed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  12/28/09 17:00:25 GMT  make_tape_recovery completed unsuccessfully&lt;BR /&gt;&lt;BR /&gt;recovery.log: END&lt;BR /&gt;525:    if echo "${TAPE_IGNITE}" | grep -e '[0-9]mn$' ; then&lt;BR /&gt;593:    if echo "${TAPE_IGNITE}" | grep -e '[0-9]mn$' ; then&lt;BR /&gt;(hqj) [SU] #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;&lt;BR /&gt;       * Checking Versions of Ignite-UX filesets&lt;BR /&gt;ERROR:   Failed to open tape device /dev/rmt/0mn:&lt;BR /&gt;&lt;BR /&gt;I have also attached the script for you reference. Kindly assist in pointing the problem, Thanking u all in advance.</description>
      <pubDate>Mon, 04 Jan 2010 12:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216943#M501724</guid>
      <dc:creator>kpatel786</dc:creator>
      <dc:date>2010-01-04T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup failure !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216944#M501725</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check the hardware path of the tape its not the dev/rmt/0mn it is /dev/rmt/2mn  &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Sunny</description>
      <pubDate>Mon, 04 Jan 2010 12:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216944#M501725</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2010-01-04T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup failure !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216945#M501726</link>
      <description>You were probably allowing the make_tape_recovery command to default to /dev/rmt/0mn.  You will need to change the make_tape_recovery command in your script to specify "-a /dev/rmt/2mn".  &lt;BR /&gt;&lt;BR /&gt;You could also change the device name from 2mn to 0mn just in case you have any other scripts that are going to break:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First, let me echo Bill Hassell in saying you can simply rename the existing dev&lt;BR /&gt;ice file.  There is no significance other than historical to the device names as&lt;BR /&gt; we know them.&lt;BR /&gt;&lt;BR /&gt;Second, if you're still nervous about it, you can use a link - linking the undes&lt;BR /&gt;ired name to the preferred name.&lt;BR /&gt;&lt;BR /&gt;Third, if you really want to re-create the device names properly, here is a guid&lt;BR /&gt;e:&lt;BR /&gt;&lt;BR /&gt;1.  Use "ioscan" to find out what the current device files look like and what th&lt;BR /&gt;e instance number is:&lt;BR /&gt;ioscan -kfnCtape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Use "mksf" to create each of the four types of device files:&lt;BR /&gt;&lt;BR /&gt;/sbin/mksf -d stape -I 12 -a -b BEST rmt/12m&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -b BEST rmt/12mb&lt;BR /&gt;/sbin/mksf -d stape -I 12 -a -n -b BEST rmt/12mn&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -n -b BEST rmt/12mnb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Use "ll" to compare your newly created device files with those created by the&lt;BR /&gt; system. Major and minor numbers should match between corresponding entries (205&lt;BR /&gt; 0x061000 for both 12m and the equivalent c6t1d0BEST):&lt;BR /&gt;&lt;BR /&gt;ll /dev/rmt |more&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw 1 bin bin 205 0x061000 Mar 17 08:40 12m&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;crw-rw-rw 1 bin bin 205 0x061000 Mar 17 08:40 c6t1d0BEST&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4. repeat the ioscan to double check that your new device files are associated w&lt;BR /&gt;ith the correct tape drive:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnCtape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was using 12m in the example but you can use anything you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 04 Jan 2010 12:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216945#M501726</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-01-04T12:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup failure !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216946#M501727</link>
      <description>You can if the tape has been loaded using the mt command&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/2mn status&lt;BR /&gt;&lt;BR /&gt;if the tapes loaded it would show ONLINE&lt;BR /&gt;&lt;BR /&gt;than you can try firing the ignite backup&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/2mn&lt;BR /&gt;&lt;BR /&gt;if above all works fine, you need check your script</description>
      <pubDate>Mon, 04 Jan 2010 12:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216946#M501727</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-04T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup failure !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216947#M501728</link>
      <description>Thanks Pete,&lt;BR /&gt;&lt;BR /&gt;Currently I have created the link as suggested by you. I have taken a test backup and the same is working fine. &lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2010 12:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216947#M501728</guid>
      <dc:creator>kpatel786</dc:creator>
      <dc:date>2010-01-04T12:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup failure !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216948#M501729</link>
      <description>Thanks for all for you response.</description>
      <pubDate>Mon, 04 Jan 2010 12:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-failure/m-p/5216948#M501729</guid>
      <dc:creator>kpatel786</dc:creator>
      <dc:date>2010-01-04T12:57:44Z</dc:date>
    </item>
  </channel>
</rss>

