HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Failed to open tape device
Operating System - HP-UX
1825766
Members
2613
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-17-2004 02:34 AM
02-17-2004 02:34 AM
Hi guys. I'm having the following problem: I was trying to execute the following command make_tape_recovery -Av -l -x inc_entire=vg00 -a /dev/rmt/3mn, but it displays an error "Failed to open tape device /dev/rmt/0mn:No such device or address
(errno = 6)." I don't know why it shows 0mn, even if this is not the device I specify in the command line. I would like some help on this.
(errno = 6)." I don't know why it shows 0mn, even if this is not the device I specify in the command line. I would like some help on this.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 02:42 AM
02-17-2004 02:42 AM
Solution
Hi
Is your tape write protect
If not
Use
lssf /dev/rmt/*
To check for the device files
Looks like
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t best density available at ad
dress 0/0/1/0.5.0 /dev/rmt/0m
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley best density available a
t address 0/0/1/0.5.0 /dev/rmt/0mb
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t no rewind best density avail
able at address 0/0/1/0.5.0 /dev/rmt/0mn
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley no rewind best density a
vailable at address 0/0/1/0.5.0 /dev/rmt/0mnb
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t best density available at ad
dress 0/0/1/0.5.0 /dev/rmt/c0t5d0BEST
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley best density available a
t address 0/0/1/0.5.0 /dev/rmt/c0t5d0BESTb
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t no rewind best density avail
able at address 0/0/1/0.5.0 /dev/rmt/c0t5d0BESTn
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley no rewind best density a
vailable at address 0/0/1/0.5.0 /dev/rmt/c0t5d0BESTnb
stape property table configuration device /dev/rmt/stape_config
If there are any problems use sam to remake the device files for the drive
Steve Steel
Is your tape write protect
If not
Use
lssf /dev/rmt/*
To check for the device files
Looks like
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t best density available at ad
dress 0/0/1/0.5.0 /dev/rmt/0m
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley best density available a
t address 0/0/1/0.5.0 /dev/rmt/0mb
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t no rewind best density avail
able at address 0/0/1/0.5.0 /dev/rmt/0mn
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley no rewind best density a
vailable at address 0/0/1/0.5.0 /dev/rmt/0mnb
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t best density available at ad
dress 0/0/1/0.5.0 /dev/rmt/c0t5d0BEST
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley best density available a
t address 0/0/1/0.5.0 /dev/rmt/c0t5d0BESTb
stape card instance 0 SCSI target 5 SCSI LUN 0 at&t no rewind best density avail
able at address 0/0/1/0.5.0 /dev/rmt/c0t5d0BESTn
stape card instance 0 SCSI target 5 SCSI LUN 0 berkeley no rewind best density a
vailable at address 0/0/1/0.5.0 /dev/rmt/c0t5d0BESTnb
stape property table configuration device /dev/rmt/stape_config
If there are any problems use sam to remake the device files for the drive
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 03:00 AM
02-17-2004 03:00 AM
Re: Failed to open tape device
Hi,
What you can do is :
#ioscan -fnCtape && insf -e
#ioscan -fnkCtape
this will display the device file.
HTH,
Gideon
What you can do is :
#ioscan -fnCtape && insf -e
#ioscan -fnkCtape
this will display the device file.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 03:05 AM
02-17-2004 03:05 AM
Re: Failed to open tape device
If all of the above would not help, take a look at this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=145674
Elena.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=145674
Elena.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP