- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tape Drive
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
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
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
тАО07-29-2005 07:01 AM
тАО07-29-2005 07:01 AM
Tape Drive
# mt -t /dev/st0 rewind
/dev/st0: No such device
How can I troubleshoot this. I checked all connectors, all looks good. I have power to the drive also. the OS just does not see it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2005 07:07 AM
тАО07-29-2005 07:07 AM
Re: Tape Drive
piranha kernel: Attached scsi tape st0 at scsi1, channel 0, id 1, lun 0
Now I dont.
When I run:# cdrecord --scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
Linux sg driver version: 3.1.24
cdrecord: Warning Linux Bus mapping botch.
Using libscg version 'schily-0.7'
scsibus1:
1,0,0 100) 'MegaRAID' 'LD0 RAID5 05006R' 'H ' Disk
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) 'HP ' 'SAFTE; U160/M BP' '1023' Processor
1,6,0 106) *
1,7,0 107) *
scsibus2:
2,0,0 200) 'TDK ' 'DVDRW420N ' '1.36' Removable CD-ROM
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) *
2,6,0 206) *
2,7,0 207) *
I dont see the tape device:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2005 11:32 AM
тАО07-29-2005 11:32 AM
Re: Tape Drive
If it's external, you'll need to either reboot or rescan the SCSI bus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2005 04:52 AM
тАО07-30-2005 04:52 AM
Re: Tape Drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2005 04:36 PM
тАО08-01-2005 04:36 PM
Re: Tape Drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2005 02:37 AM
тАО08-02-2005 02:37 AM
Re: Tape Drive
First probe the HBA's themselves. For example a QLogic HBA can be probed thus:
echo "scsi-qlascan" > /proc/scsi/qla2300/0 (and 1, 2 etc if you have multiple HBA's)
Cat the /proc/scsi/qla2300/0 file before and after so you can see if any new devices appear.
If you have HBA other than QLogic, try just "rescan" or check the docs for your HBA driver.
If your drive appears you can then add it to the SCSI layer: -
echo "add-single-device 1 2 3 4" > /proc/scsi/scsi
where 1 2 3 4 are controller, bus, target and lun.
Then run cat /proc/scsi/scsi to confirm it has been added.