New backup tapes do not work


 
Thread Tools Search this Thread
Operating Systems SCO New backup tapes do not work
# 1  
Old 03-23-2007
New backup tapes do not work

We are using Lone-tar to back up an old SCO UNIX System V/386 3.2. It was working fine until I inserted new data cartridges. I bought the exact same ones that I was using:

HP DDS-1 Data Cartridge
Compressed Capacity: 4GB
Order number- C5706A

If I insert a new tape and backup (done by CRON),
I get this error message:
NOTICE: Stp: Error on SCSI tape 0 (ha=0 id=6 lun=0)
Medium error: RAW retry limit exceeded

If I insert an old tape, lone-tar backs fine, without any problems.

Can someone help?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Unable to detect HP backup tapes in RHEL 6.2

Hi All, We connected 2 new tape drives to the servers. I am not able to see both HP tape drives in OS level. I am using RHEL 6.2 OS. I have scanned and rebooted the server but still can't able to find the drives. Thanks in advance..!!!! ---------- Post updated 10-22-13 at 05:07 PM... (1 Reply)
Discussion started by: Navkreddy
1 Replies

2. Solaris

HELP ME! Mounting tapes parallel backup SL500 on solaris 10

Dear Experts, I would like to perform parallel backup using SL500, but i have problem with mounting tape. Please share your thought/experience how to mounting tape on SL500 with parallel backup (2 tapes). Thanks in Advance. Edy (1 Reply)
Discussion started by: edydsuranta
1 Replies

3. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

4. AIX

Moving tapes

Hello, anybody out there that is using itdt to manage tape changes in a tape library. The help of itdt show a move subcommand but I can't get it to work. Env: AIX5.3 Dell PowerVault TL2000 tape library -> rmt1 Available 01-08-02 IBM 3580 Ultrium Tape Drive (FCP) # itdt says it finds the... (3 Replies)
Discussion started by: petervg
3 Replies

5. Filesystems, Disks and Memory

Erasing backup tapes (DLT)

I have a load of DLT tapes I need to scrub and get rid off. Anyone know of any application to erase the tapes before recycling them? I have a Sun StorEdge L9 tape loader which I would like to utilise, so a script or application that can take advantage of doing a load of tapes without manual... (5 Replies)
Discussion started by: son_t
5 Replies

6. UNIX for Dummies Questions & Answers

Backup Tapes Health checks

Hi all gurus Is there any command to perform the tapes health checks? thanks in adv jiajin (1 Reply)
Discussion started by: lijiajin
1 Replies

7. UNIX for Dummies Questions & Answers

Tapes

:confused: Hello!! I am a new UNIX user, and I need to back up some files, I have some old ones and I have been trying to delete the old information with 'mt erase' but I don't be sure if it works, and 'mt resert' but the it gave a message suggesting me to use 'scsiha -r' (but the last one... (1 Reply)
Discussion started by: scs
1 Replies

8. UNIX for Dummies Questions & Answers

tapes

is there a command to check unoccupied space on a tape ? AIX 3.2 (1 Reply)
Discussion started by: cubicle^dweller
1 Replies

9. HP-UX

ignite tapes

can any1 tell me how to make ignite tapes for the HP-ux. this company said it was: "make_tape_recovery_A", but that don't work. (4 Replies)
Discussion started by: JBX
4 Replies
Login or Register to Ask a Question
mt(1)							      General Commands Manual							     mt(1)

NAME
mt - magnetic tape manipulating program SYNOPSIS
tapename] command [count] Obsolescent tapename] command [count] DESCRIPTION
is used to give commands to the tape drive. If tapename is not specified, the environment variable is used; if is not defined, the default drive is used. winds the tape in the requested direction (forward or backward), stopping after the specified count EOF marks or records are passed. If count is not specified, one is assumed. Each EOF mark counts as one record. When winding backwards, the tape always stops at the BOT marker, regardless of the number remaining in count. accepts the following commands: Write count EOF marks. Forward space count files. Forward space count records. Backward space count files. Backward space count records. Rewind tape. Rewind tape and go offline. Seek to end of data (DDS and QIC drives only). Write count setmarks (DDS drives only). Forward space count setmarks (DDS drives only). Backward space count setmarks (DDS drives only). Print status information about the tape drive. Reserve tape drive for sole use by the host issuing the command (stape or estape driver only). Release tape drive from sole use by the host issuing the command (stape or estape driver only). Spacing operations (back or forward space file or record) leave the tape positioned past the object being spaced to in the direction of motion. That is, backspacing a file leaves the the tape positioned before the file mark, forward spacing a file leaves the tape positioned after the file mark. This is consistent with all classical usage on tapes. WARNINGS
Only raw, no-rewind Berkeley-type devices should be specified. This type of device will not reposition the tape upon close. An example of such a device is or See mt(7) for more details. It is possible to wind the tape beyond the EOT marker and off the end of the reel. A reservation may only be cleared with a release by the host that issued the original reserve. In the event that the host that holds the reservation is no longer available, the command may be used to reclaim the device by issuing a bus device reset. See st(1M) for more details. The reserve/release functionality can only be issued to drives using the or driver. EXAMPLES
Rewind the tape associated with the device file or (if legacy DSF is disabled): FILES
Raw magnetic tape interface (stape) Raw magnetic tape interface (estape) Default tape interface. If legacy DSF is disabled, the default value is AUTHOR
was developed by the University of California, Berkeley. SEE ALSO
dd(1), st(1M), intro(7), mt(7). mt(1)