- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover ask
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-05-2003 05:43 AM
08-05-2003 05:43 AM
The system A don??t have DDS, We do remote fbackup. Now I??m needing recover a filesystem in the system A
In system A
I do
frecover -xvf B:/dev/rmt/0hc -i /dbase
Is Ok this?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 05:53 AM
08-05-2003 05:53 AM
SolutionTo Restore data from a remote drive
/etc/frecover -xi/directory -f remote_name:/dev/rmt/0m
To do a remote restore with a local 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
08-05-2003 05:56 AM
08-05-2003 05:56 AM
Re: frecover ask
the command itself is fine, but you need to make sure that server B allows server A access to do this.
Easiest way is to add the line
A
to /.rhosts, however that poses a security risk as it opens server B to remote shells and execution (remsh, rexec) as well as rlogins from server A. If thats not a problem its the easiest way.
To test it login to server A, run rexec to execute 'date' or create a dummy file in /tmp on server B.
hope that helps,
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 06:02 AM
08-05-2003 06:02 AM
Re: frecover ask
just looked at it again, the options I used to use for frecover were
-oX -x
found it worked better than just -xvf, but if yours works then cool!
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 06:03 AM
08-05-2003 06:03 AM