- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup/frecover to remote host
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
12-14-2006 06:58 PM
12-14-2006 06:58 PM
fbackup/frecover to remote host
I would like to know whether it is possible to take backup from one hp-ux system direcotory and restore it to second hp-ux server in same cluster.
exact requirement.
two server in hp-ux cluster named nmssrv1 and nmssrv2.
- nmssrv1 is connected to DS2405 storage and having vgs /d/db and /d/db01 mounted as /d/db and /d/db01.
nmssrv2 i want to connect to another storage say emc and i have created same vgs /d/db and /d/d01 on that and mounted also as /d/db and /d/db01.
- i want to restore data of /d/db and /d/db01 from server nmssrv1 to /d/db and /d/db01 of server without using DAT/DLT drive, means i want to use fbackup and frecocver commands in one command line.
- this is very urgent if somebody can give solution for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 07:44 PM
12-14-2006 07:44 PM
Re: fbackup/frecover to remote host
why don't you use NFS ?
nfs mount nmssrv1/d/db and nmssrv1/d/db01 onto nmssrv2 as nmssrv2/d/o_db and nmssrv2/d/o_db01 and then just cp -r.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 08:20 PM
12-14-2006 08:20 PM
Re: fbackup/frecover to remote host
Thanks for your reply.
we thought of using rcp -p but rcp doesnt copy the symbolik link.
can you suggest something else...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 08:29 PM
12-14-2006 08:29 PM
Re: fbackup/frecover to remote host
although this thread mentions tapes, it will work for remote as well:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982670
You could also modify "Use tar in a pipeline to copy the entire file system hierarchy under fromdir to todir:" from "man tar"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 09:13 PM
12-14-2006 09:13 PM
Re: fbackup/frecover to remote host
If downtime is possible,
is it possible to connect VGs of both storage
to one server say nmssrv2 for time being.
If so, activate volume groups on both the storages,
mount filesystems and simply usr cp -R or cpio
to copy files from one mount pt. to other mount
pt.
After copy restore the storage connectivity to
appropriate server.
Just a suggestion ;).
But best way is to use tape backup/restore
using fbackup/frecover for a guarenteed consistency.
-Santosh
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:27 AM
12-19-2006 02:27 AM
Re: fbackup/frecover to remote host
could you please update this thread.
Is the problem resolved ?
If so, could you please assign points, summarise the solution and close.
Many Thanks
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 06:30 PM
12-19-2006 06:30 PM
Re: fbackup/frecover to remote host
Yes my problem got resolved and I used sam backup to tape and then restored to another machine.....i could not find the exact syntax i wanted...
anyway this thread can be closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 09:05 PM
12-19-2006 09:05 PM
Re: fbackup/frecover to remote host
I'm afraid it down to you to close the thread.
Before you close the thread, please take the time to reward the effort for the answers given with points.
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
Please see:
http://forums1.itrc.hp.com/service/forums/helptips.do?#40 on how to close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 12:44 AM
12-20-2006 12:44 AM
Re: fbackup/frecover to remote host
Rgds...Geoff