<?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: Tape drive Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858238#M276201</link>
    <description>You can simply rename the device file:&lt;BR /&gt;&lt;BR /&gt;mv /dev/rmt/1mn /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;I'm attaching a description of the ways to make device files correspond to the way you want them to appear.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 07 Sep 2006 05:00:58 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2006-09-07T05:00:58Z</dc:date>
    <item>
      <title>Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858235#M276198</link>
      <description>Below is the error message.&lt;BR /&gt;&lt;BR /&gt;There is NO /dev/rmt/0mn on this server. But i can see /dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;What's are the difference?&lt;BR /&gt;Now, i'm making make_tape_recovery -a /dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;Is the make_tape_recovery can works? How to set the default value of make_tape_recovery to /dev/rmt/1mn?</description>
      <pubDate>Thu, 07 Sep 2006 04:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858235#M276198</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-07T04:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858236#M276199</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can create a link to /dev/rmt/1mn.&lt;BR /&gt;&lt;BR /&gt;# ln -s /dev/rmt/1mn /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 07 Sep 2006 04:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858236#M276199</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-09-07T04:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858237#M276200</link>
      <description>So, the /dev/rmt/1mn is a normal behaviour of the box?&lt;BR /&gt;&lt;BR /&gt;Is there any configuration file that i could vi instead of using soft link?</description>
      <pubDate>Thu, 07 Sep 2006 04:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858237#M276200</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-07T04:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858238#M276201</link>
      <description>You can simply rename the device file:&lt;BR /&gt;&lt;BR /&gt;mv /dev/rmt/1mn /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;I'm attaching a description of the ways to make device files correspond to the way you want them to appear.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Sep 2006 05:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858238#M276201</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-09-07T05:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858239#M276202</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The device /dev/rmt/0mn is a standard device file. I guess when you do a "ioscan -fnC tape" you should see the device. If not then try to link or a move as suggested above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Thu, 07 Sep 2006 11:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858239#M276202</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-09-07T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858240#M276203</link>
      <description>Device files are normally created each time you bootup. The system looks for new devices so at one time in the past, you had a tape drive connected and since it was the first tape drive, it's name was 0m (zero m). The zero is the first occurance of a tape drive on this system. Later, another tape drive was attached at a different address (either a different SCSI card or SCSI address) and device 1m was created. Note that there are several device files with different characteristics (like 1mn) which are for the same occurance or instance of the tape drive. You can see all these devices with this command:&lt;BR /&gt; &lt;BR /&gt;lssf /dev/rmt/*&lt;BR /&gt; &lt;BR /&gt;Now you do not want to make the 1mn tape drive as the default for make_tape_recovery. The reason is that you are missing many different options and for ANY backup task on your comnputer, the backup command must be in a small script with ALL the required values. For instance, the correct command would be:&lt;BR /&gt; &lt;BR /&gt;make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/1mn&lt;BR /&gt; &lt;BR /&gt;but even this is incomplete because you need to check that there is a tape in the drive and that it is not write-disabled. You may also want to add additional documentation to the backup image with the -t and -d options.</description>
      <pubDate>Thu, 07 Sep 2006 16:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858240#M276203</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-07T16:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858241#M276204</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Can u provide me a full backup command for system. Steps how to do it, i've no experience before and how to check wether my backup (make_tape_recovery) is working and fine.&lt;BR /&gt;&lt;BR /&gt;Thanks and regard.</description>
      <pubDate>Thu, 07 Sep 2006 19:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858241#M276204</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-07T19:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858242#M276205</link>
      <description>There is a lot of detail that is needed. HP-UX runs on simple workstations with one disk as well as servers with terabytes of disk and dozens of CPUs. You'll need to describe the model of your computer, the number of internal and external disks, whether the system must run 24x7 (never stopped), what model your tape drive is, whether your system uses raw disks for a database, and so on.</description>
      <pubDate>Thu, 07 Sep 2006 20:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858242#M276205</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-07T20:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858243#M276206</link>
      <description># model&lt;BR /&gt;9000/800/rp3440&lt;BR /&gt;2 cpu&lt;BR /&gt;&lt;BR /&gt;i'm planning to have a system shutdown to do a complete backup (cold backup).&lt;BR /&gt;Can u assist me on this?</description>
      <pubDate>Thu, 07 Sep 2006 22:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858243#M276206</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-07T22:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858244#M276207</link>
      <description>HP-UX NICS01 B.11.11 U 9000/800 2875959279 unlimited-user license&lt;BR /&gt;CPU Count: 2&lt;BR /&gt;CPU Speed: 1000 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 8190 MB&lt;BR /&gt;bufpages: 1638 MB&lt;BR /&gt;maxuprc: 3687&lt;BR /&gt;maxvgs: 10&lt;BR /&gt;maxfiles: 60&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 63498&lt;BR /&gt;nflock: 4096&lt;BR /&gt;nproc: 4096&lt;BR /&gt;ninode: 34816&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 200&lt;BR /&gt;dbc_max_pct: 20</description>
      <pubDate>Thu, 07 Sep 2006 22:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858244#M276207</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-07T22:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858245#M276208</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for ypour backup excute make_tape_recovery as specified&lt;BR /&gt;I think that to ceck your result, look  in var/opt/ignite/logs &lt;BR /&gt;If you have need to save data , save it by fbackup&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;L-DERLYN&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 02:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858245#M276208</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2006-09-08T02:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858246#M276209</link>
      <description>AS mentioned, the CPU and memory is not complete. What model tape drive do you have? How much disk storage do you have? How much disk storage is external? As a start. run these commands:&lt;BR /&gt; &lt;BR /&gt;ioscan -kfC disk&lt;BR /&gt;ioscan -kfC tape&lt;BR /&gt;bdf&lt;BR /&gt;vgdisplay -v&lt;BR /&gt; &lt;BR /&gt;Since these will be lengthy, save this to a file and attach it rather than pasting it into your response.</description>
      <pubDate>Fri, 08 Sep 2006 11:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858246#M276209</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-08T11:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858247#M276210</link>
      <description>using tape dat72. anything else? attached is the info.</description>
      <pubDate>Sun, 10 Sep 2006 20:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858247#M276210</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-10T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858248#M276211</link>
      <description>OK, now you know about your system. The tape drive will store about 36 Gb of data (perhaps more), so you will need two backups, one to restore VG00 (the HP-UX files) and another to store the cramer files.&lt;BR /&gt; &lt;BR /&gt;The command to save the HP-UX files is:&lt;BR /&gt; &lt;BR /&gt;make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/1mn&lt;BR /&gt; &lt;BR /&gt;Make this tape whenever mjor changes are made to the HP-UX system, at least once a month.&lt;BR /&gt;&lt;BR /&gt;The second command for a different tape to backup the cramer files is:&lt;BR /&gt; &lt;BR /&gt;fbackup -v -c /etc/fbackup.config -f /dev/rmt/1m -i /cramerdb -i /cramerapps&lt;BR /&gt; &lt;BR /&gt;You will also need to create this file:&lt;BR /&gt; &lt;BR /&gt;blocksperrecord 4096&lt;BR /&gt;records 64&lt;BR /&gt;checkpointfreq 4096&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;BR /&gt; &lt;BR /&gt;Name this file: /etc/fbackup.config&lt;BR /&gt; &lt;BR /&gt;Run the fbackup command as often as your database needs backup, daily is probably necessary if this is a production computer.&lt;BR /&gt; &lt;BR /&gt;Keep the tapes in a safe place away from the computer shop, ideally a different building. Do *NOT* discard old tapes in the trash. Instead, break the tapes in half and destroy the tape inside. This is to protect the data from being stolen. Note that your backup tapes are unsecure and should be treated as confidential material. Never leave data backup tapes lying on desks.</description>
      <pubDate>Sun, 10 Sep 2006 21:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858248#M276211</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-10T21:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858249#M276212</link>
      <description>how to check wether i'm done with the backup? and the backup is working when i try to restore back from tape?</description>
      <pubDate>Sun, 10 Sep 2006 22:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858249#M276212</guid>
      <dc:creator>Mohd Azril Dollah</dc:creator>
      <dc:date>2006-09-10T22:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tape drive Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858250#M276213</link>
      <description>Since there are two different programs, they will look different. However, if you simply type in the complete command, the backup will complete and return to a shell prompt.&lt;BR /&gt; &lt;BR /&gt;As far as checking the backups, the Ignite/UX backup (make_tape_recovery) is designed to replace your current VG00 system as it is a bootable tape. Checking it would require another similar computer where you can run the entire installation.&lt;BR /&gt; &lt;BR /&gt;For your data backup, you can use frecover to read the entire tape, checking the files and directories that are on the tape using a special fbackup checksum. The command is:&lt;BR /&gt; &lt;BR /&gt;frecover -r -v -N -f /dev/rmt/1m&lt;BR /&gt; &lt;BR /&gt;This will read the entire tape and display all the files that were saved. To see just the contents of the tape, use this:&lt;BR /&gt; &lt;BR /&gt;frecover -I - -f /dev/rmt/1m</description>
      <pubDate>Sun, 10 Sep 2006 22:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-drive-error/m-p/3858250#M276213</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-10T22:19:09Z</dc:date>
    </item>
  </channel>
</rss>

