- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dd command to test tape drive
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
05-03-2007 01:55 AM
05-03-2007 01:55 AM
I am having some I/O errors in data protector during backups. I wanted to do a 'dd' to the tape drive to see if it works ok, but I can't run the dd command. The output is posted below. Also, if it works ok on the server that the drive is attached to, I wanted to test from a remote system. Is that possible with dd?
# mt -f /dev/rmt/0mn status
Drive: QUANTUM SuperDLT1
Format:
Status: [0]
File: 0
Block: 0
# dd if=/dev/rmt/0mn of=/dev/null bs=1024k
/dev/rmt/0mn: No such device or address
dd: cannot open /dev/rmt/0mn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 01:57 AM
05-03-2007 01:57 AM
Re: dd command to test tape drive
dd if=/dev/rmt/0m of=/dev/null bs=1024k
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 01:58 AM
05-03-2007 01:58 AM
Re: dd command to test tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:05 AM
05-03-2007 02:05 AM
Re: dd command to test tape drive
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:10 AM
05-03-2007 02:10 AM
SolutionStatus: [0]
when there is no tape loaded in the drive or at least it thinks there is no tape in the drive so until you get the Status line to display more than simply "[0]", you aren't going to get dd or anything else to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:14 AM
05-03-2007 02:14 AM