- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restore fbackup tape on remote SUN server driv...
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
Discussions
Discussions
Discussions
Forums
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
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-26-2003 09:56 PM
тАО10-26-2003 09:56 PM
Restore fbackup tape on remote SUN server drive
I received a DDS-3 tape in fbackup format, I don't have DDS-3 connected to HP-UX server. I tried restoring the backup on remote DDS-3 drive connected to a SUN
server, but it failed. Following options/command were tried. Is there any option to restore the data?
venus is L class HP-UX server where the data need to restored.
mercury is SUN server where the DDS-3 drive is connected.
# frecover -r -v -f mercury:/dev/rmt/0
It comes out without any error, the remote tape drive blinks once.
# dd if=/dev/rmt/0 ibs=10k |rsh venus "(cd /dcs_dump; /usr/sbin/frecover -r -v -f -)"
0+1 records in
2+0 records out
frecover(5418): not an fbackup volume; unable to read volume header
frecover(5414): abort selected
Thanks in advance
Regards
pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2003 10:21 PM
тАО10-26-2003 10:21 PM
Re: Restore fbackup tape on remote SUN server drive
You may want to try:
dd if=/dev/rmt/0 of=/tmp/fred bs=10k
then ftp hte file to the HP system, and try to frecover fom it:
frecover -r -v -f venus:/tmp/fred
Otherwise, get a tape for your HP box, or get the tape sent in cpio/tar format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 12:24 AM
тАО10-27-2003 12:24 AM
Re: Restore fbackup tape on remote SUN server drive
Fbackup /frecover will work only in HP unix
platform.This is HP legacy backup command.
Try to extract the contents to you SUN server
local disk using dd and if successful transfer data to HP using ftp or rcp .
better take the backup using tar and then restore.
bye
baiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 04:30 PM
тАО10-27-2003 04:30 PM
Re: Restore fbackup tape on remote SUN server drive
I doubt you cannot "dd" a fbackup tape. fbackup tape is has
variable block sizes and end of tape marks.
This is the reason you the error when tried dd in a sun system.
In hp also dd will not work for a fabckup tape.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 04:53 PM
тАО10-27-2003 04:53 PM
Re: Restore fbackup tape on remote SUN server drive
if you have room, create a tar file, ftp or sftp it to the sun box and then unzip it.
If however this backup was made on the sun box, its not fbackup format.
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
тАО10-27-2003 05:43 PM
тАО10-27-2003 05:43 PM
Re: Restore fbackup tape on remote SUN server drive
Also, I would suggest using the non-rewinding tape device on the sun. So try the first option, using the remote device on mercury, but use the non-rewinding:
# frecover -r -v -f mercury:/dev/rmt/0mn
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 05:53 PM
тАО10-27-2003 05:53 PM
Re: Restore fbackup tape on remote SUN server drive
Thanks for your suggestions
DD will not read the fbackup tapes as suggested by Thayanidhi. I don't have any other HP-UX server with DDS-3 tape.
I have found a external tape drive which I will try to connect with HP-UX server.
Regards
Pradeep