- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup
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-24-2002 05:29 AM
05-24-2002 05:29 AM
Test Plan Report (tpr) for for_backup follows .............
.....for_backup 020524 030504 starting
.....for_backup 020524 030505 Tape device is /dev/rmt/0m
.....for_backup 020524 030505 Parameter is = fbackup
.....for_backup 020524 030510 Tape is in drive
.....for_backup 020524 030510 fbackup
.....for_backup 020524 030511 fbackup error
debug info follows ... if available
fbackup(1004): session begins on Fri May 24 03:05:11 2002
fbackup(3047): could not open output file /dev/rmt/0m
fbackup(3019): would you like to enter a new output file?
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
End of report
Does this apprear to be a hardware error?
Lynn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:32 AM
05-24-2002 05:32 AM
Re: fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:32 AM
05-24-2002 05:32 AM
Re: fbackup
Did you try with an other tape ?
Try with tar to check your device :
# tar cv /home
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:34 AM
05-24-2002 05:34 AM
SolutionSince you do a check that the tapes is in the drive (correct ?) it could be that the tape is read-only.
You usually get this error when there is no tape mounted.
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:36 AM
05-24-2002 05:36 AM
Re: fbackup
2. try to use tar or cpio
3. check with ioscan -fnCtape
if there /dev/rmt/0m exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:39 AM
05-24-2002 05:39 AM
Re: fbackup
1)Could be dirty
2)COuld be bad or write protected tape.
Thus
Try to tar to it as shown and if that doe snot work using a new tape after the drive has been cleaned .
It is Hardware
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:41 AM
05-24-2002 05:41 AM
Re: fbackup
1) Drive fault
2) Device file does not exist/permission
3) Tape not compatible with drive
4) Tape is write protected
5) No tape in drive
Can you run this ..
# mt -f /dev/rmt/0m status
It'll report the status of the drive and tape. If you can't run this command you might need a patch for the "status" option ..
11.00 PHCO_16748 (mt status option)
10.20 PHCO_16705 (mt status option)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:44 AM
05-24-2002 05:44 AM
Re: fbackup
Which OS ? Did you check the following:
1) Media
2) Patch level
3) Drive
4) Check the same with another backup method (tar ?)
5) If you are using a remote backup, then check this document (TKB #S3100004479):
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000048580822
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:44 AM
05-24-2002 05:44 AM
Re: fbackup
before trying fbackup, to confirm whether your media and tape drive is good, try using tar
tar -cvf /dev/rmt/0m /tmp
If tar executes without any errors then you are sure that media and tape drive is good.
Then try your fbackup command again
Pls let me know what command have you given
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:12 AM
05-24-2002 06:12 AM
Re: fbackup
Many thanks to all of you who offered suggestions.
Lynn