- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filesystem copy from one host to other
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
09-16-2004 08:41 AM
09-16-2004 08:41 AM
both are using SAM )
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 08:59 AM
09-16-2004 08:59 AM
Re: filesystem copy from one host to other
Tom T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 10:08 AM
09-16-2004 10:08 AM
Re: filesystem copy from one host to other
/usr/sbin/vxdump 0f - /dev/vgXX/lvolXX | remsh myhost '(cd /apps/mydir; /usr/sbin/vxrestore -rf -)'
Ensure that the systems are trusting one another. The remsh trust can be temporary - remove after complete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 05:39 PM
09-16-2004 05:39 PM
Re: filesystem copy from one host to other
What about the good old fbackup / frestore ?
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 06:01 PM
09-16-2004 06:01 PM
SolutionFbackup can do the job for you but then you have to back it up on tape first and then restore the tape back on the other system.
Other way i would see is:
1. Export the filesystem, mount it on the other system and then copy it to new filesystem on that system.
2. Configure rsh/rcp ( you need to set up either .rhosts or hosts.equiv files on both the servers) and simply do the remote copy using rcp. Well if it is huge filesystem then better to backup it up on tape and then proceed with restore on the other system.
Remember both this option will put considerable load on your network.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 11:22 PM
09-16-2004 11:22 PM
Re: filesystem copy from one host to other
machine1 ----> machine2
Export the file system with access to machine2
On machine2 mount the file system and use it. If you want to make use remote host (machine1 file system) as an additional resource then no need to copy into the localhost (machine2)
Else after making nfs setup, copy the needed file sytem and umount it there.
Else go for r* commands. Specfically, rcp there. Make setup rhosts file to make remote command execution between two hosts.
I Suggest you to go for NFS*