- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Frecover from remote system 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
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
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
тАО09-21-2004 03:27 AM
тАО09-21-2004 03:27 AM
Frecover from remote system tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2004 03:30 AM
тАО09-21-2004 03:30 AM
Re: Frecover from remote system tape
you specify your device as hostname:/dev/rmt/unit>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2004 03:37 AM
тАО09-21-2004 03:37 AM
Re: Frecover from remote system tape
you need to have .rhosts and /etc/hosts.equiv defined to recover using a tape drive on a remote system. In the frecover command refer the remote system tape drive as remote_host:/dev/rmt/0mn if you are using /dev/rmt/0mn from the remote host.
Use the "man frecover" command to check what options you should be using with the frecover command (depending on whether you want a full restore or a partial restore).
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2004 03:44 AM
тАО09-21-2004 03:44 AM
Re: Frecover from remote system tape
You may for simplicity's sake wish to consider a two step process.
Restore the files to a temporary filesystem on the tape bestowed system and then rcp them to the system that needs them.
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
тАО09-21-2004 04:07 AM
тАО09-21-2004 04:07 AM
Re: Frecover from remote system tape
System1: box with a tape device (i.e: /dev/rmt/0m)
System2: box without tape unit
In System1 create a .rhosts file with full resolution name and allowed user, i.e:
System2.your_domain.com root
With this definition your root user from System2 can uses the fbackup/frecover commands into System1 box.
Then, from System2, execute the commands using -f option with System1:/dev/rmt/0m, pls ckeck -f option into both man's pages.
Rgds.