Sponsored Content
Full Discussion: Scsi Tape Message?????
Top Forums UNIX for Dummies Questions & Answers Scsi Tape Message????? Post 18910 by robertoveras on Thursday 4th of April 2002 06:42:35 AM
Old 04-04-2002
The Translation is good. Thank you all for your help.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Scsi tape drive.

I'm running SCO OS 505 on a Compaq proliant 1600, and my tape drive will just not work. It was working properly and whent to Sh?ts when I tried to get the cd rom working. I have uninstalled any configured tape drive and rebooted and then configured a tape drive and rebooted still nothing. I'm... (4 Replies)
Discussion started by: kikkin
4 Replies

2. UNIX for Dummies Questions & Answers

SCSI Tape Error

When I am trying to read any tape I getthe following message on my screen: "stp: Error on SCSI tape=0 (ha=0 id=6 lun=0)" Does anybody know how to solve this problem and what the message means. I already have rebooted the server and cleaned the heads of the tape unit. HELP!!!! (1 Reply)
Discussion started by: Andre
1 Replies

3. Solaris

mounting an external scsi tape drive

hi- I just installed a quad gigaswift ethernet scsi card to my sunblade 150. I checked with the docs, and got all of the required drivers on the box. Now, I'm trying to mount an external scsi tape drive with no luck. I set the scsi address on the external drive to 0. Here's what I'm coming... (9 Replies)
Discussion started by: ECBROWN
9 Replies

4. HP-UX

Modules Required For SCSI Tape?

I've got an HP9000 server and I'm trying to hook up a tape drive to it. When I go into "SAM-->Peripheral Devices-->Tape Drives", the tape isn't listed. I then choose to "ADD" a drive, and I get the following error. I know I need to install the "stape" module, but for some reason even that... (2 Replies)
Discussion started by: quantumdude
2 Replies

5. UNIX for Advanced & Expert Users

NOTICE: Stp: SCSI tape 0 device 46/0 offline

:( If anyone has solved this problem, please help me! Thanks in advance! (0 Replies)
Discussion started by: FCollet
0 Replies

6. SCO

Installing SCSI Tape drive

Hello, I'm having some issues with installing SCSI tape drive on SCO 5.0.6 hardware config shows the following adapters %adapter 0xE800-0xE8FF 10 - type=alad ha=0 bus=0 id=7 fts=sto %adapter 0x0170-0x0177 15 - type=IDE ctlr=secondary dvr=wd %adapter - 3 - ... (3 Replies)
Discussion started by: ananth_ak
3 Replies

7. SCO

SCSI tape on Openserver 5.0.6

Running into an interesting problem here: I can add the tape with "mkdev tape" the system appears to see it wwith "hwconfig -hc" however a 'tape status /dev/rStp0' says 'no device found', checked the configuration files in 'etc' all appear to be correct. Any suggestion appreciated Jim (3 Replies)
Discussion started by: jimj1369
3 Replies

8. Solaris

Restoring dump from tape to SCSI disk

Hi Gurus, I need help. Mine is an Ultra 10 machine running on solaris 7. Problem with solaris 7 is, it can no longer recognize IDE disks greater that 10GB. My workaround is ro use an external SCSI disk since it is recognizable with solaris 7. I backup my filesystems (residing on the IDE... (2 Replies)
Discussion started by: domesat
2 Replies

9. UNIX for Dummies Questions & Answers

Problems with SCSI card and tape drive

Currenty running SCO Openserver 6 at a Dell PowerEdge T300. I recently installed a driver for an Adaptec SCSI card (adpu320). When I connect a tape drive to it and re-start the system,it freezes and displays the following message: "WARNING: adpu320: Command timed out (ha= 4)" and the system... (2 Replies)
Discussion started by: RicardoM
2 Replies

10. Hardware

Help with scsi tape drive problem

I've had a scsi hard drive, scsi tape drive, and cd rom working off an adaptec 29160 controller. Everything worked great until a few days ago. I begin getting tar format errors (running sco 5.0.6) on the tape drive and occasionally the entire system would hang up while trying to access data on... (0 Replies)
Discussion started by: powwm
0 Replies
FMS(8)							       AFS Command Reference							    FMS(8)

NAME
       fms - Determine a tape's capacity and a tape device's filemark size

SYNOPSIS
       fms -tape <tape special file> [-help]

       fms -t <tape special file> [-h]

DESCRIPTION
       The fms command determines the capacity of the tape currently in the tape device identified by the -tape argument, along with the size of
       the filemark for the device. The filemark is also referred to as the device's end-of-file (EOF) marker, and can differ for each combination
       of tape and tape device.

       As the Tape Coordinator writes a dump, it writes a filemark between the data included from each volume and also tracks the amount of space
       left before the end of the tape (EOT). For some tape devices, the filemark is large enough (multiple megabytes) that failure to consider it
       leads the Tape Coordinator significantly to overestimate the available space.

       The intended use of this command is to determine tape capacity and filemark size values that can be specified in a tape device's entry in
       the /var/lib/openafs/backup/tapeconfig file. For certain types of tape drives, the Tape Coordinator operates more efficiently when the
       tapeconfig file lists accurate values. For further discussion, see the OpenAFS Administration Guide chapter on configuring the Backup
       System.

       Insert a tape in the drive before issuing this command.

CAUTIONS
       Do not use this command on compressing tape devices in compression mode or with tape devices that handle tapes of multigigabyte (or
       multiterabyte) capacity. It does not produce accurate results in those cases.  For alternate suggestions on the values to record in the
       tapeconfig file for compressing drives, see the OpenAFS Administration Guide chapter on configuring the Backup System.

       Running the command completely overwrites the tape, so use a blank one or one that can be recycled.

       Because it writes filemarks to the complete length of the tape, the command can take from several hours to more than a day to complete.

OPTIONS
       -tape <tape special file>
	   Specifies the UNIX device name of the tape device for which to determine filemark size and the capacity of the tape it currently
	   contains. The format varies on different system types, but usually begins with /dev; an example is /dev/sd0a.

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       The command generates output both on the standard output stream and in the fms.log file that it creates in the current working directory.
       The output reports the capacity of the tape in the device and the device's filemark size.

       The first few lines of output include status information about the execution of the command, including such information as the number of
       blocks and the number of file marks written to the tape by the command. The last two lines of both screen and file output provide the
       following information:

       o   "Tape capacity is number bytes": specifies the size, in bytes, of the tape in the device.

       o   "File marks are number bytes": specifies the device's filemark size in bytes.

       The following message indicates that the fms command interpreter cannot access the tape device. The command halts.

	  Can't open tape drive I<device>

       The following message indicates that the command interpreter cannot create the fms.log log file. Again, the command halts.

	  Can't open log file

EXAMPLES
       The following command illustrates the output for the device called /dev/rmt1h:

	  % fms /dev/rmt1h
	  wrote block: 130408
	  Finished data capacity test - rewinding
	  wrote 1109 blocks, 1109 file marks
	  Finished file mark test
	  Tape capacity is 2136604672 bytes
	  File marks are 1910205 bytes

       The following appears in the fms.log file:

	  fms test started
	  wrote 9230 blocks
	  Finished file mark test
	  Tape capacity is 151224320 bytes
	  File marks are 2375680 bytes

PRIVILEGE REQUIRED
       The issuer must be able to insert and write to files in the currently working directory, if the fms.log file does not already exist. If it
       already exists, the issuer need only be able to write to it.

SEE ALSO
       fms.log(5), tapeconfig(5)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26								    FMS(8)
All times are GMT -4. The time now is 07:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy