- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: is this right
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-05-2003 12:20 PM
02-05-2003 12:20 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:25 PM
02-05-2003 12:25 PM
Re: is this right
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:25 PM
02-05-2003 12:25 PM
Re: is this right
ioscan -fnkC tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:26 PM
02-05-2003 12:26 PM
Re: is this right
When you get no such device or address, there are two possibilities.
1. Either the location where this device file is pointing to has no tape drive attached.
Do
lssf /dev/rmt/0m and note down the address and physically verify if there is a tape at that addresss. You can get it from ioscan too. See if it says CLAIMED.
2. Or, there is no tape in the tape drive
To test it, you can do
mt -t /dev/rmt/0m rew
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:28 PM
02-05-2003 12:28 PM
Re: is this right
tape 0 0/0/1/0.6.0 stape CLAIMED DEVICE
/dev/rmt/0m /dev/rmt/c0t6d0BESTn
/dev/rmt/0mb /dev/rmt/c0t6d0BESTnb
/dev/rmt/0mn /dev/rmt/c0t6d0DDS
/dev/rmt/0mnb /dev/rmt/c0t6d0DDSb
/dev/rmt/c0t6d0BEST /dev/rmt/c0t6d0DDSn
/dev/rmt/c0t6d0BESTb /dev/rmt/c0t6d0DDSnb
tape 1 0/8/0/0.8.0.0.0.0.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/1m /dev/rmt/c3t0d0BEST
/dev/rmt/1mb /dev/rmt/c3t0d0BESTb
/dev/rmt/1mn /dev/rmt/c3t0d0BESTn
/dev/rmt/1mnb /dev/rmt/c3t0d0BESTnb
tape 2 0/8/0/0.8.0.0.0.1.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/2m /dev/rmt/c3t1d0BEST
/dev/rmt/2mb /dev/rmt/c3t1d0BESTb
/dev/rmt/2mn /dev/rmt/c3t1d0BESTn
/dev/rmt/2mnb /dev/rmt/c3t1d0BESTnb
tape 3 0/8/0/0.8.0.0.1.2.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/3m /dev/rmt/c4t2d0BEST
/dev/rmt/3mb /dev/rmt/c4t2d0BESTb
/dev/rmt/3mn /dev/rmt/c4t2d0BESTn
/dev/rmt/3mnb /dev/rmt/c4t2d0BESTnb
tape 5 0/8/0/0.8.0.0.2.4.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/5m /dev/rmt/c18t4d0BEST
/dev/rmt/5mb /dev/rmt/c18t4d0BESTb
/dev/rmt/5mn /dev/rmt/c18t4d0BESTn
/dev/rmt/5mnb /dev/rmt/c18t4d0BESTnb
tape 6 0/8/0/0.8.0.0.2.5.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/6m /dev/rmt/c18t5d0BEST
/dev/rmt/6mb /dev/rmt/c18t5d0BESTb
/dev/rmt/6mn /dev/rmt/c18t5d0BESTn
/dev/rmt/6mnb /dev/rmt/c18t5d0BESTnb
here is the output of ioscan..
what does 0m , 0mn omb etc..stand for???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:32 PM
02-05-2003 12:32 PM
Re: is this right
First, it looks odd to me that there's no device associated with your first drive - all the others say Quantum DLT7000.
Second, 0m and 0mn are the AT&T style device files for regular and no rewind, respectively. The ones with the b are Berkely style.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:39 PM
02-05-2003 12:39 PM
Re: is this right
You have 5 DLTs in a chain and 1 DDS tape drive.
Are you keeping the tape in the DDS tape drive?
b represents berkeley style. No b is at&t style
n represents norewind. So, the system will not rewind the tape to write data before and after.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:45 PM
02-05-2003 12:45 PM
Re: is this right
pax vs tar ?
when i did the tar -vf /dev/rmt/omn : I got this error message tape
Tar: blocksize = 4
directory checksum error
but when i use pax ...i was able to see all files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:48 PM
02-05-2003 12:48 PM
Re: is this right
For future reference and to close the thread, can you post the reason why it was giving "no such device or address"?.
Thanks,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 12:56 PM
02-05-2003 12:56 PM
Re: is this right
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 01:33 PM
02-05-2003 01:33 PM
Re: is this right
Backups are a royal pain without proper labels on the tapes. Unix lacks good tools to decipher unmarked tapes although an extended /etc/magic file can sometimes be fairly useful (man file).
Bill Hassell, sysadmin