- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I/O error with dd
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
10-13-2000 01:56 AM
10-13-2000 01:56 AM
I/O error with dd
dd if=/tmp/label1 of=/dev/rmt/4m
The output from this command is:
0+1 records in
0+1 records out
I/O error
Any ideas as to why I get the I/0 error? I'm assuming it's to do with teh tape, because if I use the same command but set the output to another file, it works fine.
I can read from and write to the tape using cpio and tar just to confuse the issue!
any help greatly appreciated.
Tim Pottle
timothy.pottle@capgemini.co.uk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 01:59 AM
10-13-2000 01:59 AM
Re: I/O error with dd
you could try a different blocksize:
dd if=/tmp/label1 of=/dev/rmt/4m bs=5k
(think for DDS devices 5k is a good choice)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 02:03 AM
10-13-2000 02:03 AM
Re: I/O error with dd
What type of server is it and what type of tape drive?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 02:06 AM
10-13-2000 02:06 AM
Re: I/O error with dd
Something is wrong with your tape or tapedrive. Try another tape. Check tapedrive doesnt need cleaning.
Your dd command should work perfectly on a good drive+tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 02:16 AM
10-13-2000 02:16 AM
Re: I/O error with dd
Server is an HP 800 series, running HP10.20
we've cleaned the drive and changed the tapes. I've also run the dd command successfully on a different server with the same stacker and same sort of tapes, so it is pointing to a hardware/media problem isn't it? It confused me as to why I could use cpio and tar, but not dd. Other parts of the script using a "dump" command fail too.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 02:17 AM
10-13-2000 02:17 AM
Re: I/O error with dd
cat /tmp/label1 > /dev/rmt/4m
Also, if this is a tape label, shouldn't you be using the non-rewind tape device file /dev/rmt/4mn?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 04:44 AM
10-13-2000 04:44 AM
Re: I/O error with dd
Yes, it certainly does point to a hardware or possibly a patch problem. Can you confirm the patch levels are the same on your servers ? (the one what works vs the one that doesnt) or perhaps more importantly the firmware revision on the DLT stacker ?
Have you tried resetting the DLT unit and changing the media ? If that still doesnt solve it then perhaps time to get HP on the case - call an engineer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 05:02 AM
10-13-2000 05:02 AM
Re: I/O error with dd
dd is one of the most basic tests that we use in support to isolate hw issues.