- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX fbackup vs IBM backup
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
08-20-2003 05:33 AM
08-20-2003 05:33 AM
People here used to work on a HP/9000 box since 1993 and now we have to move to a IBM RS/6000. Many backups have been taken from the HP box (using FBACKUP command) and I have to 'convert' them to IBM backups on another media type. I tried to read a HP backup tape on the IBM box but it didn't see anything (probably because this is a unrecognized backup format).
What would be the best way to convert the HP backups to IBM? Any ideas?
It wouldn't be very funny to restore each backup on a temporary file system on the HP box, rcp the files to the IBM box and backup the files from there on the new media, that would be non-sense ... ;-)
Any suggestion?
Thanks in advance,
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:42 AM
08-20-2003 05:42 AM
Re: HP-UX fbackup vs IBM backup
fbackup isn't a portable format I'm afraid. Unless you can figure out a way to write a program to read the tape contents and dump it in the format of your choice I think you're going to be limited to frecover'ing onto a shared filesystem and backing up with the IBM tool.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:51 AM
08-20-2003 05:51 AM
Re: HP-UX fbackup vs IBM backup
If you have omniback you can install an Agent on AIX. This will help you move data to AIX, however
if you are getting rid of HP this wouldn't be your long term.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 06:03 AM
08-20-2003 06:03 AM
Re: HP-UX fbackup vs IBM backup
We use ftp for small files and tar for large files for transfering between AIX and HPUX.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 06:08 AM
08-20-2003 06:08 AM
Re: HP-UX fbackup vs IBM backup
I am afraid there is no other way. Restore the tapes to a temporary location and transfer to the AIX box and back up with some AIX utility. Or back up again on the HP-UX box in a portable format (as tar or cpio).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 06:18 AM
08-20-2003 06:18 AM
SolutionIn Unix, only tar and cpio are industry compatible (but limited to 2Gb files or less). But since you already have the old fbackup tapes, you'll need the transfer system.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 06:21 AM
08-20-2003 06:21 AM
Re: HP-UX fbackup vs IBM backup
If you are real industrious, you MIGHT be able to cobble something together with frecover on the HP-UX machine piping the restore output to something that then copies it over to your AIX box.
In the end though, you will almost certainly HAVE to use frecover to read the tape and then go from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 06:19 AM
08-21-2003 06:19 AM
Re: HP-UX fbackup vs IBM backup
1. Restore to HP box
2. NFS export said HP filesystem (fs)
3. NFS mount HP fs from Aix
4. Run IBM backup on the NFS (i.e. HP) filesystem
5. Unmount the NFS fs from aix
6. Test my restore
Not elegant, but easy.
HTH, Sorrel Jakins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 06:49 AM
08-21-2003 06:49 AM
Re: HP-UX fbackup vs IBM backup
As others have mentioned already, you do need the HP-UX restore tapes made with fbackup with frestore.
If time is a contraint, and the old HP machine must leave, you could get another HP system pretty cheaply on eBay. I'm serious, any workstation with appropriate disk space running HP-UX should do the trick, then NFS share the restored data and copy over to the AIX system for further archiving.
I know this isn't what you would like to happen, but consider getting another HP if time is a restraint.
Hope this helps!