- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tape drive problem with make_tape_recovery
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
04-06-2006 07:09 AM
04-06-2006 07:09 AM
Tape drive problem with make_tape_recovery
897+0 records in
896+1 records out
I/O error
ERROR: /usr/bin/dd if=/var/tmp/uxinstlf.recovery of=/dev/rmt/0mn bs=2k failed
to write LIF onto tape.
ERROR: Failed to generate LIF on tape .
======= 04/05/06 15:39:21 GMT make_tape_recovery completed unsuccessfully
Also this shows up in dmesg:
SCSI TAPE: dev = 0xcd030040 I/O error during close
This leads me to believe the tape drive is bad. A reboot does not fix the issue.
So 4 drive replacements, 1 daughter board, 1 system board, and a complete hardware swap we're having the exact same issue. The only time it's fixed is when the drive is replaced. For several weeks after a drive replacement it works fine. Then all of a sudden it starts acting up again. The drives have all been from HP and have been the same drive. The thing that strikes me as odd, is the dd output is exactly the same every time it fails. It's always at 896+1 on the write that it fails.
The only things that are the same on this "new" machine are the externel disks (which are on a different scsi bus) and the OS install.
Can anyone think of the root cause other than maybe scsi termination? Is there any good way to troubleshoot this other than waiting for it to fail?
This machine must stay in production through August of 2007 as there are still some in the field so I really can't imagine not having recovery tapes until then. Aside from being slow, the machine works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:21 AM
04-06-2006 07:21 AM
Re: Tape drive problem with make_tape_recovery
i think you are right. Its either the tape or the drive.
dmesg -
wait a bit
dmesg
You may see something.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:27 AM
04-06-2006 07:27 AM
Re: Tape drive problem with make_tape_recovery
SCSI TAPE: dev = 0xcd030040 I/O error during close
I've tried many different tapes and the tapes work in other machines. This drive was working fine until in was made into this new machine. Seems odd that regardless of the hardware, it eats entire tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:47 AM
04-06-2006 07:47 AM
Re: Tape drive problem with make_tape_recovery
Brian,
Have you gone to the patch depot and searched for SCSI patches, or for DDS patches? The 10.02 patches are still available,and there may be one or two that possibly address your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 08:19 AM
04-06-2006 08:19 AM
Re: Tape drive problem with make_tape_recovery
This almost seems like a software problem that causes a hardware problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 08:41 AM
04-06-2006 08:41 AM
Re: Tape drive problem with make_tape_recovery
The easiest way is to try to tar something to the tape and see if that works:
The first thing I would do is to run a cleaning tape through the drive a couple of times then:
tar -cvf /dev/rmt/0m /tmp/somefile
then look for tar errors if none then:
tar -tvf /dev/rmt/0m
to see if it reads from the tape. I'm betting that the tape drive, especially if it's a couple of years old, just broke.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 08:57 AM
04-06-2006 08:57 AM
Re: Tape drive problem with make_tape_recovery
If you have a hardware contract with HP you might suggest that they replace it this time with a new or newer DDS-3 drive. I think since this has a history, they might be able to get that approved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:56 PM
04-06-2006 09:56 PM
Re: Tape drive problem with make_tape_recovery
I realise that it is much more straight forward to recover from a tape, if needs be, but have you considered using one of your other machines as an ignite server and send a make_net_recovery image to one of them instead of using tape?
Just a thought.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 12:45 AM
04-07-2006 12:45 AM
Re: Tape drive problem with make_tape_recovery
It is a DDS-2 drive. That's a good idea to change for a DDS-3 drive.
Also, the make_net_recovery sounds like a good idea, but I've never done it. Any good documentation for it? How would you boot the machine to get it to restore from the other server?