- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/rmt/0m:No such device or address
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
02-06-2005 10:52 PM
02-06-2005 10:52 PM
/dev/rmt/0m:No such device or address
I am getting the following error when i work with backup & tape related commands.
"/dev/rmt/0m:No such device or address"
I tried with the following things but didn't work.
1, Changed the tape drive
2, Did insf -e
3, Changed the media
It was working till last week. Last week i did a reboot.From reboot it's not worknig. But when i do a ioscan, it's showing the device. Can anyone help me out.
Note : I am sure the drive doesn't have any problem. Bcoz when i use the same drive to someother machine it works.
Thanks in advance
Navin samuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 10:57 PM
02-06-2005 10:57 PM
Re: /dev/rmt/0m:No such device or address
please check dmesg for error messages.
What exactly does ioscan report back?
Is the driver for the tape in the kernel (may have been lost in reboot)?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 10:58 PM
02-06-2005 10:58 PM
Re: /dev/rmt/0m:No such device or address
give you ?
You aren't using ioscan with -k option? This will show what is in the kernel's cache, not do an actual device poll.
I sometimes get the same error, if the device is not ready (e.g. tape not loaded etc).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 10:58 PM
02-06-2005 10:58 PM
Re: /dev/rmt/0m:No such device or address
[root@vpart1 /var/appl/perlscripts/LOGS]# ioscan -f /dev/rmt/0m
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
[root@vpart1 /var/appl/perlscripts/LOGS]#
Does the "Driver" show up? and is the device "claimed" ?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 11:55 PM
02-06-2005 11:55 PM
Re: /dev/rmt/0m:No such device or address
Hi all,
Thank you for your replies.
Dmesg is not showing any errors related to tape drive
Output of ioscan -f /dev/rmt/0m
root@holland>ioscan -f /dev/rmt/0m
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/0/1/0.3.0 stape NO_HW DEVICE HP C1537A
You can note here the "driver s/w is showing as stape NO_HW instead of CLAIMED.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:04 AM
02-07-2005 12:04 AM
Re: /dev/rmt/0m:No such device or address
did you check the obvious:
- tape drive still has power?
- cables still connected firmly?
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:12 AM
02-07-2005 12:12 AM
Re: /dev/rmt/0m:No such device or address
I know this reads like a stupid question, but is the tape drive turned ON ?
Also, but are the attributes of /dev/rmt/0m?
[root@vpart1 /var/appl/perlscripts/LOGS]# ls -l /dev/rmt/0m
crw-rw-rw- 2 bin bin 205 0x003000 May 28 2004 /dev/rmt/0m
[root@vpart1 /var/appl/perlscripts/LOGS]#
If you have another identical tape drive, swap them and see if the problem follows the tape drive.
You probably have a dead tape drive.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:13 AM
02-07-2005 12:13 AM
Re: /dev/rmt/0m:No such device or address
Pls find the ioscan -funC tape output
root@holland>ioscan -funC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/0/1/0.3.0 stape NO_HW DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c0t3d0BESTn
/dev/rmt/0mb /dev/rmt/c0t3d0BESTnb
/dev/rmt/0mn /dev/rmt/c0t3d0DDS
/dev/rmt/0mnb /dev/rmt/c0t3d0DDSb
/dev/rmt/c0t3d0BEST /dev/rmt/c0t3d0DDSn
/dev/rmt/c0t3d0BESTb /dev/rmt/c0t3d0DDSnb
tape 1 0/0/1/0.4.0 stape CLAIMED DEVICE HP C1537A
It's showing two device, one with no_hw & one with claimed. I dont understand. If any problem in the scsi cable, will ioscan report claimed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:16 AM
02-07-2005 12:16 AM
Re: /dev/rmt/0m:No such device or address
That's what it kind of looks like.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:23 AM
02-07-2005 12:23 AM
Re: /dev/rmt/0m:No such device or address
looks like a problem with the SCSI ids.
Tape 0 is installed on ID 3.
Tape 1 is showing on ID 4.
Your device files are probably pointing to the wrong tape.
When you changed the tape drive did you check what scsi it had set. You may have signalled to the machine that a new drive is installed and then removed it again.
This tends to confuse the machine. May be easier to scrap and remake the device files after a clean reboot.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:24 AM
02-07-2005 12:24 AM
Re: /dev/rmt/0m:No such device or address
Turn the tape drive off, change the SCSI ID back to 3 - its the push button in the back of the drive. Turn it back on, and redo the IOSCAN.
live free or die
harry d brown jr