- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copy large FS between servers.
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-02-2001 12:21 AM
08-02-2001 12:21 AM
Copy large FS between servers.
I having problem with growing file size when using rcp between 2 servers. We have 2 identical servers (N4000) with same size of the File Systems and block etc. Some of the source FS is almost full (2MB of 4GB free), but when using rcp -rp
Thanks!
Regards,
Fredric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 12:27 AM
08-02-2001 12:27 AM
Re: Copy large FS between servers.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 12:35 AM
08-02-2001 12:35 AM
Re: Copy large FS between servers.
do you mean that I sould tar every FS before copy it? I would need extra space to perform a tar and I what to copy everything in one command, like rcp -rp /oracle/
//Fredric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 12:44 AM
08-02-2001 12:44 AM
Re: Copy large FS between servers.
Would it be possible to set up an automatic ftp job that uses .netrc
Is job the sort of thing that would be done on a regular basis?
Business copy would be nice if you have the affordable space!
More information on how your two systems are setup may be helpful.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 12:46 AM
08-02-2001 12:46 AM
Re: Copy large FS between servers.
Other possibilities :
- XWindow ftp like in ExCeed, which can do server to server transfer
- try to write a nice ftp script to ftp these files
- tape utilities ( cpio, tar, fbackup )
cpio script attached
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 12:48 AM
08-02-2001 12:48 AM
Re: Copy large FS between servers.
On server ServerA
cd
tar cvf - . | remsh ServerB 'cd /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 01:08 AM
08-02-2001 01:08 AM
Re: Copy large FS between servers.
I think I will try out the "tar solution" and see if it works.
//Fredric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 02:09 AM
08-02-2001 02:09 AM
Re: Copy large FS between servers.
having only 2MB of 4GB free on a sapdata filesystem is something you never should have.
brrestore requires 2% freespace for restore in SAP environment otherwise it will not work (Do not know if there is a patch on sapserv yet). It will simply complain "no free space" and quit!
See if you can shrink the datafiles from 2000M to 1950M or so. This should bring you to 97%-98% usage. Since you copy the system anyway, may be you could try "brrestore -q" at the target, to see if it complains.
As for the copy action, there is a nice option "disk_copy" for brbackup now. Only problem is that NFS is slow, but you can use several copy-processes in parallel!
Do not know if this helps.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 02:19 AM
08-02-2001 02:19 AM
Re: Copy large FS between servers.
The FS are filled up with oracle files (Table Spaces) and they are not 100% used. But you have a point that it can cause problem.
Thanks!
//Fredric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2001 04:16 PM
08-04-2001 04:16 PM
Re: Copy large FS between servers.
I use this for large copies:
******
find
****
The src_dir and dest_dir
parameter needs to be changed
as per your requirement.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2001 10:35 AM
08-05-2001 10:35 AM
Re: Copy large FS between servers.
I strongly agree with Rayman. If you have a 10 or 100 Mbit network, then your network will probably be the bottleneck.
Go for tar/cpio --> compress/gzip --> remsh otherserver "cd /destination; uncompress/gunzip --> tar/cpio"
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 02:03 AM
08-06-2001 02:03 AM
Re: Copy large FS between servers.
http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/rdist-6.1.5/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 02:47 AM
08-06-2001 02:47 AM
Re: Copy large FS between servers.
If you have the choice between tar and OmniBack, I would really prefer to use Omniback because of it's speed ( Streaming mode ) specially for huge file ( Your case ).
In my environment, mixing OmniBack and DLT 8000 for large file ( Oracle DB ) that gives a rate of 26 GB per Hour.
Magdi