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
06-24-2002 01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:32 AM
06-24-2002 01:32 AM
Re: Backup
is it possible that you use bad tape?
Check this out using dd- command:
dd if=/dev/null of=/dev/rmt/0 bs=64K
If your tape is bad, the command should fail and you will get an error message. If the command succeeds, possibly your tape drive must be cleaned or has a defect.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:33 AM
06-24-2002 01:33 AM
Re: Backup
Eject the tape; load a new one and try again.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:34 AM
06-24-2002 01:34 AM
Re: Backup
/The directory data on the tape cartridge has been corrupted. File search
performance will be degraded. Do not use this tape for further backup
operations./
I would try cleaning the DLT & use a NEW tape, though I did notice that your current tape was only used once.
You may also want to check out the SCSI patches & any patches for DLT (if any)
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:37 AM
06-24-2002 01:37 AM
SolutionSense Key 0x03 equals Code:0x03.
Code:0x03 Qualifier:0x00 Key:0x04 Status:0xXX
Device: ALL
Severity: CRITICAL
Event Summary: Hardware failure
Problem Description: While attempting to process an I/O request, the device reported that it was unable to perform the requested write operation due to a peripheral device write fault. The corresponding I/O request may have been processed in a way which could cause damage to or loss of data.
Probable Cause / Recommended Action: The device has experienced a hardware failure. Repair or replace the device, as necessary.
What is there more to see.. try to change tapes. If problems do not disappear, call supportdesk / hardware supplier for replacement of device.
Regards,
Ceesjan
ps. If the 'amber'-led is flashing, use a cleaning tape before calling them..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:45 AM
06-24-2002 01:45 AM
Re: Backup
I Tried the following command :
dd if=/dev/null of=/dev/rmt/0m bs=64k
The result is :
0+0 records in
0+0 records out
Moreover, the tape I use is a new tape and last time we used cleaning tape is last week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 03:23 AM
06-24-2002 03:23 AM
Re: Backup
doing a dd with if=/dev/null will always result in
0+0 records in
0+0 records out
use any other device od regular file as input
Regards
rainer