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-09-2005 12:45 AM
05-09-2005 12:45 AM
how to list backup files taken by fbackup utility...
Thanks,
Yogesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 12:50 AM
05-09-2005 12:50 AM
Re: fbackup
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 12:56 AM
05-09-2005 12:56 AM
SolutionI got this out of the sam command log.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 12:57 AM
05-09-2005 12:57 AM
Re: fbackup
At the fbackup command add -I path. This will create an index when backing up.
To do it afterwords, do an frecover -Nv
(no recovery) Prevent frecover from actually recovering any files onto disk, but read the backup as if it was, in fact, recovering the data from the backup, producing the same output that it would on a normal recovery. This option is useful for verifying backup media contents in terms of validity (block checksum errors are reported), and contents (a listing of files can be produced by using the -N and -v options together).
cheerio,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 01:57 AM
05-09-2005 01:57 AM
Re: fbackup
steven's reply work perfectly..
but after stevens reply ...its asking following --->>
# /usr/sbin/frecover -I /var/tmp/index -f /dev/rmt/0mn -v ; /usr/bin/cat /var/tmp/index>
frecover(2105): did not find expected file marker
frecover(5419): checksum on volume header is incorrect.
frecover(5420): not an fbackup volume; magic value is incorrect
frecover(2105): did not find expected file marker
frecover(5412): Do you wish to try to salvage this volume? (^[yY]/^[nN]) n
frecover(5411): Do you wish to try a different volume? (^[yY]/^[nN])
------------------------------------
after this its showing the files that has backup ....
will it make some problem while restoring?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:18 AM
05-09-2005 02:18 AM
Re: fbackup
It may need to be rewound.
Try it once with sam and see what it finds.
If the tape is important, make sure the tape is write protected.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:10 PM
05-09-2005 06:10 PM
Re: fbackup
frecover(2105): did not find expected file marker
frecover(5419): checksum on volume header is incorrect.
frecover(5420): not an fbackup volume; magic value is incorrect
frecover(2105): did not find expected file marker
frecover(5412): Do you wish to try to salvage this volume? (^[yY]/^[nN]) n
frecover(5411): Do you wish to try a different volume? (^[yY]/^[nN])
******************************************
what this error exactly means...backup utility used is fbackup only....
will it give any problem with restiration.
Waitng for replis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:20 PM
05-09-2005 06:20 PM
Re: fbackup
I doubt that you have a defective tape/tape drive. That is what the error is pointing to. Are you sure you are using a fbackup tape.
Try rewinding the tape and then do an frecover.
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 08:13 AM
05-10-2005 08:13 AM
Re: fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 02:23 PM
05-10-2005 02:23 PM
Re: fbackup
frecover -I - -f /dev/rmt/what_ever
The -Nv option will take a VERY long to produce . The purpose of -N is to read the entire tape, check the special fbackup checksums and display the filenames. The -I option shows all the files that were selected for backup. -N will show the actual files backed up, usually identical unless someone removed a file during backup.
The error you are seeing is simple: the tape is not an fbackup tape. Whatever was written on the tape (perhaps by accident) has destroyed anything previously written by fbackup. You can try pax to read the tape and see if it has a tar or cpio backup.
It's really important to protect a backup tape once you start the backup. If the permissions for the tape drive are open (ie, 666) then anyone can write over your backup before you eject the tape. Only root should be allowed to write on a tape drive (600 permissions).
Bill Hassell, sysadmin