![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all what is possible and what is the best way to create chunks on a SAN- Storage (NetApp) for SDS. We are planning for IDS 11.50 database installations with SDS feature. OS *will be LINUX (SLES * or UBUNTU). As Storage we have a NetApp SAN. In case of cooked files (DIRECT_IO=1), which Filesytem has to be choosen ? How can we use raw devices over Fiber Channel ? Present a lun to all SDS-servers and use it as raw device ? Is it so simple or is something missing ? What is best practice to use NetApp-SAN-Storage over FiberChannel for Informix SDS-cluster ? |


#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
HP-UX 11i v2 Informix 10.00.FC9 ontape -s -L 0 with TAPEDEV set to /dev/null takes 2 seconds or less ontape -s -L 0 -t STDIO> /dev/null still running after 30 minutes Besides the question of "why" is it so much longer when using -t STDIO, my real question is if this archive were to a "real" file (instead of /dev/null), would the time difference be significantly longer as well - i.e. would using -t STDIO> <somefile> take significantly longer than setting TAPEDEV to<somefile>? |
#6
| |||
| |||
|
|
HP-UX 11i v2 Informix 10.00.FC9 ontape -s -L 0 with TAPEDEV set to /dev/null takes 2 seconds or less ontape -s -L 0 -t STDIO > /dev/null still running after 30 minutes Besides the question of "why" is it so much longer when using -t STDIO, my real question is if this archive were to a "real" file (instead of /dev/null), would the time difference be significantly longer as well - i.e. would using -t STDIO > <somefile> take significantly longer than setting TAPEDEV to <somefile>? Brian _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#7
| |||
| |||
|
|
-----Original Message----- From: Clive Eisen [mailto:clive (AT) serendipita (DOT) com] Sent: Friday, August 13, 2010 11:39 AM To: Brian Amstutz; informix-list (AT) iiug (DOT) org Subject: Re: TAPEDEV or -t STDIO? On 13/08/2010 16:16, Brian Amstutz wrote: HP-UX 11i v2 Informix 10.00.FC9 ontape -s -L 0 with TAPEDEV set to /dev/null takes 2 seconds or less ontape -s -L 0 -t STDIO> /dev/null still running after 30 minutes Besides the question of "why" is it so much longer when using -t STDIO, my real question is if this archive were to a "real" file (instead of /dev/null), would the time difference be significantly longer as well - i.e. would using -t STDIO> <somefile> take significantly longer than setting TAPEDEV to<somefile>? er RTFM? http://publib.boulder.ibm.com/infoce.../com.ibm.bar.d oc/ids_bar_455 .htm specifically When you set TAPEDEV to /dev/null and request a backup, the database server bypasses the backup but still updates the dbspaces with the new backup time stamps. -- Clive -- This message has been scanned for viruses and dangerous content by OpenProtect(http://www.openprotect.com), and is believed to be clean. |
#8
| |||
| |||
|
|
I understand that /dev/null bypasses the backup and doesn't actually perform any archive at all, but the manual also says that: "The -t STDIO option overrides the value of the TAPEDEV configuration parameter for the current backup." http://publib.boulder.ibm.com/infoce...jsp?topic=/com. ibm.bar.doc/barmst282.htm ** BTW this link is for v10 (as specified in my original post), not v115 ** So, if using -t STDIO causes the server to OVERRIDE the value of TAPEDEV and I'm using -t STDIO > /dev/null, shouldn't either method, theoretically, do the same thing and perform the same way? However, my question still remains (aside from /dev/null) - when using ontape to perform a backup to a file, is there any difference (specifically performance-wise) between specifying the filename in TAPEDEV and using -t STDIO filename? Thanks! Brian -----Original Message----- From: Clive Eisen [mailto:clive (AT) serendipita (DOT) com] Sent: Friday, August 13, 2010 11:39 AM To: Brian Amstutz; informix-list (AT) iiug (DOT) org Subject: Re: TAPEDEV or -t STDIO? On 13/08/2010 16:16, Brian Amstutz wrote: HP-UX 11i v2 Informix 10.00.FC9 ontape -s -L 0 with TAPEDEV set to /dev/null takes 2 seconds or less ontape -s -L 0 -t STDIO> /dev/null still running after 30 minutes Besides the question of "why" is it so much longer when using -t STDIO, my real question is if this archive were to a "real" file (instead of /dev/null), would the time difference be significantly longer as well - i.e. would using -t STDIO> <somefile> take significantly longer than setting TAPEDEV to<somefile>? er RTFM? http://publib.boulder.ibm.com/infoce.../com.ibm.bar.d oc/ids_bar_455<http://publib.boulder.ibm.com/infoce...oc/ids_bar_455 .htm specifically When you set TAPEDEV to /dev/null and request a backup, the database server bypasses the backup but still updates the dbspaces with the new backup time stamps. -- Clive -- This message has been scanned for viruses and dangerous content by OpenProtect(http://www.openprotect.com), and is believed to be clean. _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#9
| |||
| |||
|
|
I understand that /dev/null bypasses the backup and doesn't actually perform any archive at all, but the manual also says that: "The -t STDIO option overrides the value of the TAPEDEV configuration parameter for the current backup." http://publib.boulder.ibm.com/infoce...dex.jsp?topic=..... ibm.bar.doc/barmst282.htm ** BTW this link is for v10 (as specified in my original post), not v115 ** So, if using -t STDIO causes the server to OVERRIDE the value of TAPEDEV and I'm using -t STDIO > /dev/null, shouldn't either method, theoretically, do the same thing and perform the same way? However, my question still remains (aside from /dev/null) - when using ontape to perform a backup to a file, is there any difference (specifically performance-wise) between specifying the filename in TAPEDEV and using -t STDIO filename? |
|
Thanks! Brian -----Original Message----- From: Clive Eisen [mailto:cl... (AT) serendipita (DOT) com] Sent: Friday, August 13, 2010 11:39 AM To: Brian Amstutz; informix-l... (AT) iiug (DOT) org Subject: Re: TAPEDEV or -t STDIO? On 13/08/2010 16:16, Brian Amstutz wrote: HP-UX 11i v2 Informix 10.00.FC9 ontape -s -L 0 with TAPEDEV set to /dev/null takes 2 seconds or less ontape -s -L 0 -t STDIO> */dev/null still running after 30 minutes Besides the question of "why" is it so much longer when using -t STDIO, my real question is if this archive were to a "real" file (instead of /dev/null), would the time difference be significantly longer as well - i.e. would using -t STDIO> *<somefile> *take significantly longer than setting TAPEDEV to<somefile>? er RTFM? http://publib.boulder.ibm.com/infoce...opic/com.ibm.b... oc/ids_bar_455 .htm specifically When you set TAPEDEV to /dev/null and request a backup, the database server bypasses the backup but still updates the dbspaces with the new backup time stamps. -- Clive -- This message has been scanned for viruses and dangerous content by OpenProtect(http://www.openprotect.com), and is believed to be clean. |
#10
| |||
| |||
|
|
-----Original Message----- From: Clive Eisen [mailto:clive (AT) serendipita (DOT) com] Sent: Friday, August 13, 2010 11:39 AM To: Brian Amstutz; informix-list (AT) iiug (DOT) org Subject: Re: TAPEDEV or -t STDIO? On 13/08/2010 16:16, Brian Amstutz wrote: HP-UX 11i v2 Informix 10.00.FC9 ontape -s -L 0 with TAPEDEV set to /dev/null takes 2 seconds or less ontape -s -L 0 -t STDIO> /dev/null still running after 30 minutes Besides the question of "why" is it so much longer when using -t STDIO, my real question is if this archive were to a "real" file (instead of /dev/null), would the time difference be significantly longer as well - i.e. would using -t STDIO> <somefile> take significantly longer than setting TAPEDEV to<somefile>? er RTFM? http://publib.boulder.ibm.com/infoce.../com.ibm.bar.d http://publib.boulder.ibm.com/infoce.../com.ibm.bar.d |
|
.htm specifically When you set TAPEDEV to /dev/null and request a backup, the database server bypasses the backup but still updates the dbspaces with the new backup time stamps. -- Clive -- This message has been scanned for viruses and dangerous content by OpenProtect(http://www.openprotect.com), and is believed to be clean. |
![]() |
| Thread Tools | |
| Display Modes | |
| |