![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am streaming an ontape archive from an HDR primary server over my network and restoring it to a secondary server to start replication. Do the onconfig file's TAPE-related parameters affect the speed of the transfer even though a physical tape isn't in use? Are there any other steps I can take to improve the performance of the archive-restore? Using HPUX 11.23 and IDS 11.50.FC3. _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#3
| |||
| |||
|
|
I am streaming an ontape archive from an HDR primary server over my network and restoring it to a secondary server to start replication. Do the onconfig file's TAPE-related parameters affect the speed of the transfer even though a physical tape isn't in use? Are there any other steps I can take to improve the performance of the archive-restore? Using HPUX 11.23 and IDS 11.50.FC3. _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#4
| |||
| |||
|
|
Maybe this isn't valid for your environment... What I already used to improve performance over archive/restore to configure HDR/RSS and I get great improve over total execution time (30 minutes to 7 minutes), is using the pigz utility, where it will parallelize your CPU , force more I/O throughput (ontape reading) and will optimize your network transfer. http://www.zlib.net/pigz/ - It isn't an Informix utility - I don't know if is easy to compile it for HP-UX (I used it only with Linux) - Will help only if you have multicore machine and great I/O throughput. Regards Cesar On 12/07/2010 05:05 PM, red_valsen wrote: I am streaming an ontape archive from an HDR primary server over my network and restoring it to a secondary server to start replication. Do the onconfig file's TAPE-related parameters affect the speed of the transfer even though a physical tape isn't in use? Are there any other steps I can take to improve the performance of the archive-restore? Using HPUX 11.23 and IDS 11.50.FC3. _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#5
| |||
| |||
|
|
I forgot, the command will be something like: ontape -s -d -v -L 0 -t STDIO | pgiz -1c | \ ssh informix@otherserver ". myenvs.sh ; pigz -cd | ontape -p -t STDIO" On 12/08/2010 11:07 AM, Cesar Inacio Martins wrote: Maybe this isn't valid for your environment... What I already used to improve performance over archive/restore to configure HDR/RSS and I get great improve over total execution time (30 minutes to 7 minutes), is using the pigz utility, where it will parallelize your CPU , force more I/O throughput (ontape reading) and will optimize your network transfer. http://www.zlib.net/pigz/ - It isn't an Informix utility - I don't know if is easy to compile it for HP-UX (I used it only with Linux) - Will help only if you have multicore machine and great I/O throughput. Regards Cesar On 12/07/2010 05:05 PM, red_valsen wrote: I am streaming an ontape archive from an HDR primary server over my network and restoring it to a secondary server to start replication. Do the onconfig file's TAPE-related parameters affect the speed of the transfer even though a physical tape isn't in use? Are there any other steps I can take to improve the performance of the archive-restore? Using HPUX 11.23 and IDS 11.50.FC3. |
#6
| |||
| |||
|
|
"Art Kagel" <art.kagel (AT) gmail (DOT) com> wrote in message news:mailman.677.1291749356.1071.informix-list (AT) iiug (DOT) org... Block size seems to have an effect on archive/restore performance even |
#7
| |||
| |||
|
|
"Art Kagel" <art.kagel (AT) gmail (DOT) com> wrote in message news:mailman.677.1291749356.1071.informix-list (AT) iiug (DOT) org... Block size seems to have an effect on archive/restore performance even to/from files, though obviously not as severe as when performing IO to/from tape. The ideal block size will depend on how the filesystem the files lives on was built. Matching the stripe size of the filesystem would be ideal. I don't know the answer to this, so it's a genuine question: might not the outbound block size have at least as much impact on the network performance as the stripe size for restore ...? _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
![]() |
| Thread Tools | |
| Display Modes | |
| |