- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot see my Quantum DLT 7000
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
04-23-2002 02:00 AM
04-23-2002 02:00 AM
Cannot see my Quantum DLT 7000
#lssf /dev/rmt/9mn
stape card instance 15 SCSI target 5 SCSI LUN 0 at&t no rewind best density avai
lable at address ??? /dev/rmt/9mn
Though the /dev/rmt/9mn file exists.
Question: If I do a rmsf on /dev/rmt/9mn and then insf -H /P/A/TH/dev/rtm/9mn -e should that rectify the problem, or could it be the Scsii Id not set correctly on the unit.
I have the correct driver in lsdev.
Any other pointers
Cheers
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 02:10 AM
04-23-2002 02:10 AM
Re: Cannot see my Quantum DLT 7000
ioscan -fnC tape
It's possible that the SCSI address has changed.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 02:17 AM
04-23-2002 02:17 AM
Re: Cannot see my Quantum DLT 7000
Can the system see the tape drive
ioscan -fnCtape?
Can the kernel see the tape drive?
ioscan -fnkCtape
Delete the device files for the tape drive and recreate all missing device files with
insf -e
Check the scsi termination is ok.
Check for any lbolt errors in dmesg or /var/adm/syslog/syslog.log
Check the driver is in the kernel. Sounds like it is.
If the scsi id has changed you will find that when you run a backup, you create a huge file in /dev and the users moan that the system is slow. Especially when / fills up!
Worst case reboot.
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 02:19 AM
04-23-2002 02:19 AM
Re: Cannot see my Quantum DLT 7000
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 02:32 AM
04-23-2002 02:32 AM
Re: Cannot see my Quantum DLT 7000
ioscan -fCtape
find your dlt drive...
Class I H/W Path Driver S/W State H/W Type Description
==================================================================================
tape 0 0/0/1/0.3.0 stape CLAIMED DEVICE HP C1537A
tape 1 0/12/0/0.1.17.255.0.0.1 stape CLAIMED DEVICE QUANTUM DLT7000
The S/W must be CLAIMED.
insf -e -C tape
now run
ioscan -fnkCtape to see the actual /dev/rmt/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 02:58 AM
04-23-2002 02:58 AM
Re: Cannot see my Quantum DLT 7000
That hit the nail on the head
That was the one
If the scsi id has changed you will find that when you run a backup, you create a huge file in /dev and the users moan that the system is slow. Especially when / fills up!
Worst case reboot.
Cheers
Rich