- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ultrium 215e in RH7
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
тАО12-11-2002 09:54 PM
тАО12-11-2002 09:54 PM
ultrium 215e in RH7
# mt -f /dev/st0 rewind
/dev/st0: No such device
# mt -f /dev/sg0 rewind
/dev/sg0: Permission denied
What's the problem?
I'm running RedHat 7.2, kernel 2.4.7-10
# ls -al /dev/st0 /dev/sg0
crw-rw---- 1 root disk 21, 0 Aug 31 2001 /dev/sg0
crw-rw---- 1 root disk 9, 0 Aug 31 2001 /dev/st0
# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: COMPAQ Model: BD01874554 Rev: 3B08
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: COMPAQ Model: BD01874554 Rev: 3B07
Type: Direct-Access ANSI SCSI revision: 02
# lsmod
Module Size Used by
st 26240 0 (autoclean) (unused)
sg 28608 0
autofs 11520 0 (autoclean) (unused)
eepro100 17664 1
usb-ohci 18544 0 (unused)
usbcore 51712 1 [usb-ohci]
ext3 64624 5
jbd 40992 5 [ext3]
sym53c8xx 57504 6
sd_mod 11584 6
scsi_mod 95664 4 [st sg sym53c8xx sd_mod]
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2002 04:46 AM
тАО12-12-2002 04:46 AM
Re: ultrium 215e in RH7
Just a few quick tips:
1. Try all the st,sg devices
in the /dev directory:
# mt -f /dev/st0 status
# mt -f /dev/st0 status
2. Use the stinit program
to initialize the tape drive.
(/sbin/stinit)
3. I hope, you try the mt commands with root account... ;)
Regards:
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2002 05:49 AM
тАО12-12-2002 05:49 AM
Re: ultrium 215e in RH7
[root]# mt -f /dev/st0 status
/dev/st0: No such device
[root]# mt -f /dev/st1 status
/dev/st1: No such device
[root]# mt -f /dev/st2 status
/dev/st2: No such device
[root]# mt -f /dev/sg1 status
/dev/sg1: Permission denied
[root]# mt -f /dev/sg0 status
/dev/sg0: Permission denied
[root]# mt -f /dev/sg2 status
/dev/sg2: No such device or address
[root]# ls -al /dev/sg2
crw-rw---- 1 root disk 21, 2 Aug 31 2001 /dev/sg2
[root]# ls -al /dev/sg1
crw-rw---- 1 root disk 21, 1 Aug 31 2001 /dev/sg1
any example for stinit.conf?
i think /proc/scsi/scsi looks strange...
[root]# echo "scsi {remove,add}-single-device" 0 0 3 0 > /proc/scsi/scsi
there is no effect, still shows this...
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: COMPAQ Model: BD01874554 Rev: 3B08
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: COMPAQ Model: BD01874554 Rev: 3B07
Type: Direct-Access ANSI SCSI revision: 02
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2002 03:14 PM
тАО12-12-2002 03:14 PM
Re: ultrium 215e in RH7
The only Ultrim drives I know are logically badged HP or Quantum (from memory), and show up something like:
Vendor: HP Model: Ultrium 1-SCSI Rev: E0AD
Type: Sequential-Access ANSI SCSI revision: 03
I'd be going back to making sure the device is recognised at bootup, checking cabling and SCSI ID's.
The two entries showing above appear to be disks, not tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2002 08:09 AM
тАО12-13-2002 08:09 AM
Re: ultrium 215e in RH7
My tape should be in scsi host 1.
now i get this,
Host: scsi1 Channel: 00 Id: 03 Lun: 00
Vendor: HP Model: Ultrium 1-SCSI Rev: N23D
Type: Sequential-Access ANSI SCSI revision: 03
Thanks!
hw