- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tape Backup Hangs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 02:50 AM
09-02-2002 02:50 AM
I am trying use a Ultrium 230 tape drive on my RedHat 7.2 with 2.4.7 kernel. Tape can be rewinded. But, the system hangs as I backup files using the command:
----------------------------------------
#tar cvf /dev/st0 myfolder
myfolder/
myfolder/test.txt
----------------------------------------
I believe modules have already loaded.
----------------------------------------
# lsmod
Module Size Used by
ide-scsi 8224 0
autofs 11520 0 (autoclean) (unused)
eepro100 17664 1
ipchains 39200 0
st 26240 1
usb-ohci 18544 0 (unused)
usbcore 51712 1 [usb-ohci]
ext3 64624 8
jbd 40992 8 [ext3]
cciss 17488 9
aic7xxx 114544 1
sd_mod 11584 0 (unused)
scsi_mod 95664 4 [ide-scsi st aic7xxx sd_mod]
----------------------------------------
SCSI devices seems to be listed correctly:
----------------------------------------
#cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 03 Lun: 00
Vendor: HP Model: Ultrium 1-SCSI Rev: E22D
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: COMPAQ Model: CRD-8402B Rev: 1.03
Type: CD-ROM
----------------------------------------
The tape drive status is normal!?
----------------------------------------
# mt -t /dev/st0 status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x40 (DLT1 40 GB, or Ultrium).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
----------------------------------------
I don't really what steps or configuration are missing. Any help/ suggestion? Thanks in advance!
Regards,
Joyce
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 05:54 AM
09-02-2002 05:54 AM
SolutionIs the Ultrium drive attached to a SCSI interface with other devices ( especially disks ) ? If yes, that is one of your problems.
These drives should have an interface on their own. Anything else daisychained will have a bad influence on the peformance of the Ultrium drive.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 01:55 PM
09-02-2002 01:55 PM
Re: Tape Backup Hangs
A customer of mine had a similar problem. It was fixed by a kernel upgrade.
You can download 2.4.9 by RedHat at :
ftp://ftp.redhat.com/pub/redhat/linux/updates/7.2/en/os/i686
If it is too slow, you can also try :
ftp://rpmfind.net/linux/redhat/updates/7.2/en/os/i686/
If you know what you are doing, you can try to compile a more recent kernel by yourself (of course at your own risk).
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 07:59 PM
09-02-2002 07:59 PM
Re: Tape Backup Hangs
I have upgraded my kernel to 2.4.9.
But, my problem cannot be solved.
Anyway, thanks for your suggestion.
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 08:08 PM
09-02-2002 08:08 PM
Re: Tape Backup Hangs
Refer to the reply from Alexander M. Ermes.
Anybody know how to check a tape drive attached to the same SCSI interface with other devices. Can the command output tell?
--------------------------------------------
# dmesg|grep scsi
(scsi0)
(scsi0) Wide Channel A, SCSI ID=7, 32/255 SCBs
(scsi0) Downloading sequencer code... 396 instructions downloaded
(scsi1)
(scsi1) Wide Channel B, SCSI ID=7, 32/255 SCBs
(scsi1) Downloading sequencer code... 396 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
scsi1 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
Attached scsi tape st0 at scsi0, channel 0, id 3, lun 0
scsi2 : SCSI host adapter emulation for IDE ATAPI devices
--------------------------------------------
My server is Proliant ML370G.
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 08:20 PM
09-02-2002 08:20 PM
Re: Tape Backup Hangs
Your system disk seemes RAID from cpq. Your system using cciss, which is a HW RAID driver.
Your server has a scsi chip with 2ch, SCSI0 and SCSI1.
SCSI0 Ultrium is connected.
SCSI1 ?
SCSI2 IDE-SCSI emulation
That's all I can see from your info.
Since I don't familiar with your HW, I don't know if your cciss uses CH1 or CH2 of your scsi.
Good luck