HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copy filesystem
Operating System - HP-UX
1834850
Members
1895
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-29-2004 06:44 PM
11-29-2004 06:44 PM
copy filesystem
Hi,
We have two HP-UX 11.11 systems, which we are using one as standby for the other, say server A & B.
As a part of one activity, we had to copy one filesystem of 5.6 GB from server "A" to "B". We have exported filesystem on server "A" and mounted on server "B" using NFS.
Then, copied files on "B" using "cp -pR" from NFS mounted filesystem to local filesystem, but it took more than 7 hrs because of large number of files(675,000).
Is here any other method with which we can transfer the files faster?
Cheers...
Satish.
We have two HP-UX 11.11 systems, which we are using one as standby for the other, say server A & B.
As a part of one activity, we had to copy one filesystem of 5.6 GB from server "A" to "B". We have exported filesystem on server "A" and mounted on server "B" using NFS.
Then, copied files on "B" using "cp -pR" from NFS mounted filesystem to local filesystem, but it took more than 7 hrs because of large number of files(675,000).
Is here any other method with which we can transfer the files faster?
Cheers...
Satish.
Difference between good and the best is only a little effort
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 07:52 PM
11-29-2004 07:52 PM
Re: copy filesystem
Hi Satish,
You could try to use a fbackup/frestore.
something like below command.
# fbackup -i /source -f - | remsh server "cd /copy ; frecover -Xrf -"
or cpio.
# cd /source
# find . | cpio -o | remsh server " cd copy ; cpio -idum "
Hope this helps,
Robert-Jan
You could try to use a fbackup/frestore.
something like below command.
# fbackup -i /source -f - | remsh server "cd /copy ; frecover -Xrf -"
or cpio.
# cd /source
# find . | cpio -o | remsh server " cd copy ; cpio -idum "
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 08:03 PM
11-29-2004 08:03 PM
Re: copy filesystem
Hi,
Do you use DataProtector or another backup tool ? A very fast method for copying large filesystems with lots of small files is to do a disk image backup/restore.
Do you use DataProtector or another backup tool ? A very fast method for copying large filesystems with lots of small files is to do a disk image backup/restore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:05 AM
11-30-2004 01:05 AM
Re: copy filesystem
Fbackup or what I found to be faster - vxdump/vxrestore:
timex vxdump -0 -f - -s 1000000 -b 16 /oracle | (cd /mnt/oracle ; vxrestore rf -)
Rgds...Geoff
timex vxdump -0 -f - -s 1000000 -b 16 /oracle | (cd /mnt/oracle ; vxrestore rf -)
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP