- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restore files on remote HP-UX Tape
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-28-2010 06:23 AM
10-28-2010 06:23 AM
Restore files on remote HP-UX Tape
UNIX1 really does not have enough space available to restore locally. Is there a simple way to rcp the files to the new HP-UX box? Currently I can rcp and have the necessary steps in place.
I know this is probably very easy but being new to UNIX I cannot find an easy method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 06:37 AM
10-28-2010 06:37 AM
Re: Restore files on remote HP-UX Tape
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 07:00 AM
10-28-2010 07:00 AM
Re: Restore files on remote HP-UX Tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 07:16 AM
10-28-2010 07:16 AM
Re: Restore files on remote HP-UX Tape
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 07:28 AM
10-28-2010 07:28 AM
Re: Restore files on remote HP-UX Tape
> [...] using sam.
What, exactly, did SAM do? If it were "tar",
then something like this might work
(depending on how exactly how the tape was
created):
UNIX1# cd /net/UNIX2/wherever
UNIX1# tar xfo /dev/tape [...]
If fbackup/restore, then something similar?
The key (I claim) is to use NFS to access the
remote file system, and restore the files to
a different file system from the original
one. That can be more difficult if the tape
archive has absolute paths ("/xxx/yyy/...")
instead of relative paths ("xxx/yyy/...").
What, exactly, is on the tape?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 07:46 AM
10-28-2010 07:46 AM
Re: Restore files on remote HP-UX Tape
You should be able to peruse the frecover man page and see information about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 08:04 AM
10-28-2010 08:04 AM
Re: Restore files on remote HP-UX Tape
More accurately: _A_ key [...]. Using either
a remote file system (like NFS) with a local
tape device, or a local file system with a
remote tape device, should be possible (if
the appropriate back-up program can deal with
the particular remote gizmo, and the rest of
the required infrastructure is in place).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 08:25 AM
10-28-2010 08:25 AM
Re: Restore files on remote HP-UX Tape
I would suggest you to go for NFS;
that is a good idea.
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 09:22 AM
10-28-2010 09:22 AM
Re: Restore files on remote HP-UX Tape
There is no facility in the OS for this type of tape sharing.
You would need to copy the file to the system with the tape and then with a remote session on that system write to the tape.
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-28-2010 11:40 AM
10-28-2010 11:40 AM
Re: Restore files on remote HP-UX Tape
> type of tape sharing.
If true, then that would seem to make HP-UX
almost uniquely lame among UNIX
implementations.
man rmt
I never use it, but it seems to be there.
("man rdump", too, for example. I believe
that some flavors of "tar" can do this, too.)
Operating a local tape drive with a remote
disk (file system) always seemed to me to be
less trouble than the other way around.
Especially if "remote" means so remote that
you can't see the flashing lights (or hear
the whirring sounds) of the actual tape
drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 12:20 PM
10-28-2010 12:20 PM
Re: Restore files on remote HP-UX Tape
NOT TRUE!
See the '-f' section of the frecover (or fbackup) man page:
â f device
device identifies the backup device to be used instead of the default /dev/rmt/0m. If device is â , frecover reads from standard input. Thus fbackup and frecover can be used in a pipeline to backup and recover a file system as follows:
fbackup â i /usr â f â | (cd /mnt; frecover â Xrf â )
If more than one output file is specified, frecover uses each one successively and then repeats in a cyclical pattern. Patterns can be used in the device name in a way similar to file name expansion as done by sh(1). The expansion of the pattern results in all matching names being in the list of devices used. A device on the remote machine can be specified in the form machine:device. frecover creates a server process, /usr/sbin/rmt, on the remote machine to access the tape device. If /usr/sbin/rmt does not exist on the remote system, frecover creates a server process from /etc/rmt on the remote machine to access the tape device. The pattern matching capability does not apply to remote devices.
Only raw magnetic tapes can be remote devices. The fast search marks capability is not used when accessing remote DDS devices.
Note the sentence: "A device on the remote machine can be specified in the form machine:device."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2010 03:41 PM
10-28-2010 03:41 PM
Re: Restore files on remote HP-UX Tape
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2010 06:44 AM
10-29-2010 06:44 AM
Re: Restore files on remote HP-UX Tape
> 11.31 frecover has never been documented.
> [...]
Any backup software where a new version
couldn't read an old tape would lead me to
seek a different vendor very promptly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2010 11:23 AM
10-29-2010 11:23 AM
Re: Restore files on remote HP-UX Tape
> couldn't read an old tape would lead me to
> seek a different vendor very promptly.
Actually, HP solved the problem by deprecating fbackup for 11.31 -- which means that it is gone for the next rev...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2010 01:47 PM
10-29-2010 01:47 PM
Re: Restore files on remote HP-UX Tape
> deprecating fbackup for 11.31 -- which
> means that it is gone for the next rev...
Removing fbackup is one thing. Removing
frecover is another.
(When BACKUP disappears from VMS, it'll be
time to throw in the towel.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2010 05:21 PM
10-29-2010 05:21 PM
Re: Restore files on remote HP-UX Tape
This direction for frecover should be supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2010 01:42 AM
11-01-2010 01:42 AM
Re: Restore files on remote HP-UX Tape
Sagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2010 06:58 AM
11-01-2010 06:58 AM
Re: Restore files on remote HP-UX Tape
Whoa. Why didn't I think of that? No, wait,
...