<?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: problem with SureStore DAT40 in RH7.2  ---Part2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767910#M2008</link>
    <description>Thanks friends for your help.&lt;BR /&gt;&lt;BR /&gt;I am reading that tar do not support files &amp;gt; 1GB, I am trying to use Star but compiling get me some errors, So, I am using taper, and right now the backup is doing fine.&lt;BR /&gt;Thanks I will post if I have more problems or if not.&lt;BR /&gt;Have a nice day!&lt;BR /&gt;Carlos</description>
    <pubDate>Tue, 23 Jul 2002 17:40:42 GMT</pubDate>
    <dc:creator>Carlos Rosero</dc:creator>
    <dc:date>2002-07-23T17:40:42Z</dc:date>
    <item>
      <title>problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767907#M2005</link>
      <description>Hi, I posted this problem before and I think it was solve. but I still having problems.&lt;BR /&gt;&lt;BR /&gt;* The first message:&lt;BR /&gt;&lt;BR /&gt;Hi, I am using RH 7.2 with kernel 2.4.18-3 and using a Tekram scsi card - scsi0 : sym53c8xx-1.7.3c-20010512. and I have a HP SureStore dds DAT40. &lt;BR /&gt;When I type dmesg at bottom says: &lt;BR /&gt;st0: Write not multiple of tape block size. &lt;BR /&gt;sym53c875-0-&amp;lt;3,*&amp;gt;: FAST-20 WIDE SCSI 40.0 MB/s (50.0 ns, offset 16) &lt;BR /&gt;sym53c875-0-&amp;lt;3,*&amp;gt;: FAST-20 WIDE SCSI 40.0 MB/s (50.0 ns, offset 16) &lt;BR /&gt;The problem is: when I use mt -f /dev/st0 status-rewind-eject etc. I works, but when I try to TAR some file or directory, it gives me the following error: &lt;BR /&gt;tar: /dev/st0: Wrote only 0 of 10240 bytes &lt;BR /&gt;tar: Error is not recoverable: exiting now &lt;BR /&gt;&lt;BR /&gt;* The Solve by masanari:&lt;BR /&gt;&lt;BR /&gt;That time, # mt -f /dev/st0 setblk 0 solved the problem. &lt;BR /&gt;But I can advice some more. &lt;BR /&gt;1) scsi driver.... &lt;BR /&gt;There are 2 types of driver ; sym53c8xx and sym53c8xx_2. &lt;BR /&gt;Can you change the driver and try? &lt;BR /&gt;2) The default setting of the scsi driver, it uses SCSI Tagged Command Queue ON. Can you adjust the queue depth or disable it? &lt;BR /&gt;You need to change the value using make menuconfig or make xconfig, then re-compile the kernel. &lt;BR /&gt;3) Confirm scsi termination. &lt;BR /&gt;&lt;BR /&gt;* I think this solve the problem because the TAR start doing his job but about 20 minutes left this give me this error:&lt;BR /&gt;tar: /dev/st0: Wrote only 0 of 10240 bytes&lt;BR /&gt;tar: Error is not recoverable: exiting now&lt;BR /&gt;&lt;BR /&gt;* I try to mount the tape and give this error:&lt;BR /&gt;# mount /dev/st0 /mnt/tape &lt;BR /&gt;mount: /dev/st0 is not a block device&lt;BR /&gt;&lt;BR /&gt;* when I try to erase the tape, in the console and in the /var/log/message give me this message:&lt;BR /&gt;Jul 18 12:02:31 samson kernel: st0: Error with sense data: Current st09:00: sense key Unit Attention&lt;BR /&gt;Jul 18 13:58:11 samson kernel: st0: Error with sense data: Current st09:00: sense key Unit Attention&lt;BR /&gt;&lt;BR /&gt;Well, thanks for some advice.&lt;BR /&gt;Carlos.</description>
      <pubDate>Fri, 19 Jul 2002 11:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767907#M2005</guid>
      <dc:creator>Carlos Rosero</dc:creator>
      <dc:date>2002-07-19T11:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767908#M2006</link>
      <description>RE: mount: /dev/st0 is not a block device&lt;BR /&gt;&lt;BR /&gt;I get the same error because tapes are not random access block devices. Try ls.&lt;BR /&gt;# ls -l /dev/hda /dev/st0&lt;BR /&gt;brw-rw----   1 root     disk       3,   0 Jul 29  2000 /dev/hda&lt;BR /&gt;crw-rw----   1 root     disk       9,   0 Jul 29  2000 /dev/st0&lt;BR /&gt;The c at the start of the line means character device. Note the b on the disk drive for block device.&lt;BR /&gt;&lt;BR /&gt;I had some problems similar to yours. I also had to reflash the tape drive (in my case a Colorado 8Gig). It just wouldn't write until I did.&lt;BR /&gt;&lt;BR /&gt;You might try using 'dd' to do a test write to the tape. If 'dd' can write it then something is wrong. Try "dd if=/etc/mtab of=/dev/st0".&lt;BR /&gt;&lt;BR /&gt;I ended up using "taper" instead of tar. Taper is available at &lt;A href="http://taper.sourceforge.net/" target="_blank"&gt;http://taper.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 17:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767908#M2006</guid>
      <dc:creator>Alan McNeil</dc:creator>
      <dc:date>2002-07-22T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767909#M2007</link>
      <description>You mention that it happens after 20 minutes;  are you certain that you're not at the end of the tape at that point?  Remember that a DAT40 really only has 20GB of storage space, and the other 20 is (hopefully) made-up for with compression.</description>
      <pubDate>Tue, 23 Jul 2002 14:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767909#M2007</guid>
      <dc:creator>Craig Kelley</dc:creator>
      <dc:date>2002-07-23T14:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767910#M2008</link>
      <description>Thanks friends for your help.&lt;BR /&gt;&lt;BR /&gt;I am reading that tar do not support files &amp;gt; 1GB, I am trying to use Star but compiling get me some errors, So, I am using taper, and right now the backup is doing fine.&lt;BR /&gt;Thanks I will post if I have more problems or if not.&lt;BR /&gt;Have a nice day!&lt;BR /&gt;Carlos</description>
      <pubDate>Tue, 23 Jul 2002 17:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767910#M2008</guid>
      <dc:creator>Carlos Rosero</dc:creator>
      <dc:date>2002-07-23T17:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767911#M2009</link>
      <description>&amp;gt; I am reading that tar do not support files &amp;gt; 1GB&lt;BR /&gt;&lt;BR /&gt;*blink* it doesn't?&lt;BR /&gt;&lt;BR /&gt;Then how do you explain (on a RH6.2 box) a file that's 1703411712 (that's 1.58GB) going onto a tape every night (along with about 70GB+ of 'other' stuff) whilst using the default version of 'tar' (tar (GNU tar) 1.13.17)?</description>
      <pubDate>Tue, 23 Jul 2002 22:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767911#M2009</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-07-23T22:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767912#M2010</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Have you checked your tape firmware? &lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jul 2002 12:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767912#M2010</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-07-24T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767913#M2011</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;How can I see the firmware of the tapa and how i can upgrade the firmware.&lt;BR /&gt;&lt;BR /&gt;thanks again.&lt;BR /&gt;Carlos</description>
      <pubDate>Wed, 24 Jul 2002 14:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767913#M2011</guid>
      <dc:creator>Carlos Rosero</dc:creator>
      <dc:date>2002-07-24T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767914#M2012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can find the firmware version in your "dmesg" or #cat /proc/scsi/scsi output.&lt;BR /&gt;See "Rev. ".&lt;BR /&gt;&lt;BR /&gt;How do you update the firmware?&lt;BR /&gt;You go to &lt;BR /&gt;&lt;A href="http://www.hp.com/cposupport/eschome.html" target="_blank"&gt;http://www.hp.com/cposupport/eschome.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then input your DDS driver type.&lt;BR /&gt;You will get the firmware file &amp;amp; also tool to download the firmware. The tool is called "LTT" (Library and Tape Tools".&lt;BR /&gt;But this tools runs only on Win or HP-UX.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Jul 2002 00:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767914#M2012</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-07-27T00:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767915#M2013</link>
      <description>Hi friends.&lt;BR /&gt;I think that there is no problem with tape drive, driver or scsi card! &lt;BR /&gt;the problem is that the tape seems to be full. I formatted the tape. but it can accept backups bigger than 36037 blocks, all my backup is about 10GB.   how can I format the tape to accept this capacity.&lt;BR /&gt;&lt;BR /&gt;this is the error message. &lt;BR /&gt;&lt;BR /&gt;star: No space left on device. Error writing '/dev/st0'.&lt;BR /&gt;star: 36037 blocks + 0 bytes (total of 369018880 bytes = 360370.00k).&lt;BR /&gt;&lt;BR /&gt;I am using taper too but it needs more than 3 tapes. &lt;BR /&gt;&lt;BR /&gt;I use:&lt;BR /&gt;mt -f /dev/st0 rewind&lt;BR /&gt;mt -f /dev/st0 retension&lt;BR /&gt;mt -f /dev/st0 compress on&lt;BR /&gt;tar/star cvf /dev/st0 /home&lt;BR /&gt;&lt;BR /&gt;data to backup:&lt;BR /&gt;/home = 3.7GB (3871692 blocks)&lt;BR /&gt;/data = 2.5GB (2532820 blocks)&lt;BR /&gt;&lt;BR /&gt;thanks for your help. &lt;BR /&gt;Carlos.</description>
      <pubDate>Tue, 30 Jul 2002 18:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767915#M2013</guid>
      <dc:creator>Carlos Rosero</dc:creator>
      <dc:date>2002-07-30T18:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767916#M2014</link>
      <description>Hi friends.&lt;BR /&gt;I think that there is no problem with tape drive, driver or scsi card! &lt;BR /&gt;the problem is that the tape seems to be full. I formatted the tape. but it can't accept backups bigger than 36037 blocks, all my backup is about 10GB.   how can I format the tape to accept this capacity.&lt;BR /&gt;&lt;BR /&gt;this is the error message. &lt;BR /&gt;&lt;BR /&gt;star: No space left on device. Error writing '/dev/st0'.&lt;BR /&gt;star: 36037 blocks + 0 bytes (total of 369018880 bytes = 360370.00k).&lt;BR /&gt;&lt;BR /&gt;I am using taper too but it needs more than 3 tapes. &lt;BR /&gt;&lt;BR /&gt;I use:&lt;BR /&gt;mt -f /dev/st0 rewind&lt;BR /&gt;mt -f /dev/st0 retension&lt;BR /&gt;mt -f /dev/st0 compress on&lt;BR /&gt;tar/star cvf /dev/st0 /home&lt;BR /&gt;&lt;BR /&gt;data to backup:&lt;BR /&gt;/home = 3.7GB (3871692 blocks)&lt;BR /&gt;/data = 2.5GB (2532820 blocks)&lt;BR /&gt;&lt;BR /&gt;thanks for your help. &lt;BR /&gt;Carlos.</description>
      <pubDate>Tue, 30 Jul 2002 18:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767916#M2014</guid>
      <dc:creator>Carlos Rosero</dc:creator>
      <dc:date>2002-07-30T18:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767917#M2015</link>
      <description>What kind of tape are you using?  Don't assume.  Give us the length, and whatever 'DDS' writing is on the casing.</description>
      <pubDate>Tue, 30 Jul 2002 21:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767917#M2015</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-07-30T21:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with SureStore DAT40 in RH7.2  ---Part2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767918#M2016</link>
      <description>OK, thanks.&lt;BR /&gt;the media is a VERBATIM Datalife   DDS 4.&lt;BR /&gt;&lt;BR /&gt;the firmware of the tape drive is :&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 03 Lun: 00&lt;BR /&gt;  Vendor: HP       Model: C5683A           Rev: C104&lt;BR /&gt;  Type:   Sequential-Access                ANSI SCSI revision: 02&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Carlos</description>
      <pubDate>Wed, 31 Jul 2002 11:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-surestore-dat40-in-rh7-2-part2/m-p/2767918#M2016</guid>
      <dc:creator>Carlos Rosero</dc:creator>
      <dc:date>2002-07-31T11:06:04Z</dc:date>
    </item>
  </channel>
</rss>

