dbTalk Databases Forums  

Questions on Informix

comp.databases.informix comp.databases.informix


Discuss Questions on Informix in the comp.databases.informix forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
andrewr@cornasys.com
 
Posts: n/a

Default Questions on Informix - 08-16-2007 , 11:06 AM






Hi,

I have been asked to research some details on Informix about which I
know very little. Please can somebody advise me or point me in the
right direction to where I can find out further information. My
questions are:-

1) What is the best way to implement disaster recovery with Informix -
is it transaction log file shipping, or storage replication?

2) Is Informix cluster aware, i.e. can it run in active node/active
node mode or must it run active node/standby node ?

3) Is it possible to run Infomrix on HP-UX on Integirty servers at the
production site, and HP-UX on HP9000 servers at the DR site?

Any input will be appreciated.

Thanks
Andrew


Reply With Quote
  #2  
Old   
Neil Truby
 
Posts: n/a

Default Re: Questions on Informix - 08-16-2007 , 11:15 AM






<andrewr (AT) cornasys (DOT) com> wrote

Quote:
Hi,

I have been asked to research some details on Informix about which I
know very little. Please can somebody advise me or point me in the
right direction to where I can find out further information. My
questions are:-

1) What is the best way to implement disaster recovery with Informix -
is it transaction log file shipping, or storage replication?
Really, this is a question that belies very little IT knowledge on the part
of whomsoever has asked you to reseach it. It depends entirely upon your
recovery objectives, your infrastrucure, your budget, your appetite for
complexity and a million other factors. It's a "How long is a piece of
string?" question. You would really need to explain the context before
anyone could begin to give you a cogent answer.

Quote:
2) Is Informix cluster aware, i.e. can it run in active node/active
node mode or must it run active node/standby node ?
Informix can be configured for either, but I take it to mean if you use it
with a traditional cluster project like Sun or RedHat Cluster, in which case
the latter (usually) applies.

Quote:
3) Is it possible to run Infomrix on HP-UX on Integirty servers at the
production site, and HP-UX on HP9000 servers at the DR site?
Does Integrity use the Itanic chipset? In which case, no, you can't in a
supported fashion mix chipsets between live and DR (using a traditional DR
methodology), and it probably wouldn't work either.




Reply With Quote
  #3  
Old   
Mark Jamison
 
Posts: n/a

Default Re: Questions on Informix - 08-16-2007 , 11:37 AM



Hi Neil and Andrew,

Actually, and I'm sure Madison will correct me if I'm wrong,

but
I'm pretty sure that if both boxes are HP-UX 11.23, The primary can be
an Itanium box and the Secondary can be a PA-RISC box.

IDS and HP worked on this.

Of course if you use ER, or the newer11.10 Replication, this is possible as well.

Now the caveat will be that in HDR the engine versions must be identical.

----- Original Message ----
From: Neil Truby <neil.truby (AT) ardenta (DOT) com>
To: informix-list (AT) iiug (DOT) org
Sent: Thursday, August 16, 2007 10:15:42 AM
Subject: Re: Questions on
Informix

<andrewr (AT) cornasys (DOT) com> wrote


Quote:
3) Is it possible to run Infomrix on HP-UX on Integirty servers at the
production site, and HP-UX on HP9000 servers at the DR site?
Does Integrity use the Itanic chipset? In which case, no, you can't in a
supported fashion mix chipsets between live and DR (using a traditional DR
methodology), and it probably wouldn't work either.



Reply With Quote
  #4  
Old   
Southwell Schuyler
 
Posts: n/a

Default RE: Questions on Informix - 08-16-2007 , 12:03 PM



Re: Item 3.

We do just the opposite -- We have a PA-RISC HP9000 at our production
site and an Itanium/Integrity at our HDR/Remote site.

It took a while last year to get a definitive response (Not supported /
supported). The final ruling from IBM was 'Yes, this is supported'.
Works like a charm. I presume your case will work just as well.

Schuyler L. Southwell
Software Engineer, Consulting
Maricopa County Attorney's Office
tel: 602 506 8107
southwel (AT) mcao (DOT) maricopa.gov
-----Original Message-----
From: informix-list-bounces (AT) iiug (DOT) org
[mailto:informix-list-bounces (AT) iiug (DOT) org] On Behalf Of
andrewr (AT) cornasys (DOT) com
Sent: Thursday, August 16, 2007 8:07 AM
To: informix-list (AT) iiug (DOT) org
Subject: Questions on Informix

Hi,

I have been asked to research some details on Informix about which I
know very little. Please can somebody advise me or point me in the
right direction to where I can find out further information. My
questions are:-

1) What is the best way to implement disaster recovery with Informix -
is it transaction log file shipping, or storage replication?

2) Is Informix cluster aware, i.e. can it run in active node/active
node mode or must it run active node/standby node ?

3) Is it possible to run Infomrix on HP-UX on Integirty servers at the
production site, and HP-UX on HP9000 servers at the DR site?

Any input will be appreciated.

Thanks
Andrew

_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list


Reply With Quote
  #5  
Old   
Southwell Schuyler
 
Posts: n/a

Default RE: Questions on Informix - 08-16-2007 , 12:12 PM



At least in the reverse scenario, the versions don't have to be that
close: In our case...



PRODUCTION (PA-RISC): HP-UX host1 B.11.11 U 9000/800 .....

IBM Informix Dynamic Server Version 10.00.FC5X8 -- On-Line (Prim) --
Up 15 days 20:41:57 -- ...



SECONDARY(Itanium/Integrity) : HP-UX host2 B.11.23 U ia64 .....

IBM Informix Dynamic Server Version 10.00.FC5X8 -- Read-Only (Sec) --
Up 12 days 17:48:23 -- ...





(ignore the up-time, we've had this scenario running for months -
network outage forced a reset ....)



Sky

________________________________

From: informix-list-bounces (AT) iiug (DOT) org
[mailto:informix-list-bounces (AT) iiug (DOT) org] On Behalf Of Mark Jamison
Sent: Thursday, August 16, 2007 8:38 AM
To: informix-list (AT) iiug (DOT) org
Subject: Re: Questions on Informix



Hi Neil and Andrew,

Actually, and I'm sure Madison will correct me if I'm wrong,

but I'm pretty sure that if both boxes are HP-UX 11.23, The primary can
be an Itanium box and the Secondary can be a PA-RISC box.

IDS and HP worked on this.

Of course if you use ER, or the newer 11.10 Replication, this is
possible as well.

Now the caveat will be that in HDR the engine versions must be
identical.

----- Original Message ----
From: Neil Truby <neil.truby (AT) ardenta (DOT) com>
To: informix-list (AT) iiug (DOT) org
Sent: Thursday, August 16, 2007 10:15:42 AM
Subject: Re: Questions on Informix

<andrewr (AT) cornasys (DOT) com> wrote


Quote:
3) Is it possible to run Infomrix on HP-UX on Integirty servers at the
production site, and HP-UX on HP9000 servers at the DR site?
Does Integrity use the Itanic chipset? In which case, no, you can't in
a
supported fashion mix chipsets between live and DR (using a traditional
DR
methodology), and it probably wouldn't work either.




Reply With Quote
  #6  
Old   
Neil Truby
 
Posts: n/a

Default Re: Questions on Informix - 08-16-2007 , 01:39 PM



"Southwell Schuyler" <southwel (AT) mcao (DOT) maricopa.gov> wrote

Re: Item 3.

Quote:
We do just the opposite -- We have a PA-RISC HP9000 at our production
site and an Itanium/Integrity at our HDR/Remote site.

Quote:
It took a while last year to get a definitive response (Not supported /
supported). The final ruling from IBM was 'Yes, this is supported'.
Works like a charm. I presume your case will work just as well.

I stand corrected then. I'm a little surprised that it works. I'm *amazed*
that it's supported ;-)




Reply With Quote
  #7  
Old   
malcolm.iiug
 
Posts: n/a

Default RE: Questions on Informix - 08-16-2007 , 01:57 PM



I'm even more amazed that you got a definite answer out of IBM on anything.
Was this approved by IBM's legal department?

I've been trying to get a definitive statement from the extended IBM support
family as to whether or not onbar and various storage managers are supported
for some time. Nobody will give me a "definite" answer. It's supported but
nor certified. What on earth does that mean? It's got no entries in the
excel spreadsheet that seems to be the preferred method of providing
database information but that doesn't mean it's not supported.
And as to questions regarding the support of IBM ckustered processing on AIX
and Informix .....

What can I say that I haven't said many times before about Informix support
of their customers.....

Malcolm

-----Original Message-----
From: informix-list-bounces (AT) iiug (DOT) org [mailto:informix-list-bounces (AT) iiug (DOT) org]
On Behalf Of Neil Truby
Sent: 16 August 2007 18:39
To: informix-list (AT) iiug (DOT) org
Subject: Re: Questions on Informix

"Southwell Schuyler" <southwel (AT) mcao (DOT) maricopa.gov> wrote

Re: Item 3.

Quote:
We do just the opposite -- We have a PA-RISC HP9000 at our production
site and an Itanium/Integrity at our HDR/Remote site.

Quote:
It took a while last year to get a definitive response (Not supported /
supported). The final ruling from IBM was 'Yes, this is supported'.
Works like a charm. I presume your case will work just as well.

I stand corrected then. I'm a little surprised that it works. I'm *amazed*

that it's supported ;-)


_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list




Reply With Quote
  #8  
Old   
Southwell Schuyler
 
Posts: n/a

Default RE: Questions on Informix - 08-16-2007 , 02:18 PM



Imagine how I felt ... A couple of hundred thousand dollars invested in
a new server, etc.

And of course, HP is 'forcing' the transition to Integrity, so it's not
like I was going to get a PA-RISC machine and continue down THAT road.
Thankfully, IBM and HP did whatever was necessary to 'certify' this
arrangement.

Unfortunately, we had to temporarily drop our use of the MQ Datablade
for the same PA-RISC/Itanium reason. My understanding is that until the
next point-release of Cheetah / 11.x, the MQ Datablade is unavailable on
Integrity/Itanium machines.

We could have provided a business case and possibly had it placed into a
10.x Integrity release, but time constraints being what they were at the
time......

Schuyler L. Southwell
Software Engineer, Consulting
Maricopa County Attorney's Office

-----Original Message-----
From: informix-list-bounces (AT) iiug (DOT) org
[mailto:informix-list-bounces (AT) iiug (DOT) org] On Behalf Of Neil Truby
Sent: Thursday, August 16, 2007 10:39 AM
To: informix-list (AT) iiug (DOT) org
Subject: Re: Questions on Informix

"Southwell Schuyler" <southwel (AT) mcao (DOT) maricopa.gov> wrote

Re: Item 3.

Quote:
We do just the opposite -- We have a PA-RISC HP9000 at our production
site and an Itanium/Integrity at our HDR/Remote site.

Quote:
It took a while last year to get a definitive response (Not supported
/
supported). The final ruling from IBM was 'Yes, this is supported'.
Works like a charm. I presume your case will work just as well.

I stand corrected then. I'm a little surprised that it works. I'm
*amazed*
that it's supported ;-)


_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list



Reply With Quote
  #9  
Old   
Ian Michael Gumby
 
Posts: n/a

Default RE: Questions on Informix - 08-16-2007 , 02:23 PM





The OP is in South Africa. Cape Town by the looks of it.

I would caution that they keep things simple in their setup because they are
really, really far away from technical support.

Just because something is possible, doesn't mean you want to do it.

With respect to Informix, it has the best HDR of any database on the market.
With IDS 11, there are a couple of ways to crack his nut.

If he wants good support, he'll have to bribe someone in kilos of biltonge
?sp?. ;-)


Quote:
From: "malcolm.iiug" <maliiug (AT) btopenworld (DOT) com
To: "'Neil Truby'" <neil.truby (AT) ardenta (DOT) com>,<informix-list (AT) iiug (DOT) org
Subject: RE: Questions on Informix
Date: Thu, 16 Aug 2007 18:57:22 +0100
MIME-Version: 1.0
Received: from perform.iiug.org ([216.177.38.211]) by
bay0-mc6-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu,
16 Aug 2007 10:57:49 -0700
Received: from localhost (localhost [127.0.0.1])by perform.iiug.org
(Postfix) with ESMTP id DA690A34C;Thu, 16 Aug 2007 13:57:45 -0400 (EDT)
Received: from perform.iiug.org ([127.0.0.1])by localhost (perform.iiug.org
[127.0.0.1]) (amavisd-new, port 10024)with ESMTP id BpY38Q9+s7Sz; Thu, 16
Aug 2007 13:57:40 -0400 (EDT)
Received: by perform.iiug.org (Postfix, from userid 60001)id 4C553A342;
Thu, 16 Aug 2007 13:57:40 -0400 (EDT)
Received: from perform.iiug.org (localhost [127.0.0.1])by perform.iiug.org
(Postfix) with ESMTP id 65EB3A355;Thu, 16 Aug 2007 13:57:36 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])by perform.iiug.org
(Postfix) with ESMTP id B21DFA342for <informix-list (AT) iiug (DOT) org>; Thu, 16 Aug
2007 13:57:34 -0400 (EDT)
Received: from perform.iiug.org ([127.0.0.1])by localhost (perform.iiug.org
[127.0.0.1]) (amavisd-new, port 10024)with ESMTP id OEhL636v2u9o for
informix-list (AT) iiug (DOT) org>;Thu, 16 Aug 2007 13:57:33 -0400 (EDT)
Received: by perform.iiug.org (Postfix, from userid 60001)id D4104A355;
Thu, 16 Aug 2007 13:57:33 -0400 (EDT)
Received: from smtp814.mail.ird.yahoo.com
(smtp814.mail.ird.yahoo.com[217.146.188.74])by perform.iiug.org (Postfix)
with SMTP id 89B20A342for <informix-list (AT) iiug (DOT) org>; Thu, 16 Aug 2007
13:57:31 -0400 (EDT)
Received: (qmail 83267 invoked from network); 16 Aug 2007 17:57:27 -0000
Received: from unknown (HELO adventxp)
(maliiug (AT) btopenworld (DOT) com (AT) 86 (DOT) 135.95.245with login)by
smtp814.mail.ird.yahoo.com with SMTP; 16 Aug 2007 17:57:26 -0000
X-Message-Delivery: Vj0zLjQuMDt1cz0wO2k9MDtsPTA7YT0w
X-Message-Info:
ZLIeWzn802Rt7DRkiaXX/m6vaRxd2OLv9FGaMJ8c71N/88IdQj1K1BWE8JSPLXQBgYdffIrR7ldWk/wLKBtMpQ==
X-Virus-Scanned: amavisd-new at iiug.org
X-Original-To: informix-list (AT) iiug (DOT) org
Delivered-To: informix-list (AT) iiug (DOT) org
X-Virus-Scanned: amavisd-new at iiug.org
X-Greylist: from auto-whitelisted by SQLgrey-1.7.5
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024;
d=btopenworld.com;h=Received:X-YMail-OSG:From:To:Subjectate:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:In-Reply-To:Thread-Index;b=v2dnfOMmM25d2zGocl6a7mhMggX5oL5+Gu/MjrCtcv3TkqcFCaWwK16WIa/Q3uuAhsFBDitssHtp+rXfkuFXzZlTUlgtPEz/9S76yFgvP92dMFX1F6vph/EXH2jOT9qR46GoDVC7dUblTbVtRvt4G+9/z7y4v8Wsk0XwXPHOqKo=;
X-YMail-OSG:
_LmLPMQVM1kszxf42G63O2UUUjV5r03ObsPr2VCyngiA.1euMd ypwtYszSv5YDPieQeKK9ApOqqyM6TK0xmMtaU-
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
Thread-Index: AcfgLIga7cc7SNNAQeW01WCrpthlaQAAU48A
X-BeenThere: informix-list (AT) iiug (DOT) org
X-Mailman-Version: 2.1.6
Precedence: list
List-Id: "comp.databases.informix" <informix-list.iiug.org
List-Unsubscribe:
http://www.iiug.org/mailman/listinfo/informix-list>,<mailto:informix-list-request (AT) iiug (DOT) org?subject=unsubscribe
List-Archive: <http://www.iiug.org/pipermail/informix-list
List-Post: <mailto:informix-list (AT) iiug (DOT) org
List-Help: <mailto:informix-list-request (AT) iiug (DOT) org?subject=help
List-Subscribe:
http://www.iiug.org/mailman/listinfo/informix-list>,<mailto:informix-list-request (AT) iiug (DOT) org?subject=subscribe
Errors-To: informix-list-bounces (AT) iiug (DOT) org
Return-Path: informix-list-bounces (AT) iiug (DOT) org
X-OriginalArrivalTime: 16 Aug 2007 17:57:54.0475 (UTC)
FILETIME=[F872F7B0:01C7E02E]

I'm even more amazed that you got a definite answer out of IBM on anything.
Was this approved by IBM's legal department?

I've been trying to get a definitive statement from the extended IBM
support
family as to whether or not onbar and various storage managers are
supported
for some time. Nobody will give me a "definite" answer. It's supported
but
nor certified. What on earth does that mean? It's got no entries in the
excel spreadsheet that seems to be the preferred method of providing
database information but that doesn't mean it's not supported.
And as to questions regarding the support of IBM ckustered processing on
AIX
and Informix .....

What can I say that I haven't said many times before about Informix support
of their customers.....

Malcolm

-----Original Message-----
From: informix-list-bounces (AT) iiug (DOT) org
[mailto:informix-list-bounces (AT) iiug (DOT) org]
On Behalf Of Neil Truby
Sent: 16 August 2007 18:39
To: informix-list (AT) iiug (DOT) org
Subject: Re: Questions on Informix

"Southwell Schuyler" <southwel (AT) mcao (DOT) maricopa.gov> wrote in message
news:mailman.620.1187280201.13675.informix-list (AT) iiug (DOT) org...
Re: Item 3.

We do just the opposite -- We have a PA-RISC HP9000 at our production
site and an Itanium/Integrity at our HDR/Remote site.

It took a while last year to get a definitive response (Not supported /
supported). The final ruling from IBM was 'Yes, this is supported'.
Works like a charm. I presume your case will work just as well.

I stand corrected then. I'm a little surprised that it works. I'm
*amazed*

that it's supported ;-)


_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list


_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list
__________________________________________________ _______________
Booking a flight? Know when to buy with airfare predictions on MSN Travel.
http://travel.msn.com/Articles/about...001MSN25A07001



Reply With Quote
  #10  
Old   
Fernando Nunes
 
Posts: n/a

Default Re: Questions on Informix - 08-16-2007 , 06:05 PM



Mark Jamison wrote:
Quote:
Hi Neil and Andrew,

Actually, and I'm sure Madison will correct me if I'm wrong,

but I'm pretty sure that if both boxes are HP-UX 11.23, The primary can
be an Itanium box and the Secondary can be a PA-RISC box.

IDS and HP worked on this.

Of course if you use ER, or the newer 11.10 Replication, this is
possible as well.

Now the caveat will be that in HDR the engine versions must be identical.

----- Original Message ----
From: Neil Truby <neil.truby (AT) ardenta (DOT) com
To: informix-list (AT) iiug (DOT) org
Sent: Thursday, August 16, 2007 10:15:42 AM
Subject: Re: Questions on Informix

andrewr (AT) cornasys (DOT) com> wrote in message
news:1187276793.520647.132750 (AT) d55g2000hsg (DOT) googlegroups.com...

3) Is it possible to run Infomrix on HP-UX on Integirty servers at the
production site, and HP-UX on HP9000 servers at the DR site?

Does Integrity use the Itanic chipset? In which case, no, you can't in a
supported fashion mix chipsets between live and DR (using a traditional DR
methodology), and it probably wouldn't work either.
This is surely one area that should be improved, although the technical issues
are very real. I imagine the biggest one is the the default page size of the
platform. Otherwise, it wouldn't be the first time a byte would travel the
cyberspace into a completely different world

This would make wonders for certain migrations... This also applies to
backup/restore...

Regards.

--
Fernando Nunes
Portugal

http://informix-technology.blogspot.com
My email works... but I don't check it frequently...


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.