- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup error 4301
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
10-15-2002 03:36 AM
10-15-2002 03:36 AM
Fbackup error 4301
Patched to Sept2001
Having problems with restoring from tape created by fbackup.
Command used for frecover
frecover -xXg fgraph.txt -f
but this is still returning 4301 error.
I used this yesterday to pick up a file that was not recovering from the tape. This worked successfully.
HOwever today I have tried to recover more files from the tape and am still getting error 4301. Why?
The recover is restoring the dirctory the files are in but not the files themselves.???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 03:59 AM
10-15-2002 03:59 AM
Re: Fbackup error 4301
Try using -v which may give you more info , also get the index of the files on the tape and ensure that your files are on the tape.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 04:11 AM
10-15-2002 04:11 AM
Re: Fbackup error 4301
Your messages are defined in
/usr/lib/nls/msg/C/frecover.cat and frecover respectively
4301 reads
(4301): %s not recovered from backup media
As Paula stated, create an index of your tape to check the files exist
frecover -I /tmp/tape.idx
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 04:25 AM
10-15-2002 04:25 AM
Re: Fbackup error 4301
I know it makes no sense, I have even tried to use the hostname with the -f option and this still is not working.
The backup was taken from one server and put onto another. However the other system is a clone of the orginal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 06:15 AM
10-15-2002 06:15 AM
Re: Fbackup error 4301
Try running frecover -rovNf /dev/rmt/0m >/tmp/recoverout
This will read the entire tape and produce a listing of all the files present in the backup. Check the /tmp/recoverout file for your problem files.
I did see a similar problem a couple of years back where certain files could not be pulled back from the tape, but using the hostname:device file method worked. I'm pretty sure this was fixed in a subsequent patch.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 06:20 AM
10-15-2002 06:20 AM
Re: Fbackup error 4301
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 06:21 AM
10-15-2002 06:21 AM
Re: Fbackup error 4301
I am going to have to raise this as a call to HP.
Thanks for all your replies
Paul