- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote backup recovery
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
04-10-2002 03:35 AM
04-10-2002 03:35 AM
I have 2 HPUX 10.20 servers, and I'm not having much luck trying to perform a remote recovery from one to the other.
The tape is in the drive and the files are listed OK.
When I log onto the second server and thorugh sam, try and run a remote recovery I get the following error message :
Unable to open shse001:/dev/rmt/0m
Do you wish to continue?
The 2 servers are listed in each others .rhost files.
Any advice is greatly appreciated
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 03:43 AM
04-10-2002 03:43 AM
Re: Remote backup recovery
Can you explain a little more about what you mean "remote recovery through sam"?
Which server is this "shse001" ??
What are the entries in .rhosts?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 03:43 AM
04-10-2002 03:43 AM
Re: Remote backup recovery
Does this work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 03:43 AM
04-10-2002 03:43 AM
Re: Remote backup recovery
check ther .rhosts entries are correct by doing a rlogin from one to the other and vice versa. If this doesnt work the IP is not being translated so change the .rhosts to be ip adresses instead.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 03:51 AM
04-10-2002 03:51 AM
Re: Remote backup recovery
The tape drive is in shse001, but I would like to restore the files onto shsed001, and am trying to do it through "Interactive backup & recovery" in SAM.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 04:04 AM
04-10-2002 04:04 AM
Solutionhere is the format
try manually
Restore of backup over network.
Restore from a remote DAT/DDS drive
/etc/frecover -xi/directory -f remote_name:/dev/rmt/0m
Remote restore with local DAT/DDS drive
remsh remote_name " /etc/frecover -xi/directory -f local_name:/dev/rmt/0m"
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 04:06 AM
04-10-2002 04:06 AM
Re: Remote backup recovery
/etc/hosts.equiv and files named .rhosts in user home directories
specify remote hosts and users which are equivalent to the local
host or user. Users from equivalent remote hosts can
access a local non-super-user account with remsh(1) or rcp(1) or
rlogin(1) to the local account without supplying a password. The
security defined in hosts.equiv is implemented by the library routine
ruserok(3N).
In the following, hosts.equiv means either /etc/hosts.equiv or a file
.rhosts in a local user's home directory.
Note that .rhosts must be owned, either by the user in whose home
directory it is found, or by the super-user (and must not be a
symbolic link).
/etc/hosts.equiv defines system-wide equivalency, whereas a user's
.rhosts defines equivalency between that user and remote users to which
that user chooses to allow or deny access.
grt, E
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 11:47 PM
04-10-2002 11:47 PM
Re: Remote backup recovery
It is now seeing the remote tape drive using the following command :
freceover -xi /usr3 -f shse001:/dev/rmt/0m
When I do a list of the tape - the above directory is on it. However, when I run the frecover command, I get as far as :
frecover(5401): Volume 1 completed.
frecover(5404): Press return when the next volume is ready on shse001:/dev/rmt/0
m:
All the files should be on one tape
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 11:51 PM
04-10-2002 11:51 PM
Re: Remote backup recovery
normally frecover works silently. Use the -v option to put it into Verbose mode and display the file..
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:54 AM
04-11-2002 01:54 AM
Re: Remote backup recovery
frecover(5401): Volume 1 completed.
frecover(5404): Press return when the next volume is ready on shse001:/dev/rmt/0
m: