- 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
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
05-19-2004 08:11 PM
05-19-2004 08:11 PM
tape drive
I just bought a HP Proliant DL380 G3 Server with a internal DAT Tape Drive.
Both the port number and the scsi number are detected by the Smart Array 5i Controller when booting up.
I install Redhat 2.1 (2.4.9 kernel version), I am not able to rewind the tape or detect the tape drive.
I cannot access the tape drive. I tried the following commands:
# mt status
/dev/tape: No such file or directory
# mt -f /dev/st0 status
/dev/st0: No such device
# mt -f /dev/st1 status
/dev/st1: No such device
lspci command show the following:
00:00.0 Host bridge: ServerWorks: Unknown device 0012 (rev 13)
00:00.1 Host bridge: ServerWorks: Unknown device 0012
00:00.2 Host bridge: ServerWorks: Unknown device 0000
00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:04.0 System peripheral: Compaq Computer Corporation: Unknown device b203 (rev 01)
00:04.2 System peripheral: Compaq Computer Corporation: Unknown device b204 (rev 01)
00:0f.0 ISA bridge: ServerWorks CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 05)
00:0f.3 Host bridge: ServerWorks: Unknown device 0225
00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:11.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:11.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
01:03.0 RAID bus controller: Compaq Computer Corporation Smart Array 5i/532 (rev 01)
02:01.0 Ethernet controller: BROADCOM Corporation: Unknown device 16a7 (rev 02)
02:02.0 Ethernet controller: BROADCOM Corporation: Unknown device 16a7 (rev 02)
06:1e.0 PCI Hot-plug controller: Compaq Computer Corporation PCI Hotplug Controller (rev 14)
May I know what should I do to run the tape drive? is a problem about kernel support? Please let me know if you got any solution. Thanks in advance.
regards
Roberto DÃa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 10:38 PM
05-19-2004 10:38 PM
Re: tape drive
I'm using a Seagate SCSI 4mm DAT
tape which I use to perform tars and dumps to under RH 7.1.
You should not have to do any configuration as far as I remember. After the machine comes up, it will be referenced as /dev/st0. Note the no-rewind is referenced as /dev/nst0.
Some commands that I use for example:
tar -cvf /dev/st0 /home # to backup up
the /home partition via tar
dump 0uf /dev/nst0 /dev/sda0 # dump the /dev/sda0 unto the tape without
rewinding.
Look for the /dev/st0 on your system and let me know
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 02:20 AM
05-20-2004 02:20 AM
Re: tape drive
Also does the device show up on th GUI hardware browswer?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 02:42 AM
05-20-2004 02:42 AM
Re: tape drive
Everyting is already on the link.
Peace, R.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198605
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 10:27 PM
05-20-2004 10:27 PM
Re: tape drive
there is rpm called as 'mtst' available in one of the Red-Hat Cd's installing this rpm you should be able to use the tape drive properly.
Regards