- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup Problem
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-20-2006 09:23 PM
05-20-2006 09:23 PM
syslog
May 21 14:18:47 HCANP vmunix: SCSI TAPE: dev = 0xcd000000 I/O error during clo
se
May 21 14:24:47 HCANP vmunix: SCSI TAPE: dev = 0xcd000000 I/O error during clo
se
Above mentioned error is coming while taking backup and it ends intermediately with console error "end of tape".Tried with new tape.Still problem repeats. Thanks for your reply.
With Regards,
Anand
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 10:23 PM
05-20-2006 10:23 PM
Re: Backup Problem
Hi,
The first thing to check is cleaning the drive !
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 10:23 PM
05-20-2006 10:23 PM
Re: Backup Problem
What type of tape device are you using?
Do you see a cleaning light flashing on the device?
What's the output of:
ll /dev/rmt|grep cd
Which product are you using for making backups?
Which tape device file are you using:
/dev/rmt/
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 10:40 PM
05-20-2006 10:40 PM
Re: Backup Problem
Tried with new cleaning and data cartridge still problem repeats.
DAT drive model:SONY SDT9000
DATA Cartridge :HP DDS2
Output of "ll /dev/rmt|grep cd" command is nothing.The tape devie file used is "/dev/rmt/0m"
Regards,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 11:36 PM
05-20-2006 11:36 PM
Re: Backup Problem
Are you sure you are using the correct tapes, DDS2?
Check tape state with ioscan:
- ioscan -fnCtape
Can you perform some tests on the tape device:
- Rewind tape (mt -f /dev/rmt/0m rew )
- tar cvf /dev/rmt/0mn /stand/vmunix
- tar rvf /dev/rmt/0mn /etc/profile
- Rewind tape
- check contents of tape: tar tvf /dev/rmt/0m
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 12:15 AM
05-22-2006 12:15 AM
Re: Backup Problem
The error that it is failing with is that it is reaching the end of the tape. It could be that somebody has put some big files in recently which has made the backup a bit bigger, thus the backup is running out of tape. Try doing it in 2 bits, ie the database (if you have one) over night and the flat files during the day.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 12:29 AM
05-22-2006 12:29 AM
SolutionTry to diagnose the problem with the Sony Tape Tool for HP-UX PA-RISC.
http://sony.storagesupport.com/dds/tapeutility_hpux_parisc.htm
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 05:12 AM
05-22-2006 05:12 AM
Re: Backup Problem
Regards,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 05:15 AM
05-22-2006 05:15 AM
Re: Backup Problem
If cleaning is not helpful, replace the drive.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 07:44 AM
05-22-2006 07:44 AM
Re: Backup Problem
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 09:09 AM
05-22-2006 09:09 AM
Re: Backup Problem
#dd if=
Do you really need to use 0m? 0h should give more data pn the tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 07:23 PM
05-26-2006 07:23 PM
Re: Backup Problem
Thanks for your response.It was DAT drive problem only.After replacing drive it is working fine and I could able to take backup as well.Thanks once again.
With Regards,
Anand.