- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup error: can't write to tape device
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
09-11-2002 05:06 AM
09-11-2002 05:06 AM
"fbackup(3047): could not open output file /dev/rmt/0m"
Oddly enough, an frecover of the tape header seems to work.
Do I need a new tape drive?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:11 AM
09-11-2002 05:11 AM
Re: fbackup error: can't write to tape device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:13 AM
09-11-2002 05:13 AM
Re: fbackup error: can't write to tape device
To eliminate the device file send the fbackup to :-
/dev/rmt/c?d?t?BEST
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:15 AM
09-11-2002 05:15 AM
Re: fbackup error: can't write to tape device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:26 AM
09-11-2002 05:26 AM
Re: fbackup error: can't write to tape device
I've had the same problem.
Was it working before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:33 AM
09-11-2002 05:33 AM
Re: fbackup error: can't write to tape device
Did you try a small tar backup:
# tar -cvf /dev/rmt/0m /tmp/testfile
If this is successful, then try doing fbackup again. Also check the patches installed on the system. Apply the latest patch bundle if required.
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:40 AM
09-11-2002 05:40 AM
Re: fbackup error: can't write to tape device
This is a tape drive and system that has worked fine for 2 years.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:44 AM
09-11-2002 05:44 AM
Re: fbackup error: can't write to tape device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:45 AM
09-11-2002 05:45 AM
Re: fbackup error: can't write to tape device
do a "ioscan -fnkC tape" and make sure you are using the correct /dev/rmt/?m file
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 06:02 AM
09-11-2002 06:02 AM
Re: fbackup error: can't write to tape device
If it does try the fbackup again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 06:03 AM
09-11-2002 06:03 AM
Re: fbackup error: can't write to tape device
you tried that already
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 06:16 AM
09-11-2002 06:16 AM
Re: fbackup error: can't write to tape device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 06:22 AM
09-11-2002 06:22 AM
SolutionI think you may well need to have the drive replaced. If you're able to read from known good tapes, but not able to write using fbackup, cpio, tar then the write head could be damaged.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 12:06 PM
09-11-2002 12:06 PM
Re: fbackup error: can't write to tape device
use stm (list xstm best) to run diagnostics on the tape drive. It is a good tool for isolating a hardware problem.
Good luck.