- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: copying filesystem
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
02-25-2003 07:26 AM
02-25-2003 07:26 AM
copying filesystem
We have Oracle 11i datafiles that currently resides on Seeks storage array (FWD SCSI / RAID5); but are planning to migrate that over to Symmetrix frame (Fiber - RAID 10). The host is V2500 running HP-UX 11.0 with connections to both Seeks & Symmetrix. When I ran a couple tests to copy filesystems (using tar and cpio) between these two units, the results were less than encouraging. To copy 27Gb from one fs to another, it took about 2 hours! But the network based backup (Legato Networker) takes about the same time (2 hrs) to backup the entire database (80 Gb!). I am a little baffled as to why is network based backup is nearly three times faster than the local filesystem copy? Any thoughts on this is greatly appreciated.
Regards,
Kishore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:29 AM
02-25-2003 07:29 AM
Re: copying filesystem
It soulds to me like the "Seeks" is just plain slow. I am sure the bottleneck is not on the Symm side.
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:38 AM
02-25-2003 07:38 AM
Re: copying filesystem
Thanks for the reply; my concern here is network based backups is pulling data from the same Seeks Unit in 2 hours, whereas to copy data from Seeks to Symmetrix takes three times as long?
Kishore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:49 AM
02-25-2003 07:49 AM
Re: copying filesystem
The thing is that the network backup software ( Legato in your case) uses different methodology for the backups. initially when you try to start backup using the software it evaluates the data on the system to be backed up and compresses accoridn g to the backup software configured. Once it compresses the data the amount of data to be backed up reduces to significant extend in short if you want to backup 30 GB of data using the backup software , it compresses almost to 20GB or may be less depending upon the compression factor.
Now, the backup for 20GB takes far less time than actually 30GB of data. LAso the backup format is different in both the cases. Its entirely different thing to compare backup software format and tar,cpio format.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:01 AM
02-25-2003 08:01 AM
Re: copying filesystem
Your tar's and cpio's are actually doing both a backup AND a restore - restores are always slower. Each time a file is copied, a directory must be locked briefly so that no other processes can clobber it - the synchronization part. Also, the entire directory must be read and written for each file copied. While these reads and writes may be in cache,a large overhead is nonetheless added to the restore process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:06 AM
02-25-2003 08:06 AM
Re: copying filesystem
What kind of data do you used when testing tar and cpio, if there was a large number of small files you should hot expect high performance.
Tar and cpio is not very fast, there is faster alternatives in HP-UX (ftio and fbackup) but they can't be used for direct copying files between filesystems.
In your case I think the best alternative is to use Networker for backing up the old volumes and restore to the new.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:36 AM
02-25-2003 08:36 AM
Re: copying filesystem
Kishore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2003 01:08 PM
03-01-2003 01:08 PM