- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dd errors message
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
10-20-2000 03:52 AM
10-20-2000 03:52 AM
i get a error msg with dd:
RES 512 errno 9
(this is done from within the make_recovery-command)
Thanx
maurice
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 04:01 AM
10-20-2000 04:01 AM
Solutionthe error had somebody else, look here:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x24016d96588ad4118fef0090279cd0f9,00.html
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 04:06 AM
10-20-2000 04:06 AM
Re: dd errors message
The errno 9 means:EBADF bad file number
Check the log file "/var/opt/ignite/logs/ makrec.log1". It should tell you why it failed
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 04:45 AM
10-20-2000 04:45 AM
Re: dd errors message
the problem was that somebody put a DDS2 tape in a DDS1-drive
thanx for your help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 05:30 AM
10-20-2000 05:30 AM
Re: dd errors message
You might be interested in document #KBRC00001438 (/usr/bin/dd failing during make_recovery) upon which I stumbled when searching for something else...In part:
PROBLEM: When running make_recovery, it will start and after a while fail with the following error:
make_recovery(472): /usr/bin/dd failed,res=512,errno=0
RESOLUTION: This error usually indicates a scsi error accessing the tape. This can be
caused by bad tapes, a bad drive, a dirty drive or even corrupted device files.
The first thing to try is running a cleaning tape through the drive two or three times. This is the easiest and quickest of the possible resolutions.
Next, try a different tape, preferably new, if one is available.
If the problem still persists, check the system for the latest scsi patches.
...JRF...